adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / GetEventLogs Method

In This Topic
    GetEventLogs Method
    In This Topic
    Gets information about the Event Logs configured on the adTempus server.
    Syntax
    'Declaration
     
    
    Public Function GetEventLogs() As ReadOnlyCollection(Of EventLog)
    public ReadOnlyCollection<EventLog> GetEventLogs()
    Remarks
    This method returns information to be used in the user interface for EventLogMonitors.
    See Also