Interface IAsyncOptions
Defines options that is related to asynchronous operations.
public interface IAsyncOptions
  Properties
CancellationToken
Gets or sets the cancellation token of an asynchronous operations.
CancellationToken CancellationToken { get; set; }
  Property Value
- CancellationToken
 The cancellation token of an asynchronous operations.