OpenMetaverse Protocol Library Developers API Documentation
TopCollidersReplyEventArgs Constructor (objectCount, tasks)
NamespacesOpenMetaverse TopCollidersReplyEventArgsTopCollidersReplyEventArgs(Int32, Dictionary < (Of < <' ( UUID, EstateTask > ) > > ) )
Construct a new instance of the TopCollidersReplyEventArgs class
Declaration Syntax
C#
public 
TopCollidersReplyEventArgs(
        
int 
objectCount,
        
Dictionary<
UUID, 
EstateTask> 
tasks
)
Parameters
objectCount ( Int32)
The number of returned items in LandStatReply
tasks ( Dictionary < (Of < ( <' UUID, EstateTask > ) > ) > )
Dictionary of Object UUIDs to tasks returned in LandStatReply

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