iControl.NetworkingRouteDomainV2.Beginremove_fw_rule_destination_port_list C# (CSharp) Method

Beginremove_fw_rule_destination_port_list() public method

public Beginremove_fw_rule_destination_port_list ( string route_domains, string rules, string lists, System callback, object asyncState ) : System.IAsyncResult
route_domains string
rules string
lists string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_fw_rule_destination_port_list(string [] route_domains,string [] [] rules,string [] [] [] lists, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_fw_rule_destination_port_list", new object[] {
            route_domains,
            rules,
            lists}, callback, asyncState);
        }
NetworkingRouteDomainV2