Click or drag to resize

IMember Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
The IMember interface represents a process connected to or running within a cluster.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public interface IMember

The IMember type exposes the following members.

Properties
  NameDescription
Public propertyClusterName
The name of the cluster with which this member is associated.
Public propertyMachineName
Determine the configured name for the machine (such as a host name) in which this IMember resides.
Public propertyMemberName
Determine the configured name for the IMember.
Public propertyProcessName
Determine the configured name for the process (such as a JVM) in which this IMember resides.
Public propertyRackName
Determine the configured name for the rack (such as a physical rack, cage or blade frame) in which this IMember resides.
Public propertyRoleName
Determine the configured role name for the IMember.
Public propertySiteName
Determine the configured name for the site (such as a data center) in which this IMember resides.
Top
See Also