Click or drag to resize

JsonExportCancellationToken Property

Gets or sets the cancellation token for async operations.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public CancellationToken CancellationToken { get; set; }
Request Example View Source

Property Value

Type: CancellationToken
The cancellation token.
See Also