Class CacheEventDescriptor
Instance of this class holds the link to the registered delegate.
Use it to unregister the registered delegate when required.
The bool Is
Inheritance
Assembly: Alachisoft.NCache.Client.dll
Syntax
public sealed class CacheEventDescriptor
Properties
Name | Description |
---|---|
Cache |
Delegate that triggers when any data changes in the cache. |
Cache |
Name against which the cache is registered. |
Data |
Gets data filter. |
Is |
Returns true if the linked event delegate is registered, returns false when the descriptor has been consumed. This property is ThreadSafe. |
Registered |
The property against which the event types are registered. |