Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ EndpointSelectionType

enum class Ice::EndpointSelectionType : std::uint8_t
strong

Determines how the Ice runtime sorts proxy endpoints when establishing a connection.

Enumerator
Random 

The Ice runtime shuffles the endpoints in a random order.

Ordered 

The Ice runtime uses the endpoints in the order they appear in the proxy.

Definition at line 11 of file EndpointSelectionType.h.