Skip to content

IUndeleteBehaviorAsync.OnValidateRequestAsync method

Called when undelete request is validated

public Task OnValidateRequestAsync(IUndeleteRequestHandler handler, 
    CancellationToken cancellationToken = default)
parameter description
handler Calling undelete request handler
cancellationToken Cancellation token

See Also