AsyncWaitHandle Property

Summary
Gets a System.Threading.WaitHandle that is used to wait for an asynchronous operation to complete.
Syntax
C#
VB
C++
public WaitHandle AsyncWaitHandle { get; } 
  
Public ReadOnly Property AsyncWaitHandle As WaitHandle 
public: 
property WaitHandle^ AsyncWaitHandle { 
   WaitHandle^ get(); 
} 

Property Value

A System.Threading.WaitHandle that is used to wait for an asynchronous operation to complete.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.