iControl.SecurityFirewallGlobalAdminIPRuleList.Beginadd_fw_rule C# (CSharp) Method

Beginadd_fw_rule() public method

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