Click or drag to resize

CancellationToken   Conversion (CancellationToken to CancellationTokenSource)

Implicitly converts a GSF cancellation token to an associated CancellationTokenSource.

Namespace: GSF.Threading
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.316-beta+461e40cb239c8ff1c2b7471a13bb1d1852a92e83
Syntax
public static implicit operator CancellationTokenSource (
	CancellationToken token
)
View Source

Parameters

token  CancellationToken
Existing GSF cancellation token that is converted to an associated CancellationTokenSource.

Return Value

CancellationTokenSource
A CancellationToken based on an existing GSF cancellation token.
See Also