Click or drag to resize
ChatServiceGetSupportEngineersOnlineCount 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#
public ChatGeneralResponse<int> GetSupportEngineersOnlineCount()

Return Value

Type: ChatGeneralResponseInt32
Count of online support engineers

Implements

IChatServiceGetSupportEngineersOnlineCount
See Also