IScheduler.OpenJobHistoryEnumerator Method
Retrieves an enumerator that contains the job history information for jobs that match the filter criteria.
Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
[ComVisibleAttribute(false)]
ISchedulerRowEnumerator OpenJobHistoryEnumerator (
IPropertyIdCollection properties,
IFilterCollection filter,
ISortCollection sort
)
/** @attribute ComVisibleAttribute(false) */ ISchedulerRowEnumerator OpenJobHistoryEnumerator ( IPropertyIdCollection properties, IFilterCollection filter, ISortCollection sort )
ComVisibleAttribute(false) function OpenJobHistoryEnumerator ( properties : IPropertyIdCollection, filter : IFilterCollection, sort : ISortCollection ) : ISchedulerRowEnumerator
Parameters
- properties
An IPropertyIdCollection interface that contains a collection of the job history properties that you want to include for each history record in the enumerator.
- filter
An IFilterCollection interface that contains one or more filter properties used to filter the list of job history rows. If null, the method returns all job history.
- sort
An ISortCollection interface that contains one or more sort properties used to sort the list of job history rows. If null, the list is not sorted.
Return Value
An ISchedulerRowEnumerator interface that you use to enumerate the results.Job history captures job completion transitions. For example, when the job is canceled, finishes, or fails. For a list of possible job history transitions, see the JobEvent enumeration.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012Target Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client Utilities
Build Date:
Community Additions
ADD
Show: