iControl.NetworkingRouteDomainV2.remove_fw_rule_destination_port C# (CSharp) Method

remove_fw_rule_destination_port() private method

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