PersistentChatServerConfiguration Class

Definition

Properties and configuration settings which apply to the persistent chat server to which the PersistentChatEndpoint has connected.

public ref class PersistentChatServerConfiguration
public class PersistentChatServerConfiguration
type PersistentChatServerConfiguration = class
Public Class PersistentChatServerConfiguration
Inheritance
PersistentChatServerConfiguration

Properties

DatabaseVersion

Gets the database version of the Persistent Chat Server

DisplayName

Gets the friendly name of the persistent chat service.

MessageSizeLimit

Gets the message size limit, which is the maximum size in bytes that is permitted for any persistent chat message.

RoomManagementUrl

Gets the URL used for managing rooms.

RootCategoryUri

Gets the Root Category URI. The Root Category is the single category which has no parent category, and from which all other chat rooms and chat room categories are inherited. Use this category as a starting point to explore the entire hierarchy of chat rooms and chat room categories.

SearchLimit

Gets the search result limit which is applied to all user queries

ServerTimeUtc

Gets the server time in UTC (Coordinated Universal Time). Use this value to compute time zone offsets between the server and the client for determing any shift in message timestamps that may exist due to small differences in the system clocks.

StorySizeLimit

Gets the story size limit, which is the maximum size in bytes that is permitted for a persistent chat story message.

Applies to