ChatRoomSummary Class

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
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public Class ChatRoomSummary
'Usage
Dim instance As ChatRoomSummary
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(ChatRoom to ChatRoomSummary)).

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

See Also

Reference

ChatRoomSummary Members

Microsoft.Rtc.Collaboration.GroupChat Namespace