IJob::get_AskedNodes method

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

Syntax

HRESULT get_AskedNodes(
  [out] BSTR *pRetVal
);

Parameters

  • pRetVal [out]
    The 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.

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

IJob

IJob::put_AskedNodes

ITask::put_RequiredNodes