Begins the expect.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public IAsyncResult BeginExpect( AsyncCallback callback, Object state, params ExpectAction[] expectActions )
Parameters
- callback
- Type:
System AsyncCallback
The callback.
- state
- Type:
System Object
The state.
- expectActions
- Type: Renci.SshNet ExpectAction
The expect actions.
Return Value
AnSee Also