Previous Topic: GetSoftwarePackageProceduresNext Topic: LinkSoftwarePackageProcedureGroupsToSoftwarePackageGroup


GetSoftwarePackageProcedures2

The GetSoftwarePackageProcedures2 method retrieves the procedures from a software package procedure list.

This method also retrieves the ShutdownAfterLast property (that includes information on whether a target computer is to be shut down after completion of the last SD job) and useDefaultJobMessage property (that includes information on whether a software package procedure comment is to be used as a default user message for the jobs).

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 OpenSoftwarePackageProcedureList.

xsd:long noOfSoftwarePackageProcedures (m)

Specifies the total number of procedures to get from the list. The number must be less than or equal to the total number in the list as returned by a previous call to OpenSoftwarePackageProcedureList.

Return Values

ArrayOfSoftwarePackageProcedureProperties2 getSoftwarePackageProcedures

Returns an array of SoftwarePackageProcedureProperties2—one for each procedure requested from the list.

Remarks

None

More information:

SoftwarePackageProcedureProperties2