adTempus API
PreviousUpNext
IJobHistoryFilter Interface

The JobHistoryFilter class is used in conjunction with the Scheduler.GetObjectsWhere method to return selected job instances.

C++
__interface IJobHistoryFilter : IDispatch;
C#
public interface IJobHistoryFilter : IDispatch;
Visual Basic
Public Interface IJobHistoryFilter
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 instances to be retrieved.

adTempus API Reference version 3.0.0.0, revised 10/30/2008