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

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

Parameters

engineerId
Type: SystemInt32
Online support engineer ID.
See Also