ITcEventLogger_GetLoggedEvents
This method returns a collection of stored latest events.
Syntax
public virtual TcLoggedEventCollection ITcEventLogger_GetLoggedEvents(uint nMaxEntiries)
Parameter
Name | Type | Description |
---|---|---|
nMaxEntiries | uint | Maximum number of events to be returned. |
Return value
Name | Type | Description |
---|---|---|
ITcEventLogger_GetLoggedEvents | TcLoggedEventCollection | A collection of the latest events. |