AsyncResult AsyncWaitHandle Property SSH .NET Client Library Documentation
Gets a OnlineWaitHandle that is used to wait for an asynchronous operation to complete.

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public WaitHandle AsyncWaitHandle { get; }

Return Value

A OnlineWaitHandle that is used to wait for an asynchronous operation to complete.

Implements

OnlineIAsyncResult AsyncWaitHandle
See Also