Click or drag to resize
ChatServiceLogout Method
Logouts chat user from chat (not CMSUser). Leaves all rooms. If CMSUser is logged in, this operation won't logout the chat user in reality.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax
C#
public ChatGeneralResponse<ChatUserStateData> Logout()

Return Value

Type: ChatGeneralResponseChatUserStateData

Implements

IChatServiceLogout
See Also