Click or drag to resize
SiteRooms Constructor
Constructor. parentName is used as cache key.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public SiteRooms(
	string parentName,
	int siteID,
	TimeSpan maxDelay
)

Parameters

parentName
Type: SystemString
Unique name of parent object
siteID
Type: SystemInt32
Site ID
maxDelay
Type: SystemTimeSpan
Max delay
See Also