Previous Topic: GetSoftwareJobContainers3Next Topic: GetSoftwareJobContainerSoftwareJobs3


GetSoftwareJobContainerSoftwareJobs

The GetSoftwareJobContainerSoftwareJobs method retrieves the software jobs from a software job container job list.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:long listHandle (m)

A numeric handle to a list as returned by a previous call to OpenSoftwareJobContainerSoftwareJobList.

xsd:long noOfSoftwareJobs (m)

The total number of jobs to get from the list. This should be less than or equal to the total number in the list as returned by a previous call to OpenSoftwareJobContainerSoftwareJobList.

Return Values

ArrayOfSoftwareJobProperties GetSoftwareJobContainerSoftwareJobsReturn

An array of SoftwareJobProperties - one for each job requested from the list.

Remarks

You can make multiple calls to GetSoftwareJobContainerSoftwareJobs to iterate down the list.

More information:

SoftwareJobProperties