Click or drag to resize
IChatService.GetSupportEngineersOnlineCount Method
Gets count of currently logged in support engineers.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax
C#
ChatGeneralResponse<int> GetSupportEngineersOnlineCount()

Return Value

Type: ChatGeneralResponse<Int32>
Count of online support engineers
See Also