OpenMetaverse Protocol Library Developers API Documentation
GroupChatJoinedEventArgs Constructor (groupChatSessionID, sessionName, tmpSessionID, success)
NamespacesOpenMetaverse GroupChatJoinedEventArgsGroupChatJoinedEventArgs(UUID, String, UUID, Boolean)
Construct a new instance of the GroupChatJoinedEventArgs class
Declaration Syntax
C#
public 
GroupChatJoinedEventArgs(
        
UUID 
groupChatSessionID,
        
string 
sessionName,
        
UUID 
tmpSessionID,
        
bool 
success
)
Parameters
groupChatSessionID ( UUID)
The ID of the session
sessionName ( String)
The name of the session
tmpSessionID ( UUID)
A temporary session id used for establishing new sessions
success ( Boolean)
True of your agent successfully joined the session

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