adTempus API
|
The JobHistoryFilter class is used in conjunction with the Scheduler.GetObjectsWhere method to return selected job instances.
__interface IJobHistoryFilter : IDispatch;
public interface IJobHistoryFilter : IDispatch;
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
|