|
CompatibleCancellationTokenGetTokenSource Method
|
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic CancellationTokenSource GetTokenSource()
Public Function GetTokenSource As CancellationTokenSource
public:
CancellationTokenSource^ GetTokenSource()
member GetTokenSource : unit -> CancellationTokenSource
function GetTokenSource();
View SourceReturn Value
CancellationTokenSourceA
CancellationTokenSource associated with this
CompatibleCancellationToken.
Remarks
This function will return
null when the
CompatibleCancellationToken was created
from an existing system cancellation token and not its source or a GSF cancellation token.
See Also