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

Next available address to use.

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

Syntax

C#
public virtual IPEndPoint NextAddress { get; }

Field Value

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

Implements

IAddressProvider..::.NextAddress

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