iControl.LocalLBNodeAddressV2.Beginget_monitor_instance C# (CSharp) 메소드

Beginget_monitor_instance() 공개 메소드

public Beginget_monitor_instance ( string nodes, System callback, object asyncState ) : System.IAsyncResult
nodes string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_monitor_instance(string [] nodes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_monitor_instance", new object[] {
            nodes}, callback, asyncState);
        }
LocalLBNodeAddressV2