OpenMetaverse Protocol Library Developers API Documentation
DirPlacesReplyEventArgs Constructor (queryID, matchedParcels)
NamespacesOpenMetaverse DirPlacesReplyEventArgsDirPlacesReplyEventArgs(UUID, List < (Of < <' ( DirectoryManager . . :: . . DirectoryParcel > ) > > ) )
Construct a new instance of the DirPlacesReplyEventArgs class
Declaration Syntax
C#
public 
DirPlacesReplyEventArgs(
        
UUID 
queryID,
        
List<

DirectoryManager

.
.
::
.
.
DirectoryParcel> 
matchedParcels
)
Parameters
queryID ( UUID)
The ID of the query returned by the data server. This will correlate to the ID returned by the [!:StartDirPlacesSearch]method
matchedParcels ( List < (Of < ( <' DirectoryManager . . :: . . DirectoryParcel > ) > ) > )
A list containing land data returned by the data server

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