AsyncProcessingOperationT Constructor
Self initializing constructor.
Namespace: MFiles.VAF.MultiserverModeAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public AsyncProcessingOperation(
CancellationToken cancellationToken,
T dataItem
)
Parameters
- cancellationToken CancellationToken
- The cancellation token to link to.
- dataItem T
- Data needed by the operation.