Renci.SshNet.ShellStream.BeginExpect C# (CSharp) 메소드

BeginExpect() 공개 메소드

Begins the expect.
public BeginExpect ( ) : IAsyncResult
리턴 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