Click or drag to resize
IChatServiceLogout 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: 8.2.23
Syntax
C#
ChatGeneralResponse<ChatUserStateData> Logout()

Return Value

Type: ChatGeneralResponseChatUserStateData
See Also