Previous Topic: CloseUnitInventoryGroupListNext Topic: GetUnitInventoryComponentGroups


CloseUnitInventoryItemList

The CloseUnitInventoryItemList method closes an inventory item list that was opened by OpenUnitInventoryItemList and releases the list handle.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:long listHandle (m)

A numeric handle to the list to close. The handle was generated by a previous call to OpenUnitInventoryItemList.

Return Values

This is a void method that does not expose a return value.

Remarks

None