SiteRooms GetUsersInRoomsCounts Method Kentico 8.0 API Reference
Gets counts of users in rooms when this count has changed.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

sinceWhen
Type: OnlineSystem Nullable OnlineDateTime 
Last change this client got
chatUser
Type: CMS.Chat ChatUserInfo
Current chat user
changedRooms
Type: OnlineSystem.Collections.Generic IEnumerable OnlineInt32 
IDs of rooms which were changed since last request. Users counts in those rooms will be always send back to client (if the user is logged in and sinceWhen is not null).

Return Value

Type: UsersInRoomsCountsData
See Also