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

DirectoryManager

.
.
::
.
.
AgentSearchData> 
matchedPeople
)
Parameters
queryID ( UUID)
The ID of the query returned by the data server. This will correlate to the ID returned by the [!:StartPeopleSearch]method
matchedPeople ( List < (Of < ( <' DirectoryManager . . :: . . AgentSearchData > ) > ) > )
A list of people data returned by the data server

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