Previous Topic: GetSoftwareJobContainersNext Topic: GetSoftwareJobContainerSoftwareJobs


GetSoftwareJobContainers3

The GetSoftwareJobContainers3 method retrieves the job containers from a software job container list.

This method also includes the functionality that helps you manage the custom administrator message. The method returns the retrieved array of software job container properties in the sequence SoftwareJobContainerProperties3. The sequence includes the parameter userMessage 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 listHandle softwareJobContainerId (m)

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

xsd:long noOfSoftwareJobContainers (m)

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

Return Values

ArrayOfSoftwareJobContainerProperties3 arrayOfSoftwareJobContainerProperties3

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

Remarks

None

More information:

SoftwareJobContainerProperties3