Click or drag to resize
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.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static int CleanOldRequests()

Return Value

Type: Int32
Number of completely deleted requests.
See Also