Previous Topic: GetParentSoftwareJobContainersNext Topic: GetSoftwareJobContainer


GetParentSoftwareJobContainers3

The GetParentSoftwareJobContainers3 method retrieves the parent software job containers from a software job containers parent group list.

This method also includes the functionality that helps you manage the custom administrator message. The method returns the retrieved array of parent software job containers properties in the sequence SoftwareJobContainerProperties3. This sequence includes the userMessage parameter that specifies the custom administrator message information linked with the job container in SD.

Parameters

xsd:string sessionId (m)

Specifies the session identifier obtained from the login method of the web service.

xsd:long listHandlesoftwareJobContainerId (m)

Specifies a numeric handle to a list as returned by a previous call to OpenParentSoftwareJobContainerList3.

xsd:long noOfParentSoftwareJobContainers (m)

Specifies the total number of software job containers to get from the list. This number must be less than or equal to the total number in the list as returned by a previous call to OpenParentSoftwareJobContainerList3.

Return Values

ArrayOfSoftwareJobContainerProperties3 arrayOfSoftwareJobContainerProperties3

Returns an array of SoftwareJobContainerProperties3—one for each parent container requested from the list.

Remarks

None

More information:

SoftwareJobContainerProperties3