Compartir a través de


AutomationThreadParams.waitHandle Property

Definition

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

Property Value

Applies to