Click or drag to resize

CancellationTokenIsCancellationRequested Property

Verizon Connect Logo
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; }

Property Value

Type: Boolean
Remarks
True if cancellation has been requested for this token; otherwise false.
See Also