ChatRoomSummary Class

Definition

Basic information about a chat room.

public ref class ChatRoomSummary
public class ChatRoomSummary
type ChatRoomSummary = class
Public Class ChatRoomSummary
Inheritance
ChatRoomSummary
Derived

Remarks

A reference to this class (or its subclass, ChatRoomSnapshot) may be obtained from a search (see ChatRoomManagementServices).

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)).

Properties

ChatRoomUri

Gets the URI of the chat room.

Description

Gets the description of the chat room.

Name

Gets the name of the chat room.

Applies to