ChatRoomSummary Class

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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

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

See Also

Reference

ChatRoomSummary Members

Microsoft.Rtc.Collaboration.GroupChat Namespace