Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
EndpointTypes.ice
Go to the documentation of this file.
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
9 
10 #pragma once
11 
12 
13 [["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
14 
15 ["objc:prefix:ICE"]
16 module Ice
17 {
18 
26 {
36 };
37 
38 };
39 
The Ice core library.
Definition: BuiltinSequences.ice:15
Ordered forces the Ice run time to use the endpoints in the order they appeared in the proxy...
Definition: EndpointTypes.ice:35
EndpointSelectionType
Determines the order in which the Ice run time uses the endpoints in a proxy when establishing a conn...
Definition: EndpointTypes.ice:25
Random causes the endpoints to be arranged in a random order.
Definition: EndpointTypes.ice:30