|
CompatibleCancellationToken Conversion (CompatibleCancellationToken to CancellationToken)
|
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+0f4e919571e6ec7e8e07a8e325416284b7e38fa3
SyntaxF# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
View SourceParameters
- token CompatibleCancellationToken
- Existing GSF cancellation token that is converted to an associated CancellationToken.
Return Value
CancellationTokenA
CancellationToken based on an existing GSF cancellation token.
See Also