←Select platform

CancelQueryHangingProtocolAsync Method

Summary

Cancels an existing call to QueryHangingProtocolAsync.

Syntax
C#
VB
C++
public void CancelQueryHangingProtocolAsync( 
   QueryCompositeInstancesArgs args 
) 
Public MustOverride Sub CancelQueryHangingProtocolAsync( 
   ByVal args As QueryCompositeInstancesArgs 
) 
public:  
   virtual void CancelQueryHangingProtocolAsync( 
      QueryCompositeInstancesArgs^ args 
   ) abstract 

Parameters

args

Type: QueryCompositeInstancesArgs Pass the args that are received in the QueryHangingProtocolStarting event.

Remarks

Call this method after an existing call to QueryHangingProtocolAsync to cancel the query.

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