Пример #1
0
 private logEntry[] _getLogEvents(int maximum)
 {
     return(hostStateManager.getLogEvents(maximum).ToArray());
 }