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

Beginremove_all_fw_rules() 공개 메소드

public Beginremove_all_fw_rules ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginremove_all_fw_rules(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_fw_rules", new object[0], callback, asyncState);
        }
SecurityFirewallGlobalAdminIPRuleList