Click or drag to resize
ChatOnlineSupportInfoProviderGetChatOnlineSupportInfo Method (Int32)
Returns online support engineer with specified ID.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static ChatOnlineSupportInfo GetChatOnlineSupportInfo(
	int engineerId
)

Parameters

engineerId
Type: SystemInt32
Online support engineer ID.

Return Value

Type: ChatOnlineSupportInfo
See Also