iControl.NetworkingRouteDomainV2.remove_all_fw_rule_source_ports C# (CSharp) Method

remove_all_fw_rule_source_ports() private method

private remove_all_fw_rule_source_ports ( string route_domains, string rules ) : void
route_domains string
rules string
return void
        public void remove_all_fw_rule_source_ports(
		string [] route_domains,
		string [] [] rules
	)
        {
            this.Invoke("remove_all_fw_rule_source_ports", new object [] {
                route_domains,
                rules});
        }
NetworkingRouteDomainV2