Interface INotificationService
This interface contains properties and methods required for a Notification Service.
Namespace:
Assembly: Alachisoft.NCache.Client.dll
Syntax
public interface INotificationService
Events
Name | Description |
---|---|
CacheCleared | Event for notifying applications when the ICache is cleared. |
CacheClientConnectivityChanged | Event for notifying the application about the status of cache client connectivity. |
CacheStopped | Event for notifying applications when the ICache is stopped. |
MemberJoined | Event for notifying applications when a new node joins the cluster. |
MemberLeft | Event for notifying applications when a node leaves the cluster. |