Interface IRequestHandlerContext
public interface IRequestHandlerContext
Properties
CanBeCanceled
bool CanBeCanceled { get; }
Property Value
CancellationToken
CancellationToken CancellationToken { get; }
Property Value
IsCancellationRequested
bool IsCancellationRequested { get; }
Property Value
Methods
ThrowIfCancellationRequested()
void ThrowIfCancellationRequested()