IScheduler.OpenNodeHistoryEnumerator Method
Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
[ComVisibleAttribute(false)]
ISchedulerRowEnumerator OpenNodeHistoryEnumerator (
IPropertyIdCollection properties,
IFilterCollection filter,
ISortCollection sort
)
/** @attribute ComVisibleAttribute(false) */ ISchedulerRowEnumerator OpenNodeHistoryEnumerator ( IPropertyIdCollection properties, IFilterCollection filter, ISortCollection sort )
ComVisibleAttribute(false) function OpenNodeHistoryEnumerator ( properties : IPropertyIdCollection, filter : IFilterCollection, sort : ISortCollection ) : ISchedulerRowEnumerator
Parameters
- properties
An IPropertyIdCollection interface that contains a collection of the node 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 node history rows. If null, the method returns all node history.
- sort
An ISortCollection interface that contains one or more sort properties used to sort the list of node history rows. If null, the list is not sorted.
Return Value
An ISchedulerRowEnumerator interface that you use to enumerate the results.Node history captures changes to the state of the node. For example, when the node was added or removed from the cluster or when a state transition occurred. For a list of possible node history events, see the NodeEvent enumeration.
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: