LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

Cancelled Property

Show in webframe





Gets or sets a value indicating if the call to QueryCompositeInstancesAsync has been cancelled.
Syntax
public bool Cancelled {get; set;}
'Declaration
 
Public Property Cancelled As Boolean
'Usage
 
Dim instance As QueryCompositeInstancesArgs
Dim value As Boolean
 
instance.Cancelled = value
 
value = instance.Cancelled

            

            
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

See Also

Reference

QueryCompositeInstancesArgs Class
QueryCompositeInstancesArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features