Click or drag to resize
ChatCacheBeacon Constructor
Constructs cache beacon. First call to IsValid method will return false.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public ChatCacheBeacon(
	string key,
	TimeSpan persistence
)

Parameters

key
Type: SystemString
Globally unique key
persistence
Type: SystemTimeSpan
Persistence - method IsValid() will return false after this amount of time passes
See Also