Share via


IJob::get_Id method

Retrieves the job identifier.

Syntax

HRESULT get_Id(
  [out] long *pRetVal
);

Parameters

  • pRetVal [out]
    The job identifier.

Return value

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

Remarks

The identifier is generated when you call the ICluster::AddJob or ICluster::QueueJob method to add the job to the cluster.

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

IJob