Gets or sets a value indicating whether EndInvoke has been called on the current AsyncResult.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public bool EndInvokeCalled { get; private set; }public bool EndInvokeCalled { get; private set; }Public Property EndInvokeCalled As Boolean
Get
Private Set
Public Property EndInvokeCalled As Boolean
Get
Private Set
public:
property bool EndInvokeCalled {
bool get ();
private: void set (bool value);
}public:
property bool EndInvokeCalled {
bool get ();
private: void set (bool value);
}Field Value
true if EndInvoke has been called on the current AsyncResult; otherwise,
false.