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: 8.2.23
Syntax public bool ForceTryGetRoom(
int roomID,
out RoomState roomState
)
Parameters
- roomID
- Type: SystemInt32
Room ID - roomState
- Type: CMS.ChatRoomState
Output RoomState
Return Value
Type:
BooleanSee Also