INodeStateEventArg::NodeId property

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

Note  The name of this parameter has changed, for Service Pack 1, from "nodeId" to "NodeId."

 

This property is read-only.

Syntax

HRESULT get_NodeId(
  [out, retval] long *pRetVal
);

Property value

Pointer to a long integer that indicates the numeric identifier of the node for which the state changed.

Error codes

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error value.

Remarks

To get information about the node for which the state changed, use the IScheduler::OpenNode method and set the id parameter set to a value that this property returns to get an ISchedulerNode interface for the node.

Requirements

Product

HPC Pack 2008 R2 Client Utilities

Type library

Microsoft.Hpc.Scheduler.tlb

See also

INodeStateEventArg

INodeStateEventArg::NewState

INodeStateEventArg::PreviousState

ISchedulerNodeEvents::OnNodeState

IScheduler::OpenNode