• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

Interface INotificationService

This interface contains properties and methods required for a Notification Service.

Assembly: Alachisoft.NCache.Client.dll
Syntax
public interface INotificationService

Events

CacheCleared

Event for notifying applications when the ICache is cleared.

Declaration
event CacheClearedCallback CacheCleared
Event Type
Type Description
CacheClearedCallback

Defines a callback method for notifying applications when the ICache is cleared.

Remarks

Since this handler is invoked every time the ICache is cleared, doing a lot of processing inside the handler might have an impact on the performance of the cache and cluster. It is therefore advisable to do minimal processing inside the handler.

CacheClientConnectivityChanged

Event for notifying the application about the status of cache client connectivity.

Declaration
event CacheClientConnectivityChangedCallback CacheClientConnectivityChanged
Event Type
Type Description
CacheClientConnectivityChangedCallback

Defines a callback method for notifying the application about the status of cache client connectivity.

Remarks

This handler is invoked when cache client connectivity is changed.

CacheStopped

Event for notifying applications when the ICache is stopped.

Declaration
event CacheStoppedCallback CacheStopped
Event Type
Type Description
CacheStoppedCallback

Defines a callback method for notifying applications when the Alachisoft.NCache.Client.Cache stops.

Remarks

This handler is invoked when a ICache is stopped.

MemberJoined

Event for notifying applications when a new node joins the cluster.

Declaration
event MemberJoinedCallback MemberJoined
Event Type
Type Description
MemberJoinedCallback

Defines a callback method for notifying applications when a new node joins the cluster.

Remarks

This handler is invoked every time a new node joins the cluster.

MemberLeft

Event for notifying applications when a node leaves the cluster.

Declaration
event MemberLeftCallback MemberLeft
Event Type
Type Description
MemberLeftCallback

Defines a callback method for notifying applications when a node leaves the cluster.

Remarks

This handler is invoked every time a node leaves the cluster.

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Community
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top