ChatInitiatedChatRequestInfoProviderCleanOldRequests Method |
Cleans old initiated chat requests. First, requests are changed to the 'deleted' state, co they can be removed from cache and on the second pass, they are completely deleted.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public static int CleanOldRequests()
Return Value
Type:
Int32Number of completely deleted requests.
See Also