Gets a value that indicates whether the asynchronous operation completed synchronously.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public bool CompletedSynchronously { get; }public bool CompletedSynchronously { get; }Public ReadOnly Property CompletedSynchronously As Boolean
Get
Public ReadOnly Property CompletedSynchronously As Boolean
Get
public:
virtual property bool CompletedSynchronously {
bool get () sealed;
}public:
virtual property bool CompletedSynchronously {
bool get () sealed;
}Return Value
true if the asynchronous operation completed synchronously; otherwise, false.
Implements
IAsyncResult CompletedSynchronously