iControl.SecurityFirewallPolicy.Beginremove_fw_rule_icmp_typecode C# (CSharp) Method

Beginremove_fw_rule_icmp_typecode() public method

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