Documentation for Ice 3.4. The latest release is Ice 3.7. Refer to the space directory for other releases.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


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

RandomRandom causes the endpoints to be arranged in a random order.
OrderedOrdered 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.


  • No labels