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