ITask::put_RequiredNodes method

Sets the list of required nodes for the task.

Syntax

HRESULT put_RequiredNodes(
  [in] BSTR Val
);

Parameters

  • Val [in]
    A comma-delimited list of node names.

Return value

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

Remarks

If the task belongs to a job, the list of required nodes must be a subset of the IJob::put_AskedNodes method, if set.

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

ITask

ITask::get_RequiredNodes

IJob::put_AskedNodes