ShellStream BeginExpect Method (AsyncCallback, Object,  ExpectAction )SSH .NET Client Library Documentation
Begins the expect.

Namespace: Renci.SshNet
Assembly: 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: OnlineSystem AsyncCallback
The callback.
state
Type: OnlineSystem Object
The state.
expectActions
Type:  Renci.SshNet ExpectAction 
The expect actions.

Return Value

An OnlineIAsyncResult that references the asynchronous operation.
See Also