iControl.NetworkingRouteDomainV2.get_fw_rule C# (CSharp) Method

get_fw_rule() private method

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