The Member type exposes the following members.

Constructors

  NameDescription
Protected methodMember
Initializes a new instance of the Member class

Methods

  NameDescription
Public methodCompareTo
Compares the current object with another object of the same type.
Public methodStatic memberCreate
Initialize a Member object for the metaspace with the id specified
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDistributionRole
Return the Distribution Role
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyContext
Returns the context tuple if it is provided through MemberDef during connect
Public propertyHostAddress
Gets the host address.
Public propertyId
Return the Member Id.
Public propertyIsRemote
Return true if the member is a remote client
Public propertyJoinTime
Gets the join time.
Public propertyManagementRole
Return the Management Role
Public propertyName
Return the Member name
Public propertyPort
Gets the port.
Public propertyProxies
The list of proxies for this member (for remote client members only)

See Also