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