iControl.NetworkingRouteDomainV2.Beginremove_fw_rule_icmp_typecode C# (CSharp) Method

Beginremove_fw_rule_icmp_typecode() public method

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