iControl.SecurityFirewallRuleList.Beginset_fw_rule_icmp_typecode_description C# (CSharp) Method

Beginset_fw_rule_icmp_typecode_description() public method

public Beginset_fw_rule_icmp_typecode_description ( string rule_lists, string rules, CommonFirewallRuleICMPTypeCode typecodes, string descriptions, System callback, object asyncState ) : System.IAsyncResult
rule_lists string
rules string
typecodes CommonFirewallRuleICMPTypeCode
descriptions string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_fw_rule_icmp_typecode_description(string [] rule_lists,string [] [] rules,CommonFirewallRuleICMPTypeCode [] [] [] typecodes,string [] [] [] descriptions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_fw_rule_icmp_typecode_description", new object[] {
            rule_lists,
            rules,
            typecodes,
            descriptions}, callback, asyncState);
        }
SecurityFirewallRuleList