ICancellationEntry
Namespace: MBrace.Runtime
Defines a serializable cancellation entry with global visibility that can be cancelled or polled for cancellation.
Instance members
Instance member | Description |
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: |
UUID
Signature: string
Modifiers: abstract |
Unique identifier for cancellation entry instance. CompiledName: |