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

ConfigurableAddressProvider is an implementation of the IAddressProvider interface based on a static list of addresses configured in an XML element that contains one or more items in the following format:
            <socket-address>
                <address>...</address>
                <port>...</port>
            </socket-address>
            

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

Syntax

C#
public class ConfigurableAddressProvider : IAddressProvider

Remarks

The order of items in the configured list will be randomized to provide basic load balancing. This implementation is not thread safe.

Inheritance Hierarchy

System..::.Object
  Tangosol.Net..::.ConfigurableAddressProvider

See Also