Click or drag to resize
UsersRoomAdminStates Constructor
Constructor

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
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