iControl.SecurityFirewallGlobalAdminIPRuleList.Beginremove_fw_rule_icmp_typecode C# (CSharp) Méthode

Beginremove_fw_rule_icmp_typecode() public méthode

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