Waits for the handle to be signaled or for an error to occurs.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
protected void WaitHandle( WaitHandle waitHandle )
Parameters
- waitHandle
- Type:
System.Threading WaitHandle
The wait handle.
See Also