Click or drag to resize
ChatSupportTakenRoomInfoProviderCleanSupportTakenRooms Method
Cleans taken rooms were support engineer is not pinging for more than inactiveForSeconds seconds. Last ping time is checked in table Chat_RoomUser.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static int CleanSupportTakenRooms(
	int inactiveForSeconds
)

Parameters

inactiveForSeconds
Type: SystemInt32
Seconds of inactivity needed for this room to be released

Return Value

Type: Int32
Number of cleaned rooms
See Also