IJob::put_AskedNodes method

Sets the list of nodes that are requested for the job.

Syntax

HRESULT put_AskedNodes(
  [out] BSTR pRetVal
);

Parameters

  • pRetVal [out]
    The comma-delimited list of node names. The nodes must exist in the cluster.

Return value

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

Remarks

This is the list of nodes that your job is capable of running on. For example, the nodes contain the required software for your job.

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

IJob

IJob::get_AskedNodes

ITask::put_RequiredNodes