OpenMetaverse Protocol Library Developers API Documentation
ParseTaskInventory Method (taskData)
NamespacesOpenMetaverse InventoryManagerParseTaskInventory(String)
Parse the results of a RequestTaskInventory() response
Declaration Syntax
C#
public 
static 
List<
InventoryBase> 
ParseTaskInventory(
        
string 
taskData
)
Parameters
taskData ( String)
A string which contains the data from the task reply
Return Value
A List containing the items contained within the tasks inventory

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