Constructs a new enumerator.
The name of the enumerator.
The numeric value of the enumerator.
Readonly
nameThe name of the enumerator.
Readonly
valueThe value of the enumerator.
Static
Readonly
OrderedOrdered
forces the Ice runtime to use the endpoints in the order they appear in the proxy.
Static
Readonly
RandomRandom
arranges the endpoints in a random order.
Returns a string representation of the current enumerator.
A string representation of the current enumerator.
Static
valueReturns the enumerator for the given value.
The numeric value of the enumerator.
The enumerator corresponding to the given value.
Determines the order in which the Ice runtime uses the endpoints in a proxy when establishing a connection.