OpenMetaverse Protocol Library Developers API Documentation
RemoveTaskInventory Method (objectLocalID, taskItemID, simulator)
NamespacesOpenMetaverse InventoryManagerRemoveTaskInventory(UInt32, UUID, Simulator)
Remove an item from an objects (Prim) Inventory
Declaration Syntax
C#
public
void
RemoveTaskInventory(

uint
objectLocalID,

UUID
taskItemID,

Simulator
simulator
)
Parameters
objectLocalID ( UInt32)
LocalID of the object in the simulator
taskItemID ( UUID)
UUID of the task item to remove
simulator ( Simulator)
Simulator Object
Remarks
You can confirm the removal by comparing the tasks inventory serial before and after the request with the RequestTaskInventory(UInt32)request combined with the event
See Also

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)