ExpectAsyncResult CompletedSynchronously Property SSH .NET Client Library Documentation
Gets a value that indicates whether the asynchronous operation completed synchronously.

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

public bool CompletedSynchronously { get; internal set; }

Return Value

true if the asynchronous operation completed synchronously; otherwise, false.

Implements

OnlineIAsyncResult CompletedSynchronously
See Also