Click or drag to resize
WaitStateWaitHandle Property
Gets a wait handle that can be used to signal the Begin thread that the End thread has completed.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ManualResetEvent WaitHandle { get; }

Property Value

Type: ManualResetEvent
Remarks
Note that this will be null after the object has been disposed.
See Also