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