iControl.SecurityFirewallGlobalAdminIPRuleList.Beginset_fw_rule_order C# (CSharp) Method

Beginset_fw_rule_order() public method

public Beginset_fw_rule_order ( string rules, long orders, System callback, object asyncState ) : System.IAsyncResult
rules string
orders long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_fw_rule_order(string [] rules,long [] orders, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_fw_rule_order", new object[] {
            rules,
            orders}, callback, asyncState);
        }
SecurityFirewallGlobalAdminIPRuleList