OpenMetaverse Protocol Library Developers API Documentation
GetTaskInventory Method (objectID, objectLocalID, timeoutMS)
NamespacesOpenMetaverse InventoryManagerGetTaskInventory(UUID, UInt32, Int32)
Retrieve a listing of the items contained in a task (Primitive)
Declaration Syntax
C#
public 
List<
InventoryBase> 
GetTaskInventory(
        
UUID 
objectID,
        
uint 
objectLocalID,
        
int 
timeoutMS
)
Parameters
objectID ( UUID)
The tasks
objectLocalID ( UInt32)
The tasks simulator local ID
timeoutMS ( Int32)
milliseconds to wait for reply from simulator
Return Value
A list containing the inventory items inside the task or null if a timeout occurs
Remarks
This request blocks until the response from the simulator arrives or timeoutMS is exceeded
See Also

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