iControl.SecurityFirewallPolicy.get_fw_rule_source_geo_description C# (CSharp) Method

get_fw_rule_source_geo_description() private method

private get_fw_rule_source_geo_description ( string policies, string rules, CommonGeoLocation geos ) : string[][][]
policies string
rules string
geos CommonGeoLocation
return string[][][]
        public string[][][] get_fw_rule_source_geo_description(
		string [] policies,
		string [] [] rules,
		CommonGeoLocation [] [] [] geos
	)
        {
            object [] results = this.Invoke("get_fw_rule_source_geo_description", new object [] {
                policies,
                rules,
                geos});
            return ((string [] [] [])(results[0]));
        }
SecurityFirewallPolicy