Gets or sets a value indicating if the call to QueryCompositeInstancesAsync has been cancelled.
public bool Cancelled { get; set; }
Public Property Cancelled() As Boolean
Get
Set
public:
property bool Cancelled
{
bool get()
void set(bool value)
}
true if the call to QueryCompositeInstancesAsync has been cancelled, otherwise; false.
When you received the QueryCompositeInstancesCompleted event, check this value to see if it was cancelled via a call to CancelQueryCompositeInstancesAsync. For more information, refer to QueryCompositeInstancesAsync.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET