iControl.SecurityFirewallGlobalAdminIPRuleList.Beginremove_all_fw_rules C# (CSharp) Method

Beginremove_all_fw_rules() public method

public Beginremove_all_fw_rules ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return 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