ChatOnlineSupportInfoProviderUpdateLastChecking Method |
Updates lastChecking info to GETDATE() for selected online support engineer.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax 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