Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Next available address to use.

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

Syntax

C#
IPEndPoint NextAddress { get; }

Field Value

The next available address or null if the list of available addresses was exhausted.

Remarks

If the caller can successfully use the returned address (e.g. a connection was established), it should call the IAddressProvider's Accept()()() method.

See Also