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

DirectoryManager

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

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