IScheduler.OpenNodeHistoryEnumerator Method

Retrieves an enumerator that contains the node history for the nodes in the cluster.


Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)

'Usage
Dim instance As IScheduler
Dim properties As IPropertyIdCollection
Dim filter As IFilterCollection
Dim sort As ISortCollection
Dim returnValue As ISchedulerRowEnumerator

returnValue = instance.OpenNodeHistoryEnumerator(properties, filter, sort)

[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.


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 2012

Target 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:

2013-04-22

Community Additions

ADD
Show: