Click or drag to resize
ChatOnlineSupportInfoProviderUpdateLastChecking Method
Updates lastChecking info to GETDATE() for selected online support engineer.

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

Parameters

siteID
Type: SystemInt32
Last checking for user will be updated on this site
chatUserID
Type: SystemInt32
ID of chat user who is online on support
See Also