iControl.NetworkingRouteDomainV2.get_fw_rule_source_geo C# (CSharp) 메소드

get_fw_rule_source_geo() 개인적인 메소드

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