iControl.NetworkingSelfIPV2.get_fw_rule_destination_geo C# (CSharp) Method

get_fw_rule_destination_geo() private method

private get_fw_rule_destination_geo ( string self_ips, string rules ) : CommonGeoLocation[][][]
self_ips string
rules string
return CommonGeoLocation[][][]
        public CommonGeoLocation[][][] get_fw_rule_destination_geo(
		string [] self_ips,
		string [] [] rules
	)
        {
            object [] results = this.Invoke("get_fw_rule_destination_geo", new object [] {
                self_ips,
                rules});
            return ((CommonGeoLocation [] [] [])(results[0]));
        }
NetworkingSelfIPV2