MBrace local cluster simulator


ActorCancellationEntry

Namespace: MBrace.Thespian.Runtime

Defines a cancellable entity with linking support

Instance members

Instance memberDescription
Cancel()
Signature: unit -> Async<unit>
Id
Signature: string

CompiledName: get_Id

IsCancellationRequested
Signature: Async<bool>

CompiledName: get_IsCancellationRequested

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 memberDescription
Create()
Signature: unit -> ActorCancellationEntry

Creates a cancellable actor instance that runs in the local process

Fork me on GitHub