ICloudCancellationToken
Namespace: MBrace.Core
Distributed cancellation token abstraction.
Instance members
Instance member | Description |
IsCancellationRequested
Signature: bool
Modifiers: abstract |
Gets the cancellation status for the token. CompiledName: |
LocalToken
Signature: CancellationToken
Modifiers: abstract |
Gets a System.Threading.CancellationToken instance that is subscribed to the distributed cancellation token. CompiledName: |