Click or drag to resize
ChatCacheBeaconIsValid Method
Checks if beacon is valid. It takes into consideration local and cache invalidation. If beacon is not valid, it calls Reset itself, so next call will return true again. First call to this method will return false. Method is thread safe.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public bool IsValid()

Return Value

Type: Boolean
True if timeout has not passed and nobody has invalidated this beacon
See Also