• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Show / Hide Table of Contents

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

Information about Cache Client

ConnectivityStatus status

Client Connectivity Status

Back to top Copyright © 2017 Alachisoft