Click or drag to resize
AbstractFileSystemJobInitializeCancellationToken Method
If provided cancellationToken is not null, the token is used; otherwise, new CancellationToken is created so as the derived class does not need to -checked each token's use.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 12.0.0
Syntax
C#
protected CancellationToken InitializeCancellationToken(
	Nullable<CancellationToken> cancellationToken
)

Parameters

cancellationToken
Type: SystemNullableCancellationToken
(Null-able) token provided by the class user.

Return Value

Type: CancellationToken
See Also