Click or drag to resize
MessageCacheParams Class
Params for getting messages from database. Those params have to be wrapped in class to be usable by ChatParametrizedCacheWrapper.
Inheritance Hierarchy
SystemObject
  CMS.ChatMessageCacheParams

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public class MessageCacheParams : IChatCacheableParam

The MessageCacheParams type exposes the following members.

Constructors
  NameDescription
Public methodMessageCacheParams
Top
Properties
  NameDescription
Public propertyCacheKey
Unique key of this params - for caching.
Public propertyMaxCount
Maximum number of messages retrieved. Or unlimited if null.
Public propertySinceWhen
Messages sent since when.
Top
See Also