| 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.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
 Syntax
Syntaxprotected CancellationToken InitializeCancellationToken(
	Nullable<CancellationToken> cancellationToken
)
Parameters
- cancellationToken
- Type: SystemNullableCancellationToken
 (Null-able) token provided by the class user.
Return Value
Type: 
CancellationToken See Also
See Also