MBrace.Core


ICloudCancellationToken

Namespace: MBrace.Core

Distributed cancellation token abstraction.

Instance members

Instance memberDescription
IsCancellationRequested
Signature: bool
Modifiers: abstract

Gets the cancellation status for the token.

CompiledName: get_IsCancellationRequested

LocalToken
Signature: CancellationToken
Modifiers: abstract

Gets a System.Threading.CancellationToken instance that is subscribed to the distributed cancellation token.

CompiledName: get_LocalToken

Fork me on GitHub