Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Gets a small number that uniquely identifies the IMember at this point in time and does not change for the life of this IMember.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public virtual int Id { get; }

Field Value

The mini-id of the IMember.

Implements

IMember..::.Id

Remarks

This value sometimes referred to as a "mini-id". It does not uniquely identify the IMember throughout the duration of the cluster because IMember that existed but left the cluster before this IMember existed may have had the same mini-id value and the same goes for Members that may join the cluster after this IMember leaves the cluster.

See Also