iControl.NetworkingRouteDomainV2.Beginget_fw_rule_icmp_typecode_description C# (CSharp) Method

Beginget_fw_rule_icmp_typecode_description() public method

public Beginget_fw_rule_icmp_typecode_description ( 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 Beginget_fw_rule_icmp_typecode_description(string [] route_domains,string [] [] rules,CommonFirewallRuleICMPTypeCode [] [] [] typecodes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_fw_rule_icmp_typecode_description", new object[] {
            route_domains,
            rules,
            typecodes}, callback, asyncState);
        }
NetworkingRouteDomainV2