iControl.GlobalLBPoolV2.Beginget_monitor_rule C# (CSharp) Method

Beginget_monitor_rule() public method

public Beginget_monitor_rule ( GlobalLBPoolID pools, System callback, object asyncState ) : System.IAsyncResult
pools GlobalLBPoolID
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_monitor_rule(GlobalLBPoolID [] pools, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_monitor_rule", new object[] {
            pools}, callback, asyncState);
        }
GlobalLBPoolV2