Click or drag to resize
ChatSupportTakenRoomHelperTakeRoom Method
Sets room as taken by chat user.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static void TakeRoom(
	int chatUserID,
	int roomID
)

Parameters

chatUserID
Type: SystemInt32
Room will be taken by this chat user.
roomID
Type: SystemInt32
This room will be taken.
See Also