| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property AsyncWaitHandle As WaitHandle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public WaitHandle AsyncWaitHandle {get;} | |
| C++/CLI | |
|---|---|
public: property WaitHandle^ AsyncWaitHandle { WaitHandle^ get(); } | |
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code