MBrace.Runtime


ICancellationEntry

Namespace: MBrace.Runtime

Defines a serializable cancellation entry with global visibility that can be cancelled or polled for cancellation.

Instance members

Instance memberDescription
Cancel()
Signature: unit -> Async<unit>
Modifiers: abstract

Asynchronously cancels the entry.

IsCancellationRequested
Signature: Async<bool>
Modifiers: abstract

Asynchronously checks if entry has been cancelled.

CompiledName: get_IsCancellationRequested

UUID
Signature: string
Modifiers: abstract

Unique identifier for cancellation entry instance.

CompiledName: get_UUID

Fork me on GitHub