Click or drag to resize
AsyncCancellationTokenSource Properties

The AsyncCancellationTokenSource type exposes the following members.

Properties
  NameDescription
Public propertyIsCancellationRequested
True if cancellation is requested. Otherwise false.
Public propertyToken
Cancellation token.
Top
See Also