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

Next available address to use.

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

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