| 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.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static int CleanSupportTakenRooms(
	int inactiveForSeconds
)
Parameters
- inactiveForSeconds
- Type: SystemInt32
 Seconds of inactivity needed for this room to be released
Return Value
Type: 
Int32Number of cleaned rooms
 See Also
See Also