Event CacheStopped
Occurs after the cache has been stopped.
Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web.dll
Syntax
public virtual event CacheStoppedCallback CacheStopped
Returns
Type | Description |
---|---|
CacheStoppedCallback |
Remarks
You can use this event to perform the tasks when a the cache has been stopped.
This callback is invoked when the cache has either been stopped intentionally or connection with the server has been lost due to some reason so that you can connect to another server.
For more information on how to use this callback see the documentation for CacheStoppedCallback.