adTempus API
ArcanaDevelopment.adTempus.Client Namespace / EventLogMonitor Class
Members


In This Topic
    EventLogMonitor Class
    In This Topic
    A trigger that monitors the Windows Event Log and fires based on new events
    Object Model
    EventLogMonitor ClassDataContext ClassJobVariableCollection ClassJobVariable ClassOID ClassADTObject ClassScript Class
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(True)>
    <GuidAttribute("8799b5ff-dbd9-4b72-afd0-8dd03d40c90d")>
    Public NotInheritable Class EventLogMonitor 
       Inherits Trigger
    [ComVisible(true)]
    [Guid("8799b5ff-dbd9-4b72-afd0-8dd03d40c90d")]
    public sealed class EventLogMonitor : Trigger 
    [ComVisible(true)]
    [Guid("8799b5ff-dbd9-4b72-afd0-8dd03d40c90d")]
    public ref class EventLogMonitor sealed : public Trigger 
    Remarks

    Scheduler.GetEventLogs can be used to retrieve information about the available event logs on the adTempus server.

    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ObjectBase
          ArcanaDevelopment.adTempus.Client.ADTObject
             ArcanaDevelopment.adTempus.Client.Trigger
                ArcanaDevelopment.adTempus.Client.EventLogMonitor

    See Also