INodeStateEventArg interface

Provides information that is related to changes in the state of a node. This interface is passed to your implementation of the ISchedulerNodeEvents::OnNodeState event handler.

Members

The INodeStateEventArg interface inherits from the IDispatch interface. INodeStateEventArg also has these types of members:

  • Properties

Properties

The INodeStateEventArg interface has these properties.

Property Access type Description

NewState

Read-only

Gets the new state of a node when the state of the node changes.

NodeId

Read-only

Gets the numeric identifier of the node for which the state changed.

PreviousState

Read-only

Gets the previous state of a node when the state of the node changes.

 

Requirements

Product

HPC Pack 2008 R2 Client Utilities

Type library

Microsoft.Hpc.Scheduler.tlb

See also

ISchedulerNodeEvents::OnNodeState