Gets a
WaitHandle that is used to wait for an asynchronous operation to complete.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public WaitHandle AsyncWaitHandle { get; internal set; }public WaitHandle AsyncWaitHandle { get; internal set; }Public Property AsyncWaitHandle As WaitHandle
Get
Friend Set
Public Property AsyncWaitHandle As WaitHandle
Get
Friend Set
public:
virtual property WaitHandle^ AsyncWaitHandle {
WaitHandle^ get () sealed;
internal: void set (WaitHandle^ value) sealed;
}Return Value
A
WaitHandle that is used to wait for an asynchronous operation to complete.
Implements
IAsyncResult AsyncWaitHandle