AutomationThreadParams.waitHandle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the thread wait handle.
public:
property System::Threading::ManualResetEvent ^ waitHandle { System::Threading::ManualResetEvent ^ get(); void set(System::Threading::ManualResetEvent ^ value); };
public System.Threading.ManualResetEvent waitHandle { get; set; }
member this.waitHandle : System.Threading.ManualResetEvent with get, set
Public Property waitHandle As ManualResetEvent