Previous Topic: GetSoftwareJobContainersRecursiveNext Topic: HaltDeliverySoftwareJobContainer


GetSoftwareJobContainersRecursive3

The GetSoftwareJobContainersRecursive3 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. This 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 (m)

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

xsd:long noOfSoftwareJobContainers (m)

Specifies the number of software job containers.

Return Values

ArrayOfSoftwareJobContainerProperties3 arrayOfSoftwareJobContainerProperties3

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

Remarks

None

More information:

SoftwareJobContainerProperties3