|
CompatibleCancellationToken Conversion (CompatibleCancellationToken to CancellationTokenSource)
|
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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