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

Beginget_default_node_monitor() 공개 메소드

public Beginget_default_node_monitor ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_default_node_monitor(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_default_node_monitor", new object[0], callback, asyncState);
        }
LocalLBNodeAddressV2