iControl.LocalLBDNSExpress.get_zone_db_statistics C# (CSharp) Method

get_zone_db_statistics() private method

private get_zone_db_statistics ( string zones, long sizes ) : LocalLBDNSExpressDNSExpressZoneDBStatistics
zones string
sizes long
return 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