Delegate CacheClientConnectivityChangedCallback
Defines a callback method for notifying application about cache client connectivity
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public delegate void CacheClientConnectivityChangedCallback(string cacheId, ClientInfo client, ConnectivityStatus status);
Parameters
Type | Name | Description |
---|---|---|
System.String | cacheId | Name of the cache |
Alachisoft.NCache.Runtime.Caching.ClientInfo | client | Client |
ConnectivityStatus | status | Client status |