MBrace.Runtime


ThreadPoolCancellationToken

Namespace: MBrace.ThreadPool

Cloud cancellation token implementation that wraps around System.Threading.CancellationToken

Constructors

ConstructorDescription
new()
Signature: unit -> ThreadPoolCancellationToken

CompiledName: .ctor

new(token)
Signature: token:CancellationToken -> ThreadPoolCancellationToken

CompiledName: .ctor

Instance members

Instance memberDescription
IsCancellationRequested
Signature: bool

Returns true if cancellation token has been canceled

CompiledName: get_IsCancellationRequested

LocalToken
Signature: CancellationToken

Local System.Threading.CancellationToken instance

CompiledName: get_LocalToken

Fork me on GitHub