AsyncResult EndInvokeCalled Property SSH .NET Client Library Documentation
Gets or sets a value indicating whether EndInvoke has been called on the current AsyncResult.

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

public bool EndInvokeCalled { get; private set; }

Field Value

true if EndInvoke has been called on the current AsyncResult; otherwise, false.
See Also