CancellableOperationT Constructor |
Self initializing constructor.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected CancellableOperation(
CancellationToken token,
T dataItem
)
Protected Sub New (
token As CancellationToken,
dataItem As T
)
protected:
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