iControl.NetworkingRouteDomainV2.get_fw_rule_description C# (CSharp) Method

get_fw_rule_description() private method

private get_fw_rule_description ( string route_domains, string rules ) : string[][]
route_domains string
rules string
return string[][]
        public string[][] get_fw_rule_description(
		string [] route_domains,
		string [] [] rules
	)
        {
            object [] results = this.Invoke("get_fw_rule_description", new object [] {
                route_domains,
                rules});
            return ((string [] [])(results[0]));
        }
NetworkingRouteDomainV2