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
     
    
    <NotNullAttribute()>
    Public Function GetEventLogs() As ReadOnlyCollection(Of EventLog)
    [NotNull()]
    public ReadOnlyCollection<EventLog> GetEventLogs()
    [NotNull()]
    public:
    ReadOnlyCollection<EventLog^>^ GetEventLogs(); 
    Remarks
    This method returns information to be used in the user interface for EventLogMonitors.
    See Also