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

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

Parameters

engineerId
Type: System.Int32
Online support engineer ID.
See Also