iControl.GlobalLBPoolV2.Beginset_monitor_rule C# (CSharp) Method

Beginset_monitor_rule() public method

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