CommandAsyncResult IsCompleted Property SSH .NET Client Library Documentation
Gets a value that indicates whether the asynchronous operation has completed.

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

public bool IsCompleted { get; internal set; }

Return Value

true if the operation is complete; otherwise, false.

Implements

OnlineIAsyncResult IsCompleted
See Also