Click or drag to resize

SingleAddressProviderNextAddress Property

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Next available address to use.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public virtual IPEndPoint NextAddress { get; }

Property Value

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

Implements

IAddressProviderNextAddress
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