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

Beginget_transport_config() 공개 메소드

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