CancellableOperationT Constructor

Self initializing constructor.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected CancellableOperation(
	CancellationToken token,
	T dataItem
)

Parameters

token  CancellationToken
Cancellation token to link to.
dataItem  T
Data needed by the operation (can be null).

See Also