WaitStateWaitHandle Property |
Gets a wait handle that can be used to signal the Begin thread that the End thread has completed.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ManualResetEvent WaitHandle { get; }
Public ReadOnly Property WaitHandle As ManualResetEvent
Get
public:
property ManualResetEvent^ WaitHandle {
ManualResetEvent^ get ();
}
member WaitHandle : ManualResetEvent with get
Property Value
Type:
ManualResetEventRemarks
Note that this will be null after the object has been disposed.
See Also