ChatOnlineUserInfoProvider.UpdateLastChecking 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.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntaxpublic static void UpdateLastChecking(
int siteID,
int chatUserID
)
Parameters
- siteID
- Type: System.Int32
Site ID - chatUserID
- Type: System.Int32
Chat user ID
See Also