The LogFilter class is used in conjunction with the Scheduler.GetObjectsWhere method to return selected log messages.
__interface ILogFilter : IDispatch;
public interface ILogFilter : IDispatch;
Public Interface ILogFilter Inherits IDispatch
This method uses server-side filtering, so only the selected objects are returned to the client. This is therefore more efficient than retrieving the objects and then filtering them yourself.
Use the properties and methods of the class to set criteria for the messages to be retrieved.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|