Previous Topic: GetSoftwarePackageProcedureGroupSoftwarePackageProceduresNext Topic: GetSoftwarePackageProcedureGroupsRecursive


GetSoftwarePackageProcedureGroupSoftwarePackageProcedures2

The GetSoftwarePackageProcedureGroupSoftwarePackageProcedures2 method retrieves the software package procedures from a software package procedure group's 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 OpenSoftwarePackageProcedureGroupSoftwarePackageProcedureList.

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

Return Values

ArrayOfSoftwarePackageProcedureProperties2 GetSoftwarePackageProcedureGroupSoftwarePackageProceduresReturn

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

Remarks

None

More information:

SoftwarePackageProcedureProperties2