Click or drag to resize
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.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public 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