Holds the information about the cluster member nodes. It identifies each member of the cluster uniquely with a combination of the Ip Address and port. An instance of this class can not be instantiated. When client applications register the events MemberJoinedCallback or MemberLeftCallback, an instance of NodeInfo is passed in the notification.

Namespace: Alachisoft.NCache.Web.Net
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public class NodeInfo
Visual Basic
Public Class NodeInfo
Visual C++
public ref class NodeInfo

Inheritance Hierarchy

System..::..Object
  Alachisoft.NCache.Web.Net..::..NodeInfo

See Also