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 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly