Gets a user-defined object that qualifies or contains information about an asynchronous operation.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public Object AsyncState { get; internal set; }public Object AsyncState { get; internal set; }Public Property AsyncState As Object
Get
Friend Set
Public Property AsyncState As Object
Get
Friend Set
public:
virtual property Object^ AsyncState {
Object^ get () sealed;
internal: void set (Object^ value) sealed;
}public:
virtual property Object^ AsyncState {
Object^ get () sealed;
internal: void set (Object^ value) sealed;
}Return Value
A user-defined object that qualifies or contains information about an asynchronous operation.
Implements
IAsyncResult AsyncState