Previous Topic: GetUnitUnitGroupsNext Topic: GetUnitUnitSoftwareInstallationJobs2


GetUnitUnitSoftwareInstallationJobs

The GetUnitUnitSoftwareInstallationJobs method retrieves the software installation jobs from a unit's software installation job list.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:long listHandle (m)

A numeric handle to a list returned by a previous call to OpenUnitUnitSoftwareInstallationJobList.

xsd:long noOfUnitSoftwareInstallationJobs (m)

The total number of software installation jobs to get from the list. This is less than or equal to the total number in the list returned by a previous call to OpenUnitUnitSoftwareInstallationJobList.

Return Values

ArrayOfUnitSoftwareJobProperties GetUnitUnitSoftwareInstallationJobsReturn

An array of UnitSoftwareJobProperties - one for each software package installation requested from the list.

Remarks

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

More information:

UnitSoftwareJobProperties

ArrayOfUnitSoftwareJobProperties2