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