Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the quantity deltas from the InventoryQuantityDeltaCollection.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub UpdateQuantityDeltas ( _
inventoryQuantityDeltas As InventoryQuantityDeltaCollection _
)
'Usage
Dim instance As InventoryContext
Dim inventoryQuantityDeltas As InventoryQuantityDeltaCollection
instance.UpdateQuantityDeltas(inventoryQuantityDeltas)
public void UpdateQuantityDeltas(
InventoryQuantityDeltaCollection inventoryQuantityDeltas
)
public:
void UpdateQuantityDeltas(
InventoryQuantityDeltaCollection^ inventoryQuantityDeltas
)
public function UpdateQuantityDeltas(
inventoryQuantityDeltas : InventoryQuantityDeltaCollection
)
Parameters
- inventoryQuantityDeltas
Type: Microsoft.CommerceServer.Inventory..::.InventoryQuantityDeltaCollection
The InventoryQuantityDeltaCollection containing the inventory quantity deltas.
Remarks
Update the quantity deltas collection.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.