CancellableOperationT Constructor
Self initializing constructor.
Namespace: MFiles.VAF.MultiserverModeAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected CancellableOperation(
CancellationToken token,
T dataItem
)
Parameters
- token CancellationToken
- Cancellation token to link to.
- dataItem T
- Data needed by the operation (can be null).