Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |