iControl.NetworkingSelfIPV2.Beginremove_all_fw_rule_source_port_lists C# (CSharp) Method

Beginremove_all_fw_rule_source_port_lists() public method

public Beginremove_all_fw_rule_source_port_lists ( string self_ips, string rules, System callback, object asyncState ) : System.IAsyncResult
self_ips string
rules string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_all_fw_rule_source_port_lists(string [] self_ips,string [] [] rules, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_fw_rule_source_port_lists", new object[] {
            self_ips,
            rules}, callback, asyncState);
        }
NetworkingSelfIPV2