Click or drag to resize

UUIDIsAddressIncluded Property

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
This is true if the IP address is a real IP address.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public bool IsAddressIncluded { get; }

Property Value

Type: Boolean
true if the UUID has IP address information.
Remarks
This is only false if two conditions are met: The UUID is generated, and it could not get an IP address (or one that is not a loopback/localhost address).
See Also