AutomationThreadParams.waitHandle Property
Gets or sets the thread wait handle.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As AutomationThreadParams
Dim value As ManualResetEvent
value = instance.waitHandle
instance.waitHandle = value
Syntax
'Declaration
Public Property waitHandle As ManualResetEvent
public ManualResetEvent waitHandle { get; set; }
public:
property ManualResetEvent^ waitHandle {
ManualResetEvent^ get ();
void set (ManualResetEvent^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public ManualResetEvent get_waitHandle ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_waitHandle (ManualResetEvent value)
CompilerGeneratedAttribute
public function get waitHandle () : ManualResetEvent
CompilerGeneratedAttribute
public function set waitHandle (value : ManualResetEvent)
Property Value
Type ManualResetEvent
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
AutomationThreadParams Class
AutomationThreadParams Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.