Renci.SshNet.ShellStream.BeginExpect C# (CSharp) Method

BeginExpect() public method

Begins the expect.
public BeginExpect ( ) : IAsyncResult
return IAsyncResult
        public IAsyncResult BeginExpect(params ExpectAction[] expectActions)
        {
            return BeginExpect(TimeSpan.Zero, null, null, expectActions);
        }

Same methods

ShellStream::BeginExpect ( AsyncCallback callback ) : IAsyncResult
ShellStream::BeginExpect ( AsyncCallback callback, object state ) : IAsyncResult
ShellStream::BeginExpect ( System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult