iControl.SecurityFirewallRuleList.Beginremove_fw_rule_icmp_typecode C# (CSharp) Method

Beginremove_fw_rule_icmp_typecode() public method

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