iControl.SecurityFirewallGlobalAdminIPRuleList.Beginget_fw_rule_icmp_typecode_description C# (CSharp) 메소드

Beginget_fw_rule_icmp_typecode_description() 공개 메소드

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