ActorCancellationEntry
Namespace: MBrace.Thespian.Runtime
Defines a cancellable entity with linking support
Instance members
Instance member | Description |
Cancel()
Signature: unit -> Async<unit>
|
|
Id
Signature: string
|
CompiledName: |
IsCancellationRequested
Signature: Async<bool>
|
CompiledName: |
RegisterChild(child)
Signature: child:ActorCancellationEntry -> Async<bool>
|
Registers a cancellation entry as child to the current entry. Returns true if successful, false if this entry was already cancelled. |
Static members
Static member | Description |
Create()
Signature: unit -> ActorCancellationEntry
|
Creates a cancellable actor instance that runs in the local process |