Click or drag to resize
ChatOnlineSupportInfoProviderLeaveSupport Method
Leaves user from support.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static void LeaveSupport(
	int siteID,
	int chatUserID
)

Parameters

siteID
Type: SystemInt32
User will be logged out of support on this site
chatUserID
Type: SystemInt32
User to leave.
See Also