Click or drag to resize
ChatOnlineUserInfoProviderUpdateLastChecking Method
Updates last checking to GETDATE() of the online chat user specified by siteID and chatUserID. Does nothing if this online user does not exists.

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
Site ID
chatUserID
Type: SystemInt32
Chat user ID
See Also