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

Beginremove_all_fw_rule_icmp_typecodes() 공개 메소드

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