Click or drag to resize
ChatService.Logout 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: 9.0.0
Syntax
C#
public ChatGeneralResponse<ChatUserStateData> Logout()

Return Value

Type: ChatGeneralResponse<ChatUserStateData>

Implements

IChatService.Logout()
See Also