ShellStream BeginExpect Method (AsyncCallback,  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,
	params ExpectAction[] expectActions
)

Parameters

callback
Type: OnlineSystem AsyncCallback
The callback.
expectActions
Type:  Renci.SshNet ExpectAction 
The expect actions.

Return Value

An OnlineIAsyncResult that references the asynchronous operation.
See Also