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