iControl.LocalLBDNSExpress.Endget_zone_db_statistics C# (CSharp) Method

Endget_zone_db_statistics() public method

public Endget_zone_db_statistics ( System asyncResult ) : LocalLBDNSExpressDNSExpressZoneDBStatistics
asyncResult System
return LocalLBDNSExpressDNSExpressZoneDBStatistics
        public LocalLBDNSExpressDNSExpressZoneDBStatistics Endget_zone_db_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBDNSExpressDNSExpressZoneDBStatistics)(results[0]));
        }
LocalLBDNSExpress