Click or drag to resize
UsersRoomAdminStates Constructor
Constructor

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public UsersRoomAdminStates(
	string parentName,
	TimeSpan maxDelay
)

Parameters

parentName
Type: SystemString
Unique name of parent (for caching)
maxDelay
Type: SystemTimeSpan
Maximum delay of retrieving info from cache
See Also