Click or drag to resize
ChatSupportServiceSupportTakeRoom Method
Takes support room. After this call, new messages in this room won't be send to other users - only to the current one.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public ChatGeneralResponse SupportTakeRoom(
	int roomID
)

Parameters

roomID
Type: SystemInt32
Room ID to take

Return Value

Type: ChatGeneralResponse

Implements

IChatSupportServiceSupportTakeRoom(Int32)
See Also