iControl.NetworkingSelfIPV2.Beginadd_fw_rule_icmp_typecode C# (CSharp) Method

Beginadd_fw_rule_icmp_typecode() public method

public Beginadd_fw_rule_icmp_typecode ( string self_ips, string rules, CommonFirewallRuleICMPTypeCode typecodes, System callback, object asyncState ) : System.IAsyncResult
self_ips string
rules string
typecodes CommonFirewallRuleICMPTypeCode
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_fw_rule_icmp_typecode(string [] self_ips,string [] [] rules,CommonFirewallRuleICMPTypeCode [] [] [] typecodes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_fw_rule_icmp_typecode", new object[] {
            self_ips,
            rules,
            typecodes}, callback, asyncState);
        }
NetworkingSelfIPV2