Basic information about a chat room.
Inheritance Hierarchy
System
.
.
::
.
.
Object
Microsoft.Rtc.Collaboration.GroupChat . . :: . . ChatRoomSummary
Microsoft.Rtc.Collaboration.GroupChat . . :: . . ChatRoomSnapshot
Namespace:
Microsoft.Rtc.Collaboration.GroupChat
Microsoft.Rtc.Collaboration.GroupChat . . :: . . ChatRoomSummary
Microsoft.Rtc.Collaboration.GroupChat . . :: . . ChatRoomSnapshot
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class ChatRoomSummary |
Visual Basic (Usage) |
---|
Dim instance As ChatRoomSummary |
C# |
---|
public class ChatRoomSummary |
Remarks
A reference to this class (or its subclass, ChatRoomSnapshot ) may be obtained from a search (see ChatRoomManagementServices ) or from an invitation (see ChatRoomInvitationEventArgs ). A ChatRoomSummary can be used to join a chat room (see BeginJoin(ChatRoomSummary, AsyncCallback, Object) ). For ease of use, ChatRoom supports an implicit conversion (see Implicit Widening Implicit Implicit Implicit (ChatRoom to ChatRoomSummary) ).
Thread Safety
Any public
static(
Sharedin Visual Basic) members of this
type are thread safe. Any instance members are not guaranteed to be
thread safe.