CancellationTokenIsCancellationRequested Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Indicates whether cancellation has been requested.
Namespace:
Telogis.GeoBase.Concurrency
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool IsCancellationRequested { get; }
Public ReadOnly Property IsCancellationRequested As Boolean
Get
Property Value
Type:
BooleanRemarks True if cancellation has been requested for this token; otherwise false.
See Also