IAddressProviderNextAddress 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)
SyntaxIPEndPoint NextAddress { get; }Property Value
Type: 
IPEndPoint
            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