|
CancellableOperationT Constructor
|
Self initializing constructor.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxprotected CancellableOperation(
CancellationToken token,
T dataItem
)
Parameters
- token
- Type: System.ThreadingCancellationToken
Cancellation token to link to. - dataItem
- Type: T
Data needed by the operation (can be null).
See Also