Click or drag to resize

ConfigurableAddressProviderSortHolders Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Sort the holders in the order to be returned by the NextAddress property. This implementation randomizes the holder list for simple load balancing.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected IList<ConfigurableAddressProviderAddressHolder> SortHolders(
	IList<ConfigurableAddressProviderAddressHolder> list
)

Parameters

list
Type: System.Collections.GenericIListConfigurableAddressProviderAddressHolder
The original list retrieved from the configuration.

Return Value

Type: IListConfigurableAddressProviderAddressHolder
The re-ordered list.
See Also