Click or drag to resize
OnlineUsersCountData Class
Info about counts of users in room.
Inheritance Hierarchy
SystemObject
  CMS.ChatOnlineUsersCountData

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public class OnlineUsersCountData

The OnlineUsersCountData type exposes the following members.

Constructors
  NameDescription
Public methodOnlineUsersCountData
Top
Properties
  NameDescription
Public propertyLastChange
Last change of online users count.
Public propertyRoomID
RoomID
Public propertyUsersCount
Number of online users.
Top
See Also