Click or drag to resize
SiteRoomsOnlineUsersCounts Constructor
Constructor.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public SiteRoomsOnlineUsersCounts(
	IEnumerable<OnlineUsersCountData> onlineUsersCounts
)

Parameters

onlineUsersCounts
Type: System.Collections.GenericIEnumerableOnlineUsersCountData
List of online users
See Also