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.
Retrieves the unique task identifier for the proxy task in a remote command job. The proxy task is the task that sends the output and error streams from all of the nodes in a remote command to the client.
This property is read-only.
Syntax
HRESULT get_ProxyTaskId(
[out] long *pRetVal
);
Property value
The unique task identifier for the proxy task in a remote command job.
Error codes
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.
Remarks
Each remote command job has a proxy task in addition to a task for each node in the remote command.
Requirements
Product |
HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 with Service Pack 1 Client Utilities |
Type library |
Microsoft.Hpc.Scheduler.tlb |