3#ifndef ICE_ENDPOINT_SELECTION_TYPE_H
4#define ICE_ENDPOINT_SELECTION_TYPE_H
EndpointSelectionType
Determines how the Ice runtime sorts proxy endpoints when establishing a connection.
@ Ordered
The Ice runtime uses the endpoints in the order they appear in the proxy.
@ Random
The Ice runtime shuffles the endpoints in a random order.