|
CancellationToken Conversion (CancellationToken to CancellationToken)
|
Implicitly converts a GSF cancellation token to an associated CancellationToken.
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
SyntaxPublic Shared Widening Operator CType (
token As CancellationToken
) As CancellationToken
F# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
View SourceParameters
- token CancellationToken
- Existing GSF cancellation token that is converted to an associated CancellationToken.
Return Value
CancellationTokenA
CancellationToken based on an existing GSF cancellation token.
See Also