←Select platform

Cancelled Property

Summary

Gets or sets a value indicating if the call to QueryCompositeInstancesAsync has been cancelled.

Syntax
C#
VB
C++
public bool Cancelled { get; set; } 
Public Property Cancelled() As Boolean 
   Get 
   Set 
public:  
   property bool Cancelled 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the call to QueryCompositeInstancesAsync has been cancelled, otherwise; false.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly