Click or drag to resize

CancellationToken Type Conversions

The CancellationToken type exposes the following members.

Operators
  Name Description
Public operator Static member (CancellationToken to CancellationToken) Implicitly converts a GSF cancellation token to an associated CancellationToken.
Public operator Static member (CancellationToken to CancellationTokenSource) Implicitly converts a GSF cancellation token to an associated CancellationTokenSource.
Top
See Also