Represents an event log on the server.
__interface IEventLog : IDispatch;
public interface IEventLog : IDispatch;
Public Interface IEventLog Inherits IDispatch
To retrieve the event logs, use Scheduler.GetEventLogs
All computers have at least 3 event logs: Application, System, and Security. Other logs may also be defined.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|