Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Determine the port portion of the UUID. Note that the port is a 28-bit value; the first nibble is always 0x0.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public int Port { get; }

Field Value

The port portion of the UID.

See Also