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