OpenMetaverse Protocol Library Developers API Documentation
FetchItem Method (itemID, ownerID, timeoutMS)
NamespacesOpenMetaverse InventoryManagerFetchItem(UUID, UUID, Int32)
Fetch an inventory item from the dataserver
Declaration Syntax
C#
public 
InventoryItem 
FetchItem(
        
UUID 
itemID,
        
UUID 
ownerID,
        
int 
timeoutMS
)
Parameters
itemID ( UUID)
The items
ownerID ( UUID)
The item Owners
timeoutMS ( Int32)
a integer representing the number of milliseconds to wait for results
Return Value
An object on success, or null if no item was found
Remarks
Items will also be sent to the event
See Also
UUID
UUID
InventoryItem
OnItemReceived(ItemReceivedEventArgs)

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