| SiteRoomsForceTryGetRoom Method  | 
            Gets room from cache. If room is not found, new rooms from database are retrieved and then the finding is made again.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntaxpublic bool ForceTryGetRoom(
	int roomID,
	out RoomState roomState
)
Parameters
- roomID
 - Type: SystemInt32
Room ID - roomState
 - Type: CMS.ChatRoomState
Output RoomState 
Return Value
Type: 
Boolean
See Also