Edit

Share via


IScheduler.OpenNode(Int32) Method

Definition

Retrieves a node object using the specified node identifier.

public Microsoft.Hpc.Scheduler.ISchedulerNode OpenNode (int nodeId);
abstract member OpenNode : int -> Microsoft.Hpc.Scheduler.ISchedulerNode
Public Function OpenNode (nodeId As Integer) As ISchedulerNode

Parameters

nodeId
Int32

Returns

An ISchedulerNode interface that you can use to access the properties of the node.

Applies to