IRemoteCommand::SortedNodeNames property

Retrieves the collection of node names on which the command will run or has run.

This property is read-only.

Syntax

HRESULT get_SortedNodeNames(
  [out] IStringCollection **pNodeNames
);

Property value

An IStringCollection interface that contains the collection of node names. The list is sorted.

Error codes

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

Remarks

The list of nodes is specified when you call the IScheduler::CreateCommand method to create the command.

Requirements

Product

HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities

Type library

Microsoft.Hpc.Scheduler.tlb

See also

IRemoteCommand