Ice::EndpointSelectionType
Overview
enum EndpointSelectionType
Determines the order in which the Ice run time uses the endpoints in a proxy when establishing a connection.
Enumerator Index
Random — Random causes the endpoints to be arranged in a random order.
Ordered — Ordered forces the Ice run time to use the endpoints in the order they appeared in the proxy.
Enumerators
Random
Random causes the endpoints to be arranged in a random order.
Ordered
Ordered forces the Ice run time to use the endpoints in the order they appeared in the proxy.

