iControl.LocalLBDNSZone.get_dns_express_zone_db_statistics C# (CSharp) Method

get_dns_express_zone_db_statistics() private method

private get_dns_express_zone_db_statistics ( string zones, long sizes ) : LocalLBDNSZoneDNSExpressZoneDBStatistics
zones string
sizes long
return LocalLBDNSZoneDNSExpressZoneDBStatistics
        public LocalLBDNSZoneDNSExpressZoneDBStatistics get_dns_express_zone_db_statistics(
		string [] zones,
		long [] sizes
	)
        {
            object [] results = this.Invoke("get_dns_express_zone_db_statistics", new object [] {
                zones,
                sizes});
            return ((LocalLBDNSZoneDNSExpressZoneDBStatistics)(results[0]));
        }
LocalLBDNSZone