iControl.LocalLBMessageRoutingPeer.Beginget_connection_mode C# (CSharp) 메소드

Beginget_connection_mode() 공개 메소드

public Beginget_connection_mode ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_connection_mode(string [] peers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_connection_mode", new object[] {
            peers}, callback, asyncState);
        }