iControl.SecurityFirewallRuleList.Beginadd_fw_rule C# (CSharp) Method

Beginadd_fw_rule() public method

public Beginadd_fw_rule ( string rule_lists, string rules, CommonFirewallRulePlacement placements, CommonFirewallRuleAction actions, CommonFirewallRuleState states, System callback, object asyncState ) : System.IAsyncResult
rule_lists string
rules string
placements CommonFirewallRulePlacement
actions CommonFirewallRuleAction
states CommonFirewallRuleState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_fw_rule(string [] rule_lists,string [] [] rules,CommonFirewallRulePlacement [] [] placements,CommonFirewallRuleAction [] [] actions,CommonFirewallRuleState [] [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_fw_rule", new object[] {
            rule_lists,
            rules,
            placements,
            actions,
            states}, callback, asyncState);
        }
SecurityFirewallRuleList