ChatCacheBeacon Constructor |
Constructs cache beacon.
First call to IsValid method will return false.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax 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