adTempus API
PreviousUpNext
ILogFilter Interface

The LogFilter class is used in conjunction with the Scheduler.GetObjectsWhere method to return selected log messages.

C++
__interface ILogFilter : IDispatch;
C#
public interface ILogFilter : IDispatch;
Visual Basic
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