iControl.LocalLBDNSExpress.get_zone_db_statistics C# (CSharp) Метод

get_zone_db_statistics() приватный Метод

private get_zone_db_statistics ( string zones, long sizes ) : LocalLBDNSExpressDNSExpressZoneDBStatistics
zones string
sizes long
Результат LocalLBDNSExpressDNSExpressZoneDBStatistics
        public LocalLBDNSExpressDNSExpressZoneDBStatistics get_zone_db_statistics(
		string [] zones,
		long [] sizes
	)
        {
            object [] results = this.Invoke("get_zone_db_statistics", new object [] {
                zones,
                sizes});
            return ((LocalLBDNSExpressDNSExpressZoneDBStatistics)(results[0]));
        }
LocalLBDNSExpress