ChatSupportTakenRoomInfoProviderTakeRoom Method |
Sets room as taken by chat user.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax 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