iControl.SecurityFirewallGlobalAdminIPRuleList.Beginremove_fw_rule_icmp_typecode C# (CSharp) Method

Beginremove_fw_rule_icmp_typecode() public method

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