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: 12.0.0
Syntax protected CancellationToken InitializeCancellationToken(
Nullable<CancellationToken> cancellationToken
)
Parameters
- cancellationToken
- Type: SystemNullableCancellationToken
(Null-able) token provided by the class user.
Return Value
Type:
CancellationTokenSee Also