Header menu logo IcedTasks

CancellableTaskBaseStateMachineData<'T, 'Builder> Type

The extra data stored in ResumableStateMachine for tasks

Record fields

Record Field Description

CancellationToken

Full Usage: CancellationToken

Field type: CancellationToken
Modifiers: mutable
Field type: CancellationToken

MethodBuilder

Full Usage: MethodBuilder

Field type: 'Builder
Modifiers: mutable
Field type: 'Builder

Result

Full Usage: Result

Field type: 'T
Modifiers: mutable
Field type: 'T

Instance members

Instance member Description

this.ThrowIfCancellationRequested

Full Usage: this.ThrowIfCancellationRequested

Modifiers: inline

Throws a OperationCanceledException if this token has had cancellation requested.

OperationCanceledException The token has had cancellation requested.
ObjectDisposedException The associated CancellationTokenSource has been disposed.

Type something to start searching.