←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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly