|
CompatibleCancellationToken Conversion (CompatibleCancellationToken to CancellationTokenSource)
|
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.275-beta+5a507085c1b79f1427cd1812b9c3c9c583c21079
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 CancellationTokenSource.
Return Value
CancellationTokenSourceA
CancellationToken based on an existing GSF cancellation token.
See Also