OpenMetaverse Protocol Library Developers API Documentation
GroupRolesDataReplyEventArgs Constructor (requestID, groupID, roles)
NamespacesOpenMetaverse GroupRolesDataReplyEventArgsGroupRolesDataReplyEventArgs(UUID, UUID, Dictionary < (Of < <' ( UUID, GroupRole > ) > > ) )
Construct a new instance of the GroupRolesDataReplyEventArgs class
Declaration Syntax
C#
public 
GroupRolesDataReplyEventArgs(
        
UUID 
requestID,
        
UUID 
groupID,
        
Dictionary<
UUID, 
GroupRole> 
roles
)
Parameters
requestID ( UUID)
The ID as returned by the request to correlate this result set and the request
groupID ( UUID)
The ID of the group
roles ( Dictionary < (Of < ( <' UUID, GroupRole > ) > ) > )
The dictionary containing the roles

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