This file is indexed.

/usr/lib/cli/libzeroc-ice3.5/Ice.xml is in libzeroc-ice3.5-cil 3.5.1-5.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
6216
6217
6218
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Ice</name>
    </assembly>
    <members>
        <member name="T:Ice.AMDCallback">
            <summary>
            AMDCallback is the interface from which all AMD callbacks are derived.
            </summary>
        </member>
        <member name="M:Ice.AMDCallback.ice_exception(System.Exception)">
            <summary>
            Indicates to the Ice run time that an operation completed
            with a run-time exception.
            </summary>
            <param name="ex">The encoded Ice run-time exception. Note that, if ex
            is a user exception, the caller receives UnknownUserException.
            Use ice_response to raise user exceptions.</param>
        </member>
        <member name="T:Ice.SignalPolicy">
            <summary>
            The signal policy for Ice.Application signal handling.
            </summary>
        </member>
        <member name="F:Ice.SignalPolicy.HandleSignals">
            <summary>
            If a signal is received, Ice.Application reacts to the signal
            by calling Communicator.destroy or Communicator.shutdown,
            or by calling a custom shutdown hook installed by the application.
            </summary>
        </member>
        <member name="F:Ice.SignalPolicy.NoSignalHandling">
            <summary>
            Any signal that is received is not intercepted and takes the default action.
            </summary>
        </member>
        <member name="T:Ice.Application">
            <summary>
            Utility base class that makes it easy to correctly initialize and finalize
            the Ice run time, as well as handle signals. Unless the application specifies
            a logger, Application installs a per-process logger that logs to the standard
            error output.
            Applications must create a derived class that implements the run method.
            A program can contain only one instance of this class.
            </summary>
        </member>
        <member name="M:Ice.Application.run(System.String[])">
            <summary>
            Called once the communicator has been initialized. The derived class must
            implement run, which is the application's starting method.
            </summary>
            <param name="args">The argument vector for the application. Application
            scans the argument vector passed to main for options that are
            specific to the Ice run time and removes them; therefore, the vector passed
            to run is free from Ice-related options and contains only options
            and arguments that are application-specific.</param>
            <returns>The run method should return zero for successful termination, and
            non-zero otherwise. Application.main returns the value returned by run.</returns>
        </member>
        <member name="M:Ice.Application.interruptCallback(System.Int32)">
            <summary>
            Override this method to provide a custom application interrupt
            hook. You must call callbackOnInterrupt for this method
            to be called. Note that the interruptCallback can be called
            concurrently with any other thread (including main) in your
            application--take appropriate concurrency precautions.
            </summary>
            <param name="sig">The cause of the interrupt.</param>
        </member>
        <member name="M:Ice.Application.#ctor">
            <summary>
            Initializes an instance that calls Communicator.shutdown if a signal is received.
            </summary>
        </member>
        <member name="M:Ice.Application.#ctor(Ice.SignalPolicy)">
            <summary>
            Initializes an instance that handles signals according to the signal policy.
            </summary>
            <param name="signalPolicy">Determines how to respond to signals.</param>
        </member>
        <member name="M:Ice.Application.main(System.String[])">
            <summary>
            The application must call main after it has
            instantiated the derived class. main creates
            a communicator, establishes the specified signal policy, and,
            once run returns, destroys the communicator.
            The method prints an error message for any exception that propagates
            out of run and ensures that the communicator is
            destroyed correctly even if run completes abnormally.
            </summary>
            <param name="args">The arguments for the application (as passed to Main(string[])
            by the operating system.</param>
            <returns>The value returned by run. If run terminates with an exception,
            the return value is non-zero.</returns>
        </member>
        <member name="M:Ice.Application.main(System.String[],System.String)">
            <summary>
            The application must call main after it has
            instantiated the derived class. main creates
            a communicator, establishes the specified signal policy, and,
            once run returns, destroys the communicator.
            The method prints an error message for any exception that propagates
            out of run and ensures that the communicator is
            destroyed correctly even if run completes abnormally.
            </summary>
            <param name="args">The arguments for the application (as passed to Main(string[])
            by the operating system.</param>
            <param name="configFile">The configuration file with which to initialize
            Ice properties.</param>
            <returns>The value returned by run. If run terminates with an exception,
            the return value is non-zero.</returns>
        </member>
        <member name="M:Ice.Application.main(System.String[],Ice.InitializationData)">
            <summary>
            The application must call main after it has
            instantiated the derived class. main creates
            a communicator, establishes the specified signal policy, and,
            once run returns, destroys the communicator.
            The method prints an error message for any exception that propagates
            out of run and ensures that the communicator is
            destroyed correctly even if run completes abnormally.
            </summary>
            <param name="args">The arguments for the application (as passed to Main(string[])
            by the operating system.</param>
            <param name="initializationData">Additional data used to initialize the communicator.</param>
            <returns>The value returned by run. If run terminates with an exception,
            the return value is non-zero.</returns>
        </member>
        <member name="M:Ice.Application.appName">
            <summary>
            Returns the application name (which is also the value of Ice.ProgramName.
            This method is useful mainly for error messages that
            include the application name. Because appName is a static method, it is available from anywhere
            in the program.
            </summary>
            <returns>The name of the application.</returns>
        </member>
        <member name="M:Ice.Application.communicator">
            <summary>
            Returns the communicator for the application. Because communicator is a static method,
            it permits access to the communicator from anywhere in the program. Note that, as a consequence,
            you cannot have more than one instance of Application in a program.
            </summary>
            <returns>The communicator for the application.</returns>
        </member>
        <member name="M:Ice.Application.destroyOnInterrupt">
            <summary>
            Instructs Application to call Communicator.destroy on receipt of a signal.
            This is default signal handling policy established by the default constructor.
            </summary>
        </member>
        <member name="M:Ice.Application.shutdownOnInterrupt">
            <summary>
            Instructs Application to call Communicator.shutdown on receipt of a signal.
            </summary>
        </member>
        <member name="M:Ice.Application.ignoreInterrupt">
            <summary>
            Instructs Application to ignore signals.
            </summary>
        </member>
        <member name="M:Ice.Application.callbackOnInterrupt">
            <summary>
            Instructs Application to call interruptCallback on receipt of a signal.
            The derived class can intercept signals by overriding interruptCallback.
            </summary>
        </member>
        <member name="M:Ice.Application.holdInterrupt">
            <summary>
            Instructs Application to call to hold signals.
            </summary>
        </member>
        <member name="M:Ice.Application.releaseInterrupt">
            <summary>
            Instructs Application respond to signals. If a signal arrived since the last call
            to holdInterrupt, it is delivered once you call releaseInterrupt.
            </summary>
        </member>
        <member name="M:Ice.Application.interrupted">
            <summary>
            Determines whether the application shut down intentionally or was forced to shut down due to a signal.
            This is useful for logging purposes.
            </summary>
            <returns>True if a signal caused the communicator to shut down; false otherwise.</returns>
        </member>
        <member name="T:Ice.DispatchInterceptor">
            <summary>
            Base class that allows a server intercept incoming requests.
            The application must derive a concrete class from DispatchInterceptor
            that implements the DispatchInterceptor.dispatch operation. An instance of this derived
            class can be registered with an object adapter like any other servant.
            A dispatch interceptor is useful particularly to automatically retry requests
            that have failed due to a recoverable error condition.
            </summary>
        </member>
        <member name="M:Ice.DispatchInterceptor.dispatch(Ice.Request)">
            <summary>
            Called by the Ice run time to dispatch an incoming request. The implementation
            of <code>dispatch</code> must dispatch the request to the actual servant.
            </summary>
            <param name="request">The details of the incoming request.</param>
            <returns>For synchronous dispatch, the return value must be whatever is
            returned ice_dispatch. For asynchronous dispatch, the return
            value must be DispatchAsync.</returns>
        </member>
        <member name="T:Ice.Exception">
            <summary>
            Base class for Ice exceptions.
            </summary>
        </member>
        <member name="M:Ice.Exception.Clone">
            <summary>
            Creates and returns a copy of this exception.
            </summary>
            <returns>A copy of this exception.</returns>
        </member>
        <member name="M:Ice.Exception.#ctor">
            <summary>
            Creates a default-initialized exception.
            </summary>
        </member>
        <member name="M:Ice.Exception.#ctor(System.Exception)">
            <summary>
            Creates a default-initialized exception and sets the InnerException
            property to the passed exception.
            </summary>
            <param name="ex">The inner exception.</param>
        </member>
        <member name="M:Ice.Exception.ice_name">
            <summary>
            Returns the name of this exception.
            </summary>
            <returns>The name of this exception.</returns>
        </member>
        <member name="M:Ice.Exception.ToString">
            <summary>
            Returns a string representation of this exception, including
            any inner exceptions.
            </summary>
            <returns>The string representation of this exception.</returns>
        </member>
        <member name="T:Ice.LocalException">
            <summary>
            Base class for local exceptions.
            </summary>
        </member>
        <member name="M:Ice.LocalException.#ctor">
            <summary>
            Creates a default-initialized local exception.
            </summary>
        </member>
        <member name="M:Ice.LocalException.#ctor(System.Exception)">
            <summary>
            Creates a default-initialized local exception and sets the InnerException
            property to the passed exception.
            </summary>
            <param name="ex">The inner exception.</param>
        </member>
        <member name="T:Ice.SystemException">
            <summary>
            Base class for Ice run-time exceptions.
            </summary>
        </member>
        <member name="M:Ice.SystemException.#ctor">
            <summary>
            Creates a default-initialized run-time exception.
            </summary>
        </member>
        <member name="M:Ice.SystemException.#ctor(System.Exception)">
            <summary>
            Creates a default-initialized run-time exception and sets the InnerException
            property to the passed exception.
            </summary>
            <param name="ex">The inner exception.</param>
        </member>
        <member name="T:Ice.UserException">
            <summary>
            Base class for Slice user exceptions.
            </summary>
        </member>
        <member name="M:Ice.UserException.#ctor">
            <summary>
            Creates a default-initialized user exception.
            </summary>
        </member>
        <member name="M:Ice.UserException.#ctor(System.Exception)">
            <summary>
            Creates a default-initialized user exception and sets the InnerException
            property to the passed exception.
            </summary>
            <param name="ex">The inner exception.</param>
        </member>
        <member name="T:Ice.FormatType">
            <summary>
            This enumeration describes the possible formats for classes and exceptions.
            </summary>
        </member>
        <member name="T:Ice.AMD_Object_ice_invoke">
            <summary>
            Callback interface for Blobject AMD servants.
            </summary>
        </member>
        <member name="M:Ice.AMD_Object_ice_invoke.ice_response(System.Boolean,System.Byte[])">
            <summary>
            Indicates to the Ice run time that an operation
            completed.
            </summary>
            <param name="ok">True indicates that the operation
            completed successfully; false indicates that the
            operation raised a user exception.</param>
            <param name="outEncaps">The encoded out-parameters for the operation or,
            if ok is false, the encoded user exception.</param>
        </member>
        <member name="T:Ice.LoggerPlugin">
            <summary>
            Class to support custom loggers. Applications using a custom logger
            instantiate a LoggerPlugin with a custom logger and
            return the instance from their PluginFactory implementation.
            </summary>
        </member>
        <member name="M:Ice.LoggerPlugin.#ctor(Ice.Communicator,Ice.Logger)">
            <summary>
            Installs a custom logger for a communicator.
            </summary>
            <param name="communicator">The communicator using the custom logger.</param>
            <param name="logger">The custom logger for the communicator.</param>
        </member>
        <member name="M:Ice.LoggerPlugin.initialize">
            <summary>
            Called by the Ice run time during communicator initialization. The derived class
            can override this method to perform any initialization that might be required
            by a custom logger.
            </summary>
        </member>
        <member name="M:Ice.LoggerPlugin.destroy">
            <summary>
            Called by the Ice run time when the communicator is destroyed. The derived class
            can override this method to perform any finalization that might be required
            by a custom logger.
            </summary>
        </member>
        <member name="T:Ice.DispatchStatus">
            <summary>
            Indicates the status of operation dispatch.
            </summary>
        </member>
        <member name="F:Ice.DispatchStatus.DispatchOK">
            <summary>
            Indicates that an operation was dispatched synchronously and successfully.
            </summary>
        </member>
        <member name="F:Ice.DispatchStatus.DispatchUserException">
            <summary>
            Indicates that an operation was dispatched synchronously and raised a user exception.
            </summary>
        </member>
        <member name="F:Ice.DispatchStatus.DispatchAsync">
            <summary>
            Indicates that an operation was dispatched asynchronously.
            </summary>
        </member>
        <member name="T:Ice.Request">
            <summary>
            Interface for incoming requests.
            </summary>
        </member>
        <member name="M:Ice.Request.isCollocated">
            <summary>
            Returns whether this request is collocated.
            </summary>
            <returns>True if the invocation was made via proxy created by the same communicator
            that hosts the target's object adapter; false, otherwise.</returns>
        </member>
        <member name="M:Ice.Request.getCurrent">
            <summary>
            Returns the {@link Current} object for this the request.
            </summary>
            <returns>The Current object for this request.</returns>
        </member>
        <member name="T:Ice.Object">
            <summary>
            the base interface for servants.
            </summary>
        </member>
        <member name="M:Ice.Object.ice_isA(System.String)">
            <summary>
            Tests whether this object supports a specific Slice interface.
            </summary>
            <param name="s">The type ID of the Slice interface to test against.</param>
            <returns>True if this object has the interface
            specified by s or derives from the interface specified by s.</returns>
        </member>
        <member name="M:Ice.Object.ice_isA(System.String,Ice.Current)">
            <summary>
            Tests whether this object supports a specific Slice interface.
            </summary>
            <param name="s">The type ID of the Slice interface to test against.</param>
            <param name="current">The Current object for the invocation.</param>
            <returns>True if this object has the interface
            specified by s or derives from the interface specified by s.</returns>
        </member>
        <member name="M:Ice.Object.ice_ping">
            <summary>
            Tests whether this object can be reached.
            </summary>
        </member>
        <member name="M:Ice.Object.ice_ping(Ice.Current)">
            <summary>
            Tests whether this object can be reached.
            </summary>
            <param name="current">The Current object for the invocation.</param>
        </member>
        <member name="M:Ice.Object.ice_ids">
            <summary>
            Returns the Slice type IDs of the interfaces supported by this object.
            </summary>
            <returns>The Slice type IDs of the interfaces supported by this object, in base-to-derived
            order. The first element of the returned array is always ::Ice::Object.</returns>
        </member>
        <member name="M:Ice.Object.ice_ids(Ice.Current)">
            <summary>
            Returns the Slice type IDs of the interfaces supported by this object.
            </summary>
            <param name="current">The Current object for the invocation.</param>
            <returns>The Slice type IDs of the interfaces supported by this object, in base-to-derived
            order. The first element of the returned array is always ::Ice::Object.</returns>
        </member>
        <member name="M:Ice.Object.ice_id">
            <summary>
            Returns the Slice type ID of the most-derived interface supported by this object.
            </summary>
            <returns>The Slice type ID of the most-derived interface.</returns>
        </member>
        <member name="M:Ice.Object.ice_id(Ice.Current)">
            <summary>
            Returns the Slice type ID of the most-derived interface supported by this object.
            </summary>
            <param name="current">The Current object for the invocation.</param>
            <returns>The Slice type ID of the most-derived interface.</returns>
        </member>
        <member name="M:Ice.Object.ice_preMarshal">
            <summary>
            The Ice run time invokes this method prior to marshaling an object's data members. This allows a subclass
            to override this method in order to validate its data members.
            </summary>
        </member>
        <member name="M:Ice.Object.ice_postUnmarshal">
            <summary>
            This Ice run time invokes this method vafter unmarshaling an object's data members. This allows a
            subclass to override this method in order to perform additional initialization.
            </summary>
        </member>
        <member name="M:Ice.Object.ice_dispatch(Ice.Request,Ice.DispatchInterceptorAsyncCallback)">
            <summary>
            Dispatches an invocation to a servant. This method is used by dispatch interceptors to forward an invocation
            to a servant (or to another interceptor).
            </summary>
            <param name="request">The details of the invocation.</param>
            <param name="cb">The callback object for asynchchronous dispatch. For synchronous dispatch,
            the callback object must be null.</param>
            <returns>The dispatch status for the operation.</returns>
        </member>
        <member name="M:Ice.Object.ice_dispatch(Ice.Request)">
            <summary>
            Dispatches an invocation to a servant. This method is used by dispatch interceptors to forward an invocation
            to a servant (or to another interceptor).
            </summary>
            <param name="request">The details of the invocation.</param>
            <returns>The dispatch status for the operation.</returns>
        </member>
        <member name="T:Ice.ObjectImpl">
            <summary>
            Base class for all Slice classes.
            </summary>
        </member>
        <member name="M:Ice.ObjectImpl.#ctor">
            <summary>
            Instantiates an Ice object.
            </summary>
        </member>
        <member name="M:Ice.ObjectImpl.Clone">
            <summary>
            Returns a copy of the object. The cloned object contains field-for-field copies
            of the state.
            </summary>
            <returns>The cloned object.</returns>
        </member>
        <member name="M:Ice.ObjectImpl.ice_isA(System.String)">
            <summary>
            Tests whether this object supports a specific Slice interface.
            </summary>
            <param name="s">The type ID of the Slice interface to test against.</param>
            <returns>The return value is true if s is ::Ice::Object.</returns>
        </member>
        <member name="M:Ice.ObjectImpl.ice_isA(System.String,Ice.Current)">
            <summary>
            Tests whether this object supports a specific Slice interface.
            </summary>
            <param name="s">The type ID of the Slice interface to test against.</param>
            <param name="current">The Current object for the invocation.</param>
            <returns>The return value is true if s is ::Ice::Object.</returns>
        </member>
        <member name="M:Ice.ObjectImpl.ice_ping">
            <summary>
            Tests whether this object can be reached.
            </summary>
        </member>
        <member name="M:Ice.ObjectImpl.ice_ping(Ice.Current)">
            <summary>
            Tests whether this object can be reached.
            <param name="current">The Current object for the invocation.</param></summary>
        </member>
        <member name="M:Ice.ObjectImpl.ice_ids">
            <summary>
            Returns the Slice type IDs of the interfaces supported by this object.
            </summary>
            <returns>An array whose only element is ::Ice::Object.</returns>
        </member>
        <member name="M:Ice.ObjectImpl.ice_ids(Ice.Current)">
            <summary>
            Returns the Slice type IDs of the interfaces supported by this object.
            </summary>
            <param name="current">The Current object for the invocation.</param>
            <returns>An array whose only element is ::Ice::Object.</returns>
        </member>
        <member name="M:Ice.ObjectImpl.ice_id">
            <summary>
            Returns the Slice type ID of the most-derived interface supported by this object.
            </summary>
            <returns>The return value is always ::Ice::Object.</returns>
        </member>
        <member name="M:Ice.ObjectImpl.ice_id(Ice.Current)">
            <summary>
            Returns the Slice type ID of the most-derived interface supported by this object.
            </summary>
            <param name="current">The Current object for the invocation.</param>
            <returns>The return value is always ::Ice::Object.</returns>
        </member>
        <member name="M:Ice.ObjectImpl.ice_staticId">
            <summary>
            Returns the Slice type ID of the interface supported by this object.
            </summary>
            <returns>The return value is always ::Ice::Object.</returns>
        </member>
        <member name="M:Ice.ObjectImpl.ice_preMarshal">
            <summary>
            The Ice run time invokes this method prior to marshaling an object's data members. This allows a subclass
            to override this method in order to validate its data members.
            </summary>
        </member>
        <member name="M:Ice.ObjectImpl.ice_postUnmarshal">
            <summary>
            This Ice run time invokes this method vafter unmarshaling an object's data members. This allows a
            subclass to override this method in order to perform additional initialization.
            </summary>
        </member>
        <member name="M:Ice.ObjectImpl.ice_dispatch(Ice.Request,Ice.DispatchInterceptorAsyncCallback)">
            <summary>
            Dispatches an invocation to a servant. This method is used by dispatch interceptors to forward an invocation
            to a servant (or to another interceptor).
            </summary>
            <param name="request">The details of the invocation.</param>
            <param name="cb">The callback object for asynchchronous dispatch. For synchronous dispatch, the
            callback object must be null.</param>
            <returns>The dispatch status for the operation.</returns>
        </member>
        <member name="M:Ice.ObjectImpl.ice_dispatch(Ice.Request)">
            <summary>
            Dispatches an invocation to a servant. This method is used by dispatch interceptors to forward an invocation
            to a servant (or to another interceptor).
            </summary>
            <param name="request">The details of the invocation.</param>
            <returns>The dispatch status for the operation.</returns>
        </member>
        <member name="T:Ice.Blobject">
            <summary>
            Base class for dynamic dispatch servants. A server application
            derives a concrete servant class from Blobject that
            implements the Blobject.ice_invoke method.
            </summary>
        </member>
        <member name="M:Ice.Blobject.ice_invoke(System.Byte[],System.Byte[]@,Ice.Current)">
            <summary>
            Dispatch an incoming request.
            </summary>
            <param name="inParams">The encoded in-parameters for the operation.</param>
            <param name="outParams">The encoded out-paramaters and return value
            for the operation. The return value follows any out-parameters.</param>
            <param name="current">The Current object to pass to the operation.</param>
            <returns>If the operation completed successfully, the return value
            is true. If the operation raises a user exception,
            the return value is false; in this case, outParams
            must contain the encoded user exception. If the operation raises an
            Ice run-time exception, it must throw it directly.</returns>
        </member>
        <member name="T:Ice.Optional`1">
            <summary>
            Encapsulates an optional value. Instances of this type are immutable.
            </summary>
        </member>
        <member name="M:Ice.Optional`1.#ctor(Ice.NoneType)">
            <summary>
            Creates an optional value whose state is unset.
            </summary>
        </member>
        <member name="M:Ice.Optional`1.#ctor(`0)">
            <summary>
            Creates an optional value and sets its value to the given argument.
            </summary>
        </member>
        <member name="M:Ice.Optional`1.#ctor(Ice.Optional{`0})">
            <summary>
            Creates an optional value whose state is copied from the given argument.
            </summary>
        </member>
        <member name="M:Ice.Optional`1.op_Explicit(Ice.Optional{`0})~`0">
            <summary>
            Conversion operator to the underlying type; a cast is required. An exception
            is raised if no value is set.
            </summary>
            <returns>The encapsulated value.</returns>
            <exception cref="T:System.InvalidOperationException">Thrown if no value is set.</exception>
        </member>
        <member name="M:Ice.Optional`1.op_Implicit(`0)~Ice.Optional{`0}">
            <summary>
            Conversion operator from a value of the underlying type; no cast is required.
            </summary>
        </member>
        <member name="M:Ice.Optional`1.op_Implicit(Ice.NoneType)~Ice.Optional{`0}">
            <summary>
            Conversion operator from a None value; no cast is required.
            </summary>
        </member>
        <member name="P:Ice.Optional`1.Value">
            <summary>
            Reads and writes the encapsulated value.
            </summary>
            <exception cref="T:System.InvalidOperationException">Thrown if the property is read and no value is
            set.</exception>
        </member>
        <member name="P:Ice.Optional`1.HasValue">
            <summary>
            Determines whether a value is set.
            </summary>
            <returns>True if a value is set, false otherwise.</returns>
        </member>
        <member name="T:Ice.OptionalPatcher`1">
            <summary>
            Handles callbacks for an optional object parameter.
            </summary>
        </member>
        <member name="M:Ice.OptionalPatcher`1.#ctor(System.String)">
            <summary>
            Instantiates the class with the given optional.
            </summary>
            <param name="type">The Slice type ID corresponding to the formal type.</param>
        </member>
        <member name="M:Ice.OptionalPatcher`1.patch(Ice.Object)">
            <summary>
            Sets the Ice object of the optional to the passed instance.
            </summary>
            <param name="v">The new object for the optional.</param>
        </member>
        <member name="F:Ice.OptionalPatcher`1.value">
            <summary>
            The target optional.
            </summary>
        </member>
        <member name="T:Ice.OptionalFormat">
            <summary>
            The optional format.
            An optional value is encoded with a specific optional format. This optional
            format describes how the data is encoded and how it can be skipped by the
            unmarshaling code if the optional is not known to the receiver.
            </summary>
        </member>
        <member name="T:Ice.AsyncCallback">
            <summary>
            Callback that requires the application to down-cast the proxy.
            </summary>
        </member>
        <member name="T:Ice.OnewayCallback">
            <summary>
            Callback for the successful completion of an operation
            that returns no data.
            </summary>
        </member>
        <member name="T:Ice.SentCallback">
            <summary>
            Callback for the successful completion of an operation
            that returns no data.
            </summary>
        </member>
        <member name="T:Ice.ExceptionCallback">
            <summary>
            Called when an invocation raises an exception.
            </summary>
        </member>
        <member name="T:Ice.AsyncResult">
            <summary>
                <!-- TODO -->
            </summary>
        </member>
        <member name="T:Ice.AMISentCallback">
            <summary>
            Deprecated callback interface for AMI invocations. This is useful
            for applications that send asynchronous invocations that
            might not be sent for some time and, therefore, are
            queued in the Ice run time for transmission.
            The Ice run time calls ice_sent if an
            an AMI invocation cannot be written to the transport and was
            queued for later transmission. Applications that need to
            implement flow control for AMI invocations can implement
            this interface on the corresponding AMI callback object.
            </summary>
        </member>
        <member name="M:Ice.AMISentCallback.ice_sent">
            <summary>
            Indicates to the caller of an AMI operation that
            the invocation was queued for later transmission.
            </summary>
        </member>
        <member name="M:Ice.AMICallbackBase.ice_exception(Ice.Exception)">
            <summary>
            The Ice run time calls ice_exception when an asynchronous operation invocation
            raises an Ice run-time exception.
            </summary>
            <param name="ex">The encoded Ice run-time exception raised by the operation.</param>
        </member>
        <member name="T:Ice.PluginFactory">
            <summary>
            Applications implement this interface to provide a plug-in factory
            to the Ice run time.
            </summary>
        </member>
        <member name="M:Ice.PluginFactory.create(Ice.Communicator,System.String,System.String[])">
            <summary>
            Called by the Ice run time to create a new plug-in.
            </summary>
            <param name="communicator">The communicator that is in the process of being initialized.</param>
            <param name="name">The name of the plug-in.</param>
            <param name="args">The arguments that are specified in the plug-ins configuration.</param>
            <returns>The plug-in that was created by this method.</returns>
        </member>
        <member name="T:Ice.Callback_Object_ice_isA">
            <summary>
            Delegate for a successful <code>ice_isA</code> invocation.
            <param name="ret__">True if the remote object supports the type, false otherwise.</param></summary>
        </member>
        <member name="T:Ice.Callback_Object_ice_ids">
            <summary>
            Delegate for a successful <code>ice_ids</code> invocation.
            <param name="ret__">The array of Slice type ids supported by the remote object.</param></summary>
        </member>
        <member name="T:Ice.Callback_Object_ice_id">
            <summary>
            Delegate for a successful <code>ice_id</code> invocation.
            <param name="ret__">The Slice type id of the most-derived interface supported by the remote object.</param></summary>
        </member>
        <member name="T:Ice.Callback_Object_ice_ping">
            <summary>
            Delegate for a successful <code>ice_ping</code> invocation.
            </summary>
        </member>
        <member name="T:Ice.Callback_Object_ice_invoke">
            <summary>
            Delegate for a successful <code>ice_invoke</code> invocation.
            <param name="ret__">True if the invocation succeeded, or false if the invocation
            raised a user exception.</param><param name="outEncaps">The encoded out-parameters or user exception.</param></summary>
        </member>
        <member name="T:Ice.AMI_Object_ice_invoke">
            <summary>
            Callback object for Blobject AMI invocations.
            </summary>
        </member>
        <member name="M:Ice.AMI_Object_ice_invoke.ice_response(System.Boolean,System.Byte[])">
            <summary>
            The Ice run time calls <code>ice_response</code> when an asynchronous operation invocation
            completes successfully or raises a user exception.
            </summary>
            <param name="ok">Indicates the result of the invocation. If true, the operation
            completed succesfully; if false, the operation raised a user exception.</param>
            <param name="outEncaps">Contains the encoded out-parameters of the operation (if any) if ok
            is true; otherwise, if ok is false, contains the
            encoded user exception raised by the operation.</param>
        </member>
        <member name="T:Ice.AMI_Object_ice_flushBatchRequests">
            <summary>
            Callback object for ObjectPrx.ice_flushBatchRequests_async.
            </summary>
        </member>
        <member name="T:Ice.ObjectPrx">
            <summary>
            Base interface of all object proxies.
            </summary>
        </member>
        <member name="M:Ice.ObjectPrx.ice_getCommunicator">
            <summary>
            Returns the communicator that created this proxy.
            </summary>
            <returns>The communicator that created this proxy.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_isA(System.String)">
            <summary>
            Tests whether this object supports a specific Slice interface.
            </summary>
            <param name="id__">The type ID of the Slice interface to test against.</param>
            <returns>True if the target object has the interface specified by id__ or derives
            from the interface specified by id__.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_isA(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Tests whether this object supports a specific Slice interface.
            </summary>
            <param name="id__">The type ID of the Slice interface to test against.</param>
            <param name="context__">The context dictionary for the invocation.</param>
            <returns>True if the target object has the interface specified by id__ or derives
            from the interface specified by id__.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_isA(System.String)">
            <summary>
            Tests whether this object supports a specific Slice interface.
            </summary>
            <param name="id">The type ID of the Slice interface to test against.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_isA(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Tests whether this object supports a specific Slice interface.
            </summary>
            <param name="id">The type ID of the Slice interface to test against.</param>
            <param name="context__">The context dictionary for the invocation.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_isA(System.String,Ice.AsyncCallback,System.Object)">
            <summary>
            Tests whether this object supports a specific Slice interface.
            </summary>
            <param name="id">The type ID of the Slice interface to test against.</param>
            <param name="cb__">A callback to be invoked when the invocation completes.</param>
            <param name="cookie__">Application-specific data to be stored in the result.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_isA(System.String,System.Collections.Generic.Dictionary{System.String,System.String},Ice.AsyncCallback,System.Object)">
            <summary>
            Tests whether this object supports a specific Slice interface.
            </summary>
            <param name="id">The type ID of the Slice interface to test against.</param>
            <param name="context__">The context dictionary for the invocation.</param>
            <param name="cb__">A callback to be invoked when the invocation completes.</param>
            <param name="cookie__">Application-specific data to be stored in the result.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.end_ice_isA(Ice.AsyncResult)">
            <summary>
            Tests whether this object supports a specific Slice interface.
            </summary>
            <param name="r__">The asynchronous result object returned by <code>begin_ice_isA</code>.</param>
            <returns>True if the object supports the Slice interface, false otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_ping">
            <summary>
            Tests whether the target object of this proxy can be reached.
            </summary>
        </member>
        <member name="M:Ice.ObjectPrx.ice_ping(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Tests whether the target object of this proxy can be reached.
            </summary>
            <param name="context__">The context dictionary for the invocation.</param>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_ping">
            <summary>
            Tests whether the target object of this proxy can be reached.
            </summary>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_ping(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Tests whether the target object of this proxy can be reached.
            </summary>
            <param name="context__">The context dictionary for the invocation.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_ping(Ice.AsyncCallback,System.Object)">
            <summary>
            Tests whether the target object of this proxy can be reached.
            </summary>
            <param name="cb__">A callback to be invoked when the invocation completes.</param>
            <param name="cookie__">Application-specific data to be stored in the result.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_ping(System.Collections.Generic.Dictionary{System.String,System.String},Ice.AsyncCallback,System.Object)">
            <summary>
            Tests whether the target object of this proxy can be reached.
            </summary>
            <param name="context__">The context dictionary for the invocation.</param>
            <param name="cb__">A callback to be invoked when the invocation completes.</param>
            <param name="cookie__">Application-specific data to be stored in the result.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.end_ice_ping(Ice.AsyncResult)">
            <summary>
            Tests whether the target object of this proxy can be reached.
            </summary>
            <param name="r__">The asynchronous result object returned by <code>begin_ice_ping</code>.</param>
        </member>
        <member name="M:Ice.ObjectPrx.ice_ids">
            <summary>
            Returns the Slice type IDs of the interfaces supported by the target object of this proxy.
            </summary>
            <returns>The Slice type IDs of the interfaces supported by the target object, in base-to-derived
            order. The first element of the returned array is always ::Ice::Object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_ids(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Returns the Slice type IDs of the interfaces supported by the target object of this proxy.
            </summary>
            <param name="context__">The context dictionary for the invocation.</param>
            <returns>The Slice type IDs of the interfaces supported by the target object, in base-to-derived
            order. The first element of the returned array is always ::Ice::Object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_ids">
            <summary>
            Returns the Slice type IDs of the interfaces supported by the target object of this proxy.
            </summary>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_ids(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Returns the Slice type IDs of the interfaces supported by the target object of this proxy.
            </summary>
            <param name="context__">The context dictionary for the invocation.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_ids(Ice.AsyncCallback,System.Object)">
            <summary>
            Returns the Slice type IDs of the interfaces supported by the target object of this proxy.
            </summary>
            <param name="cb__">A callback to be invoked when the invocation completes.</param>
            <param name="cookie__">Application-specific data to be stored in the result.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_ids(System.Collections.Generic.Dictionary{System.String,System.String},Ice.AsyncCallback,System.Object)">
            <summary>
            Returns the Slice type IDs of the interfaces supported by the target object of this proxy.
            </summary>
            <param name="context__">The context dictionary for the invocation.</param>
            <param name="cb__">A callback to be invoked when the invocation completes.</param>
            <param name="cookie__">Application-specific data to be stored in the result.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.end_ice_ids(Ice.AsyncResult)">
            <summary>
            Returns the Slice type IDs of the interfaces supported by the target object of this proxy.
            </summary>
            <param name="r__">The asynchronous result object returned by <code>begin_ice_ids</code>.</param>
            <returns>The Slice type IDs of the interfaces supported by the target object, in base-to-derived
            order. The first element of the returned array is always ::Ice::Object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_id">
            <summary>
            Returns the Slice type ID of the most-derived interface supported by the target object of this proxy.
            </summary>
            <returns>The Slice type ID of the most-derived interface.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_id(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Returns the Slice type ID of the most-derived interface supported by the target object of this proxy.
            </summary>
            <param name="context__">The context dictionary for the invocation.</param>
            <returns>The Slice type ID of the most-derived interface.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_id">
            <summary>
            Returns the Slice type ID of the most-derived interface supported by the target object of this proxy.
            </summary>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_id(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Returns the Slice type ID of the most-derived interface supported by the target object of this proxy.
            </summary>
            <param name="context__">The context dictionary for the invocation.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_id(Ice.AsyncCallback,System.Object)">
            <summary>
            Returns the Slice type ID of the most-derived interface supported by the target object of this proxy.
            </summary>
            <param name="cb__">A callback to be invoked when the invocation completes.</param>
            <param name="cookie__">Application-specific data to be stored in the result.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_id(System.Collections.Generic.Dictionary{System.String,System.String},Ice.AsyncCallback,System.Object)">
            <summary>
            Returns the Slice type ID of the most-derived interface supported by the target object of this proxy.
            </summary>
            <param name="context__">The context dictionary for the invocation.</param>
            <param name="cb__">A callback to be invoked when the invocation completes.</param>
            <param name="cookie__">Application-specific data to be stored in the result.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.end_ice_id(Ice.AsyncResult)">
            <summary>
            Returns the Slice type ID of the most-derived interface supported by the target object of this proxy.
            </summary>
            <param name="r__">The asynchronous result object returned by <code>begin_ice_id</code>.</param>
            <returns>The Slice type ID of the most-derived interface.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_invoke(System.String,Ice.OperationMode,System.Byte[],System.Byte[]@)">
            <summary>
            Invokes an operation dynamically.
            </summary>
            <param name="operation">The name of the operation to invoke.</param>
            <param name="mode">The operation mode (normal or idempotent).</param>
            <param name="inEncaps">The encoded in-parameters for the operation.</param>
            <param name="outEncaps">The encoded out-paramaters and return value
            for the operation. The return value follows any out-parameters.</param>
            <returns>If the operation completed successfully, the return value
            is true. If the operation raises a user exception,
            the return value is false; in this case, outEncaps
            contains the encoded user exception. If the operation raises a run-time exception,
            it throws it directly.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_invoke(System.String,Ice.OperationMode,System.Byte[],System.Byte[]@,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Invokes an operation dynamically.
            </summary>
            <param name="operation">The name of the operation to invoke.</param>
            <param name="mode">The operation mode (normal or idempotent).</param>
            <param name="inEncaps">The encoded in-parameters for the operation.</param>
            <param name="outEncaps">The encoded out-paramaters and return value
            for the operation. The return value follows any out-parameters.</param>
            <param name="context__">The context dictionary for the invocation.</param>
            <returns>If the operation completed successfully, the return value
            is true. If the operation raises a user exception,
            the return value is false; in this case, outEncaps
            contains the encoded user exception. If the operation raises a run-time exception,
            it throws it directly.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_invoke_async(Ice.AMI_Object_ice_invoke,System.String,Ice.OperationMode,System.Byte[])">
            <summary>
            Invokes an operation dynamically and asynchronously.
            </summary>
            <param name="cb">The callback object to notify when the operation completes.</param>
            <param name="operation">The name of the operation to invoke.</param>
            <param name="mode">The operation mode (normal or idempotent).</param>
            <param name="inEncaps">The encoded in-parameters for the operation.</param>
            <returns> If the operation was invoked synchronously (because there
            was no need to queue the request), the return value is true;
            otherwise, if the invocation was queued, the return value is false.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_invoke_async(Ice.AMI_Object_ice_invoke,System.String,Ice.OperationMode,System.Byte[],System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Invokes an operation dynamically and asynchronously.
            </summary>
            <param name="cb">The callback object to notify when the operation completes.</param>
            <param name="operation">The name of the operation to invoke.</param>
            <param name="mode">The operation mode (normal or idempotent).</param>
            <param name="inEncaps">The encoded in-parameters for the operation.</param>
            <param name="context">The context dictionary for the invocation.</param>
            <returns> If the operation was invoked synchronously (because there
            was no need to queue the request), the return value is true;
            otherwise, if the invocation was queued, the return value is false.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_invoke(System.String,Ice.OperationMode,System.Byte[])">
            <summary>
            Invokes an operation dynamically.
            </summary>
            <param name="operation">The name of the operation to invoke.</param>
            <param name="mode">The operation mode (normal or idempotent).</param>
            <param name="inEncaps">The encoded in-parameters for the operation.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_invoke(System.String,Ice.OperationMode,System.Byte[],System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Invokes an operation dynamically.
            </summary>
            <param name="operation">The name of the operation to invoke.</param>
            <param name="mode">The operation mode (normal or idempotent).</param>
            <param name="inEncaps">The encoded in-parameters for the operation.</param>
            <param name="context__">The context dictionary for the invocation.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_invoke(System.String,Ice.OperationMode,System.Byte[],Ice.AsyncCallback,System.Object)">
            <summary>
            Invokes an operation dynamically.
            </summary>
            <param name="operation">The name of the operation to invoke.</param>
            <param name="mode">The operation mode (normal or idempotent).</param>
            <param name="inEncaps">The encoded in-parameters for the operation.</param>
            <param name="cb__">A callback to be invoked when the invocation completes.</param>
            <param name="cookie__">Application-specific data to be stored in the result.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.begin_ice_invoke(System.String,Ice.OperationMode,System.Byte[],System.Collections.Generic.Dictionary{System.String,System.String},Ice.AsyncCallback,System.Object)">
            <summary>
            Invokes an operation dynamically.
            </summary>
            <param name="operation">The name of the operation to invoke.</param>
            <param name="mode">The operation mode (normal or idempotent).</param>
            <param name="inEncaps">The encoded in-parameters for the operation.</param>
            <param name="context__">The context dictionary for the invocation.</param>
            <param name="cb__">A callback to be invoked when the invocation completes.</param>
            <param name="cookie__">Application-specific data to be stored in the result.</param>
            <returns>An asynchronous result object.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.end_ice_invoke(System.Byte[]@,Ice.AsyncResult)">
            <summary>
            Completes a dynamic invocation.
            </summary>
            <param name="outEncaps">The encoded out parameters or user exception.</param>
            <param name="r__">The asynchronous result object returned by <code>begin_ice_invoke</code>.</param>
            <returns>If the operation completed successfully, the return value
            is true. If the operation raises a user exception,
            the return value is false; in this case, outEncaps
            contains the encoded user exception. If the operation raises a run-time exception,
            it throws it directly.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_getIdentity">
            <summary>
            Returns the identity embedded in this proxy.
            <returns>The identity of the target object.</returns></summary>
        </member>
        <member name="M:Ice.ObjectPrx.ice_identity(Ice.Identity)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the per-proxy context.
            <param name="newIdentity">The identity for the new proxy.</param><returns>The proxy with the new identity.</returns></summary>
        </member>
        <member name="M:Ice.ObjectPrx.ice_getContext">
            <summary>
            Returns the per-proxy context for this proxy.
            </summary>
            <returns>The per-proxy context. If the proxy does not have a per-proxy (implicit) context, the return value
            is null.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_context(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the per-proxy context.
            </summary>
            <param name="newContext">The context for the new proxy.</param>
            <returns>The proxy with the new per-proxy context.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_getFacet">
            <summary>
            Returns the facet for this proxy.
            </summary>
            <returns>The facet for this proxy. If the proxy uses the default facet, the return value is the
            empty string.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_facet(System.String)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the facet.
            </summary>
            <param name="newFacet">The facet for the new proxy.</param>
            <returns>The proxy with the new facet.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_getAdapterId">
            <summary>
            Returns the adapter ID for this proxy.
            </summary>
            <returns>The adapter ID. If the proxy does not have an adapter ID, the return value is the
            empty string.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_adapterId(System.String)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the adapter ID.
            </summary>
            <param name="newAdapterId">The adapter ID for the new proxy.</param>
            <returns>The proxy with the new adapter ID.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_getEndpoints">
            <summary>
            Returns the endpoints used by this proxy.
            </summary>
            <returns>The endpoints used by this proxy.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_endpoints(Ice.Endpoint[])">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the endpoints.
            </summary>
            <param name="newEndpoints">The endpoints for the new proxy.</param>
            <returns>The proxy with the new endpoints.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_getLocatorCacheTimeout">
            <summary>
            Returns the locator cache timeout of this proxy.
            </summary>
            <returns>The locator cache timeout value (in seconds).</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_locatorCacheTimeout(System.Int32)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the locator cache timeout.
            </summary>
            <param name="timeout">The new locator cache timeout (in seconds).</param>
        </member>
        <member name="M:Ice.ObjectPrx.ice_isConnectionCached">
            <summary>
            Returns whether this proxy caches connections.
            </summary>
            <returns>True if this proxy caches connections; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_connectionCached(System.Boolean)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for connection caching.
            </summary>
            <param name="newCache">True if the new proxy should cache connections; false, otherwise.</param>
            <returns>The new proxy with the specified caching policy.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_getEndpointSelection">
            <summary>
            Returns how this proxy selects endpoints (randomly or ordered).
            </summary>
            <returns>The endpoint selection policy.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_endpointSelection(Ice.EndpointSelectionType)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the endpoint selection policy.
            </summary>
            <param name="newType">The new endpoint selection policy.</param>
            <returns>The new proxy with the specified endpoint selection policy.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_isSecure">
            <summary>
            Returns whether this proxy communicates only via secure endpoints.
            </summary>
            <returns>True if this proxy communicates only vi secure endpoints; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_secure(System.Boolean)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for how it selects endpoints.
            </summary>
            <param name="b"> If b is true, only endpoints that use a secure transport are
            used by the new proxy. If b is false, the returned proxy uses both secure and insecure
            endpoints.</param>
            <returns>The new proxy with the specified selection policy.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_encodingVersion(Ice.EncodingVersion)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the encoding used to marshal
            parameters.
            </summary>
            <param name="e">The encoding version to use to marshal requests parameters.</param>
            <returns>The new proxy with the specified encoding version.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_getEncodingVersion">
            <summary>Returns the encoding version used to marshal requests parameters.</summary>
            <returns>The encoding version.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_isPreferSecure">
            <summary>
            Returns whether this proxy prefers secure endpoints.
            </summary>
            <returns>True if the proxy always attempts to invoke via secure endpoints before it
            attempts to use insecure endpoints; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_preferSecure(System.Boolean)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for its endpoint selection policy.
            </summary>
            <param name="b">If b is true, the new proxy will use secure endpoints for invocations
            and only use insecure endpoints if an invocation cannot be made via secure endpoints. If b is
            false, the proxy prefers insecure endpoints to secure ones.</param>
            <returns>The new proxy with the new endpoint selection policy.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_getRouter">
            <summary>
            Returns the router for this proxy.
            </summary>
            <returns>The router for the proxy. If no router is configured for the proxy, the return value
            is null.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_router(Ice.RouterPrx)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the router.
            </summary>
            <param name="router">The router for the new proxy.</param>
            <returns>The new proxy with the specified router.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_getLocator">
            <summary>
            Returns the locator for this proxy.
            </summary>
            <returns>The locator for this proxy. If no locator is configured, the return value is null.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_locator(Ice.LocatorPrx)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the locator.
            </summary>
            <param name="locator">The locator for the new proxy.</param>
            <returns>The new proxy with the specified locator.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_isCollocationOptimized">
            <summary>
            Returns whether this proxy uses collocation optimization.
            </summary>
            <returns>True if the proxy uses collocation optimization; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_collocationOptimized(System.Boolean)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for collocation optimization.
            </summary>
            <param name="b">True if the new proxy enables collocation optimization; false, otherwise.</param>
            <returns>The new proxy the specified collocation optimization.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_twoway">
            <summary>
            Creates a new proxy that is identical to this proxy, but uses twoway invocations.
            </summary>
            <returns>A new proxy that uses twoway invocations.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_isTwoway">
            <summary>
            Returns whether this proxy uses twoway invocations.
            </summary>
            <returns>True if this proxy uses twoway invocations; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_oneway">
            <summary>
            Creates a new proxy that is identical to this proxy, but uses oneway invocations.
            </summary>
            <returns>A new proxy that uses oneway invocations.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_isOneway">
            <summary>
            Returns whether this proxy uses oneway invocations.
            </summary>
            <returns>True if this proxy uses oneway invocations; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_batchOneway">
            <summary>
            Creates a new proxy that is identical to this proxy, but uses batch oneway invocations.
            </summary>
            <returns>A new proxy that uses batch oneway invocations.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_isBatchOneway">
            <summary>
            Returns whether this proxy uses batch oneway invocations.
            </summary>
            <returns>True if this proxy uses batch oneway invocations; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_datagram">
            <summary>
            Creates a new proxy that is identical to this proxy, but uses datagram invocations.
            </summary>
            <returns>A new proxy that uses datagram invocations.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_isDatagram">
            <summary>
            Returns whether this proxy uses datagram invocations.
            </summary>
            <returns>True if this proxy uses datagram invocations; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_batchDatagram">
            <summary>
            Creates a new proxy that is identical to this proxy, but uses batch datagram invocations.
            </summary>
            <returns>A new proxy that uses batch datagram invocations.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_isBatchDatagram">
            <summary>
            Returns whether this proxy uses batch datagram invocations.
            </summary>
            <returns>True if this proxy uses batch datagram invocations; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_compress(System.Boolean)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for compression.
            </summary>
            <param name="co">True enables compression for the new proxy; false disables compression.</param>
            <returns>A new proxy with the specified compression setting.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_timeout(System.Int32)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for its timeout setting.
            </summary>
            <param name="t">The timeout for the new proxy in milliseconds.</param>
            <returns>A new proxy with the specified timeout.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_connectionId(System.String)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for its connection ID.
            </summary>
            <param name="connectionId">The connection ID for the new proxy. An empty string removes the
            connection ID.</param>
            <returns>A new proxy with the specified connection ID.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_getConnectionId">
            <summary>
            Returns the connection id of this proxy.
            </summary>
            <returns>The connection id.</returns>
        </member>
        <member name="M:Ice.ObjectPrx.ice_getConnection">
            <summary>
            Returns the Connection for this proxy. If the proxy does not yet have an established connection,
            it first attempts to create a connection.
            </summary>
            <returns>The Connection for this proxy.</returns>
            <exception name="CollocationOptimizationException">If the proxy uses collocation optimization and denotes a
            collocated object.</exception>
        </member>
        <member name="M:Ice.ObjectPrx.ice_getCachedConnection">
            <summary>
            Returns the cached Connection for this proxy. If the proxy does not yet have an established
            connection, it does not attempt to create a connection.
            </summary>
            <returns>The cached Connection for this proxy (null if the proxy does not have
            an established connection).</returns>
            <exception name="CollocationOptimizationException">If the proxy uses collocation optimization and denotes a
            collocated object.</exception>
        </member>
        <member name="M:Ice.ObjectPrx.ice_flushBatchRequests">
            <summary>
            Flushes any pending batched requests for this communicator. The call blocks until the flush is complete.
            </summary>
        </member>
        <member name="M:Ice.ObjectPrx.ice_flushBatchRequests_async(Ice.AMI_Object_ice_flushBatchRequests)">
            <summary>
            Asynchronously flushes any pending batched requests for this communicator. The call does not block.
            </summary>
            <param name="cb">The callback object to notify the application when the flush is complete.</param>
            <returns>True if the requests were flushed immediately without blocking; false
            if the requests could not be flushed immediately.</returns>
        </member>
        <member name="T:Ice.ObjectPrxHelperBase">
            <summary>
            Base class of all object proxies.
            </summary>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.GetHashCode">
            <summary>
            Returns a hash code for this proxy.
            </summary>
            <returns>The hash code.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_getCommunicator">
            <summary>
            Returns the communicator that created this proxy.
            </summary>
            <returns>The communicator that created this proxy.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ToString">
            <summary>
            Returns the stringified form of this proxy.
            </summary>
            <returns>The stringified proxy.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_isA(System.String)">
            <summary>
            Tests whether this object supports a specific Slice interface.
            </summary>
            <param name="id__">The type ID of the Slice interface to test against.</param>
            <returns>True if the target object has the interface specified by id__ or derives
            from the interface specified by id__.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_isA(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Tests whether this object supports a specific Slice interface.
            </summary>
            <param name="id__">The type ID of the Slice interface to test against.</param>
            <param name="context__">The context dictionary for the invocation.</param>
            <returns>True if the target object has the interface specified by id__ or derives
            from the interface specified by id__.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_ping">
            <summary>
            Tests whether the target object of this proxy can be reached.
            </summary>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_ping(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Tests whether the target object of this proxy can be reached.
            </summary>
            <param name="context__">The context dictionary for the invocation.</param>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_ids">
            <summary>
            Returns the Slice type IDs of the interfaces supported by the target object of this proxy.
            </summary>
            <returns>The Slice type IDs of the interfaces supported by the target object, in base-to-derived
            order. The first element of the returned array is always ::Ice::Object.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_ids(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Returns the Slice type IDs of the interfaces supported by the target object of this proxy.
            </summary>
            <param name="context__">The context dictionary for the invocation.</param>
            <returns>The Slice type IDs of the interfaces supported by the target object, in base-to-derived
            order. The first element of the returned array is always ::Ice::Object.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_id">
            <summary>
            Returns the Slice type ID of the most-derived interface supported by the target object of this proxy.
            </summary>
            <returns>The Slice type ID of the most-derived interface.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_id(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Returns the Slice type ID of the most-derived interface supported by the target object of this proxy.
            </summary>
            <param name="context__">The context dictionary for the invocation.</param>
            <returns>The Slice type ID of the most-derived interface.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_invoke(System.String,Ice.OperationMode,System.Byte[],System.Byte[]@)">
            <summary>
            Invokes an operation dynamically.
            </summary>
            <param name="operation">The name of the operation to invoke.</param>
            <param name="mode">The operation mode (normal or idempotent).</param>
            <param name="inEncaps">The encoded in-parameters for the operation.</param>
            <param name="outEncaps">The encoded out-paramaters and return value
            for the operation. The return value follows any out-parameters.</param>
            <returns>If the operation completed successfully, the return value
            is true. If the operation raises a user exception,
            the return value is false; in this case, outEncaps
            contains the encoded user exception. If the operation raises a run-time exception,
            it throws it directly.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_invoke(System.String,Ice.OperationMode,System.Byte[],System.Byte[]@,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Invokes an operation dynamically.
            </summary>
            <param name="operation">The name of the operation to invoke.</param>
            <param name="mode">The operation mode (normal or idempotent).</param>
            <param name="inEncaps">The encoded in-parameters for the operation.</param>
            <param name="outEncaps">The encoded out-paramaters and return value
            for the operation. The return value follows any out-parameters.</param>
            <param name="context">The context dictionary for the invocation.</param>
            <returns>If the operation completed successfully, the return value
            is true. If the operation raises a user exception,
            the return value is false; in this case, outEncaps
            contains the encoded user exception. If the operation raises a run-time exception,
            it throws it directly.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_invoke_async(Ice.AMI_Object_ice_invoke,System.String,Ice.OperationMode,System.Byte[])">
            <summary>
            Invokes an operation dynamically and asynchronously.
            </summary>
            <param name="cb">The callback object to notify when the operation completes.</param>
            <param name="operation">The name of the operation to invoke.</param>
            <param name="mode">The operation mode (normal or idempotent).</param>
            <param name="inEncaps">The encoded in-parameters for the operation.</param>
            <returns> If the operation was invoked synchronously (because there
            was no need to queue the request), the return value is true;
            otherwise, if the invocation was queued, the return value is false.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_invoke_async(Ice.AMI_Object_ice_invoke,System.String,Ice.OperationMode,System.Byte[],System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Invokes an operation dynamically and asynchronously.
            </summary>
            <param name="cb">The callback object to notify when the operation completes.</param>
            <param name="operation">The name of the operation to invoke.</param>
            <param name="mode">The operation mode (normal or idempotent).</param>
            <param name="inEncaps">The encoded in-parameters for the operation.</param>
            <param name="context">The context dictionary for the invocation.</param>
            <returns> If the operation was invoked synchronously (because there
            was no need to queue the request), the return value is true;
            otherwise, if the invocation was queued, the return value is false.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_getIdentity">
            <summary>
            Returns the identity embedded in this proxy.
            <returns>The identity of the target object.</returns></summary>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_identity(Ice.Identity)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the per-proxy context.
            <param name="newIdentity">The identity for the new proxy.</param><returns>The proxy with the new identity.</returns></summary>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_getContext">
            <summary>
            Returns the per-proxy context for this proxy.
            </summary>
            <returns>The per-proxy context. If the proxy does not have a per-proxy (implicit) context, the return value
            is null.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_context(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the per-proxy context.
            </summary>
            <param name="newContext">The context for the new proxy.</param>
            <returns>The proxy with the new per-proxy context.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_getFacet">
            <summary>
            Returns the facet for this proxy.
            </summary>
            <returns>The facet for this proxy. If the proxy uses the default facet, the return value is the
            empty string.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_facet(System.String)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the facet.
            </summary>
            <param name="newFacet">The facet for the new proxy.</param>
            <returns>The proxy with the new facet.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_getAdapterId">
            <summary>
            Returns the adapter ID for this proxy.
            </summary>
            <returns>The adapter ID. If the proxy does not have an adapter ID, the return value is the
            empty string.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_adapterId(System.String)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the adapter ID.
            </summary>
            <param name="newAdapterId">The adapter ID for the new proxy.</param>
            <returns>The proxy with the new adapter ID.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_getEndpoints">
            <summary>
            Returns the endpoints used by this proxy.
            </summary>
            <returns>The endpoints used by this proxy.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_endpoints(Ice.Endpoint[])">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the endpoints.
            </summary>
            <param name="newEndpoints">The endpoints for the new proxy.</param>
            <returns>The proxy with the new endpoints.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_getLocatorCacheTimeout">
            <summary>
            Returns the locator cache timeout of this proxy.
            </summary>
            <returns>The locator cache timeout value (in seconds).</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_locatorCacheTimeout(System.Int32)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the locator cache timeout.
            </summary>
            <param name="newTimeout">The new locator cache timeout (in seconds).</param>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_isConnectionCached">
            <summary>
            Returns whether this proxy caches connections.
            </summary>
            <returns>True if this proxy caches connections; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_connectionCached(System.Boolean)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for connection caching.
            </summary>
            <param name="newCache">True if the new proxy should cache connections; false, otherwise.</param>
            <returns>The new proxy with the specified caching policy.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_getEndpointSelection">
            <summary>
            Returns how this proxy selects endpoints (randomly or ordered).
            </summary>
            <returns>The endpoint selection policy.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_endpointSelection(Ice.EndpointSelectionType)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the endpoint selection policy.
            </summary>
            <param name="newType">The new endpoint selection policy.</param>
            <returns>The new proxy with the specified endpoint selection policy.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_isSecure">
            <summary>
            Returns whether this proxy communicates only via secure endpoints.
            </summary>
            <returns>True if this proxy communicates only vi secure endpoints; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_secure(System.Boolean)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for how it selects endpoints.
            </summary>
            <param name="b"> If b is true, only endpoints that use a secure transport are
            used by the new proxy. If b is false, the returned proxy uses both secure and insecure
            endpoints.</param>
            <returns>The new proxy with the specified selection policy.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_encodingVersion(Ice.EncodingVersion)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the encoding used to marshal
            parameters.
            </summary>
            <param name="e">The encoding version to use to marshal requests parameters.</param>
            <returns>The new proxy with the specified encoding version.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_getEncodingVersion">
            <summary>Returns the encoding version used to marshal requests parameters.</summary>
            <returns>The encoding version.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_isPreferSecure">
            <summary>
            Returns whether this proxy prefers secure endpoints.
            </summary>
            <returns>True if the proxy always attempts to invoke via secure endpoints before it
            attempts to use insecure endpoints; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_preferSecure(System.Boolean)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for its endpoint selection policy.
            </summary>
            <param name="b">If b is true, the new proxy will use secure endpoints for invocations
            and only use insecure endpoints if an invocation cannot be made via secure endpoints. If b is
            false, the proxy prefers insecure endpoints to secure ones.</param>
            <returns>The new proxy with the new endpoint selection policy.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_getRouter">
            <summary>
            Returns the router for this proxy.
            </summary>
            <returns>The router for the proxy. If no router is configured for the proxy, the return value
            is null.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_router(Ice.RouterPrx)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the router.
            </summary>
            <param name="router">The router for the new proxy.</param>
            <returns>The new proxy with the specified router.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_getLocator">
            <summary>
            Returns the locator for this proxy.
            </summary>
            <returns>The locator for this proxy. If no locator is configured, the return value is null.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_locator(Ice.LocatorPrx)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for the locator.
            </summary>
            <param name="locator">The locator for the new proxy.</param>
            <returns>The new proxy with the specified locator.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_isCollocationOptimized">
            <summary>
            Returns whether this proxy uses collocation optimization.
            </summary>
            <returns>True if the proxy uses collocation optimization; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_collocationOptimized(System.Boolean)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for collocation optimization.
            </summary>
            <param name="b">True if the new proxy enables collocation optimization; false, otherwise.</param>
            <returns>The new proxy the specified collocation optimization.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_twoway">
            <summary>
            Creates a new proxy that is identical to this proxy, but uses twoway invocations.
            </summary>
            <returns>A new proxy that uses twoway invocations.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_isTwoway">
            <summary>
            Returns whether this proxy uses twoway invocations.
            </summary>
            <returns>True if this proxy uses twoway invocations; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_oneway">
            <summary>
            Creates a new proxy that is identical to this proxy, but uses oneway invocations.
            </summary>
            <returns>A new proxy that uses oneway invocations.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_isOneway">
            <summary>
            Returns whether this proxy uses oneway invocations.
            </summary>
            <returns>True if this proxy uses oneway invocations; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_batchOneway">
            <summary>
            Creates a new proxy that is identical to this proxy, but uses batch oneway invocations.
            </summary>
            <returns>A new proxy that uses batch oneway invocations.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_isBatchOneway">
            <summary>
            Returns whether this proxy uses batch oneway invocations.
            </summary>
            <returns>True if this proxy uses batch oneway invocations; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_datagram">
            <summary>
            Creates a new proxy that is identical to this proxy, but uses datagram invocations.
            </summary>
            <returns>A new proxy that uses datagram invocations.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_isDatagram">
            <summary>
            Returns whether this proxy uses datagram invocations.
            </summary>
            <returns>True if this proxy uses datagram invocations; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_batchDatagram">
            <summary>
            Creates a new proxy that is identical to this proxy, but uses batch datagram invocations.
            </summary>
            <returns>A new proxy that uses batch datagram invocations.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_isBatchDatagram">
            <summary>
            Returns whether this proxy uses batch datagram invocations.
            </summary>
            <returns>True if this proxy uses batch datagram invocations; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_compress(System.Boolean)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for compression.
            </summary>
            <param name="co">True enables compression for the new proxy; false disables compression.</param>
            <returns>A new proxy with the specified compression setting.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_timeout(System.Int32)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for its timeout setting.
            </summary>
            <param name="t">The timeout for the new proxy in milliseconds.</param>
            <returns>A new proxy with the specified timeout.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_connectionId(System.String)">
            <summary>
            Creates a new proxy that is identical to this proxy, except for its connection ID.
            </summary>
            <param name="connectionId">The connection ID for the new proxy. An empty string removes the
            connection ID.</param>
            <returns>A new proxy with the specified connection ID.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_getConnectionId">
            <summary>
            Returns the connection id of this proxy.
            </summary>
            <returns>The connection id.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_getConnection">
            <summary>
            Returns the Connection for this proxy. If the proxy does not yet have an established connection,
            it first attempts to create a connection.
            </summary>
            <returns>The Connection for this proxy.</returns>
            <exception name="CollocationOptimizationException">If the proxy uses collocation optimization and denotes a
            collocated object.</exception>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_getCachedConnection">
            <summary>
            Returns the cached Connection for this proxy. If the proxy does not yet have an established
            connection, it does not attempt to create a connection.
            </summary>
            <returns>The cached Connection for this proxy (null if the proxy does not have
            an established connection).</returns>
            <exception name="CollocationOptimizationException">If the proxy uses collocation optimization and denotes a
            collocated object.</exception>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_flushBatchRequests">
            <summary>
            Flushes any pending batched requests for this communicator. The call blocks until the flush is complete.
            </summary>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.ice_flushBatchRequests_async(Ice.AMI_Object_ice_flushBatchRequests)">
            <summary>
            Asynchronously flushes any pending batched requests for this communicator. The call does not block.
            </summary>
            <param name="cb">The callback object to notify the application when the flush is complete.</param>
            <returns>True if the requests were flushed immediately without blocking; false
            if the requests could not be flushed immediately.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.Equals(System.Object)">
            <summary>
            Returns whether this proxy equals the passed object. Two proxies are equal if they are equal in all
            respects, that is, if their object identity, endpoints timeout settings, and so on are all equal.
            </summary>
            <param name="r">The object to compare this proxy with.</param>
            <returns>True if this proxy is equal to r; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.Equals(Ice.ObjectPrxHelperBase,Ice.ObjectPrxHelperBase)">
            <summary>
            Returns whether two proxies are equal. Two proxies are equal if they are equal in all
            respects, that is, if their object identity, endpoints timeout settings, and so on are all equal.
            </summary>
            <param name="lhs">A proxy to compare with the proxy rhs.</param>
            <param name="rhs">A proxy to compare with the proxy lhs.</param>
            <returns>True if the proxies are equal; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.op_Equality(Ice.ObjectPrxHelperBase,Ice.ObjectPrxHelperBase)">
            <summary>
            Returns whether two proxies are equal. Two proxies are equal if they are equal in all
            respects, that is, if their object identity, endpoints timeout settings, and so on are all equal.
            </summary>
            <param name="lhs">A proxy to compare with the proxy rhs.</param>
            <param name="rhs">A proxy to compare with the proxy lhs.</param>
            <returns>True if the proxies are equal; false, otherwise.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelperBase.op_Inequality(Ice.ObjectPrxHelperBase,Ice.ObjectPrxHelperBase)">
            <summary>
            Returns whether two proxies are not equal. Two proxies are equal if they are equal in all
            respects, that is, if their object identity, endpoints timeout settings, and so on are all equal.
            </summary>
            <param name="lhs">A proxy to compare with the proxy rhs.</param>
            <param name="rhs">A proxy to compare with the proxy lhs.</param>
            <returns>True if the proxies are not equal; false, otherwise.</returns>
        </member>
        <member name="T:Ice.ObjectPrxHelper">
            <summary>
            Base class for all proxy helpers.
            </summary>
        </member>
        <member name="M:Ice.ObjectPrxHelper.checkedCast(Ice.ObjectPrx)">
            <summary>
            Casts a proxy to {@link ObjectPrx}. This call contacts
            the server and will throw an Ice run-time exception if the target
            object does not exist or the server cannot be reached.
            </summary>
            <param name="b">The proxy to cast to ObjectPrx.</param>
            <returns>b.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelper.checkedCast(Ice.ObjectPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Casts a proxy to {@link ObjectPrx}. This call contacts
            the server and throws an Ice run-time exception if the target
            object does not exist or the server cannot be reached.
            </summary>
            <param name="b">The proxy to cast to ObjectPrx.</param>
            <param name="ctx">The Context map for the invocation.</param>
            <returns>b.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelper.checkedCast(Ice.ObjectPrx,System.String)">
            <summary>
            Creates a new proxy that is identical to the passed proxy, except
            for its facet. This call contacts
            the server and throws an Ice run-time exception if the target
            object does not exist, the specified facet does not exist, or the server cannot be reached.
            </summary>
            <param name="b">The proxy to cast to ObjectPrx.</param>
            <param name="f">The facet for the new proxy.</param>
            <returns>The new proxy with the specified facet.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelper.checkedCast(Ice.ObjectPrx,System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Creates a new proxy that is identical to the passed proxy, except
            for its facet. This call contacts
            the server and throws an Ice run-time exception if the target
            object does not exist, the specified facet does not exist, or the server cannot be reached.
            </summary>
            <param name="b">The proxy to cast to ObjectPrx.</param>
            <param name="f">The facet for the new proxy.</param>
            <param name="ctx">The Context map for the invocation.</param>
            <returns>The new proxy with the specified facet.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelper.uncheckedCast(Ice.ObjectPrx)">
            <summary>
            Casts a proxy to {@link ObjectPrx}. This call does
            not contact the server and always succeeds.
            </summary>
            <param name="b">The proxy to cast to ObjectPrx.</param>
            <returns>b.</returns>
        </member>
        <member name="M:Ice.ObjectPrxHelper.uncheckedCast(Ice.ObjectPrx,System.String)">
            <summary>
            Creates a new proxy that is identical to the passed proxy, except
            for its facet. This call does not contact the server and always succeeds.
            </summary>
            <param name="b">The proxy to cast to ObjectPrx.</param>
            <param name="f">The facet for the new proxy.</param>
            <returns>The new proxy with the specified facet.</returns>
        </member>
        <member name="T:Ice.ProxyIdentityKey">
            <summary>
            This class allows a proxy to be used as the key for a hashed collection.
            The GetHashCode, Equals, and Compare methods are based on the object identity
            of the proxy.
            </summary>
        </member>
        <member name="M:Ice.ProxyIdentityKey.GetHashCode(System.Object)">
            <summary>
            Computes a hash value based on the object identity of the proxy.
            </summary>
            <param name="obj">The proxy whose hash value to compute.</param>
            <returns>The hash value for the proxy based on the identity.</returns>
        </member>
        <member name="M:Ice.ProxyIdentityKey.Equals(System.Object,System.Object)">
            Compares two proxies for equality.
            <param name="obj1">A proxy to compare.</param><param name="obj2">A proxy to compare.</param><returns>True if the passed proxies have the same object
            identity; false, otherwise.</returns></member>
        <member name="M:Ice.ProxyIdentityKey.Compare(System.Object,System.Object)">
            Compares two proxies using the object identity for comparison.
            <param name="obj1">A proxy to compare.</param><param name="obj2">A proxy to compare.</param><returns>&lt; 0 if obj1 is less than obj2; &gt; 0 if obj1 is greater than obj2;
            0, otherwise.</returns></member>
        <member name="T:Ice.ProxyIdentityFacetKey">
            <summary>
            This class allows a proxy to be used as the key for a hashed collection.
            The GetHashCode, Equals, and Compare methods are based on the object identity and
            the facet of the proxy.
            </summary>
        </member>
        <member name="M:Ice.ProxyIdentityFacetKey.GetHashCode(System.Object)">
            <summary>
            Computes a hash value based on the object identity and facet of the proxy.
            </summary>
            <param name="obj">The proxy whose hash value to compute.</param>
            <returns>The hash value for the proxy based on the identity and facet.</returns>
        </member>
        <member name="M:Ice.ProxyIdentityFacetKey.Equals(System.Object,System.Object)">
            Compares two proxies for equality.
            <param name="obj1">A proxy to compare.</param><param name="obj2">A proxy to compare.</param><returns>True if the passed proxies have the same object
            identity and facet; false, otherwise.</returns></member>
        <member name="M:Ice.ProxyIdentityFacetKey.Compare(System.Object,System.Object)">
            Compares two proxies using the object identity and facet for comparison.
            <param name="obj1">A proxy to compare.</param><param name="obj2">A proxy to compare.</param><returns>&lt; 0 if obj1 is less than obj2; &gt; 0 if obj1 is greater than obj2;
            0, otherwise.</returns></member>
        <member name="T:Ice.SlicedData">
            <summary>
            SlicedData holds the slices of unknown class or exception types.
            </summary>
        </member>
        <member name="F:Ice.SlicedData.slices">
                     * The details of each slice, in order of most-derived to least-derived.
                     *</member>
        <member name="T:Ice.SliceInfo">
            <summary>
            SliceInfo encapsulates the details of a slice for an unknown class or exception type.
            </summary>
        </member>
        <member name="F:Ice.SliceInfo.typeId">
            <summary>
            The Slice type ID for this slice.
            </summary>
        </member>
        <member name="F:Ice.SliceInfo.compactId">
            <summary>
            The Slice compact type ID for this slice.
            </summary>
        </member>
        <member name="F:Ice.SliceInfo.bytes">
            <summary>
            The encoded bytes for this slice, including the leading size integer.
            </summary>
        </member>
        <member name="F:Ice.SliceInfo.objects">
            <summary>
            The Ice objects referenced by this slice.
            </summary>
        </member>
        <member name="F:Ice.SliceInfo.hasOptionalMembers">
            <summary>
            Whether or not the slice contains optional members.
            </summary>
        </member>
        <member name="F:Ice.SliceInfo.isLastSlice">
            <summary>
            Whether or not this is the last slice.
            </summary>
        </member>
        <member name="T:Ice.ReadObjectCallback">
            <summary>
            Callback class to inform an application when a Slice class has been unmarshaled
            from an input stream.
            </summary>
        </member>
        <member name="M:Ice.ReadObjectCallback.invoke(Ice.Object)">
            <summary>
            The Ice run time calls this method when it has fully unmarshaled the state
            of a Slice class.
            </summary>
            <param name="obj">The unmarshaled Slice class.</param>
        </member>
        <member name="T:Ice.InputStream">
            <summary>
            Interface for input streams used to extract Slice types from a sequence of bytes.
            </summary>
        </member>
        <member name="M:Ice.InputStream.communicator">
            <summary>
            Returns the communicator for this input stream.
            </summary>
            <returns>The communicator.</returns>
        </member>
        <member name="M:Ice.InputStream.sliceObjects(System.Boolean)">
            <summary>
            Determines the behavior of the stream when extracting Slice objects.
            A Slice object is "sliced" when a factory cannot be found for a Slice type ID.
            </summary>
            <param name="slice">If true (the default), slicing is enabled; if false,
            slicing is disabled. If slicing is disabled and the stream encounters a Slice type ID
            during decoding for which no object factory is installed, it raises NoObjectFactoryException.</param>
        </member>
        <member name="M:Ice.InputStream.readBool">
            <summary>
            Extracts a boolean value from the stream.
            </summary>
            <returns>The extracted boolean.</returns>
        </member>
        <member name="M:Ice.InputStream.readBoolSeq">
            <summary>
            Extracts a sequence of boolean values from the stream.
            </summary>
            <returns>The extracted boolean sequence.</returns>
        </member>
        <member name="M:Ice.InputStream.readByte">
            <summary>
            Extracts a byte value from the stream.
            </summary>
            <returns>The extracted byte.</returns>
        </member>
        <member name="M:Ice.InputStream.readByteSeq">
            <summary>
            Extracts a sequence of byte values from the stream.
            </summary>
            <returns>The extracted byte sequence.</returns>
        </member>
        <member name="M:Ice.InputStream.readSerializable">
            <summary>
            Extracts a serializable .NET object from the stream.
            </summary>
            <returns>The deserialized .NET object.</returns>
        </member>
        <member name="M:Ice.InputStream.readShort">
            <summary>
            Extracts a short value from the stream.
            </summary>
            <returns>The extracted short value.</returns>
        </member>
        <member name="M:Ice.InputStream.readShortSeq">
            <summary>
            Extracts a sequence of short values from the stream.
            </summary>
            <returns>The extracted short sequence.</returns>
        </member>
        <member name="M:Ice.InputStream.readInt">
            <summary>
            Extracts an integer value from the stream.
            </summary>
            <returns>The extracted integer value.</returns>
        </member>
        <member name="M:Ice.InputStream.readIntSeq">
            <summary>
            Extracts a sequence of integer values from the stream.
            </summary>
            <returns>The extracted integer sequence.</returns>
        </member>
        <member name="M:Ice.InputStream.readLong">
            <summary>
            Extracts a long value from the stream.
            </summary>
            <returns>The extracted long value.</returns>
        </member>
        <member name="M:Ice.InputStream.readLongSeq">
            <summary>
            Extracts a sequence of long values from the stream.
            </summary>
            <returns>The extracted long sequence.</returns>
        </member>
        <member name="M:Ice.InputStream.readFloat">
            <summary>
            Extracts a float value from the stream.
            </summary>
            <returns>The extracted float value.</returns>
        </member>
        <member name="M:Ice.InputStream.readFloatSeq">
            <summary>
            Extracts a sequence of float values from the stream.
            </summary>
            <returns>The extracted float sequence.</returns>
        </member>
        <member name="M:Ice.InputStream.readDouble">
            <summary>
            Extracts a double value from the stream.
            </summary>
            <returns>The extracted double value.</returns>
        </member>
        <member name="M:Ice.InputStream.readDoubleSeq">
            <summary>
            Extracts a sequence of double values from the stream.
            </summary>
            <returns>The extracted double sequence.</returns>
        </member>
        <member name="M:Ice.InputStream.readString">
            <summary>
            Extracts a string from the stream.
            </summary>
            <returns>The extracted double value.</returns>
        </member>
        <member name="M:Ice.InputStream.readStringSeq">
            <summary>
            Extracts a sequence of strings from the stream.
            </summary>
            <returns>The extracted string sequence.</returns>
        </member>
        <member name="M:Ice.InputStream.readSize">
            <summary>
            Extracts a size from the stream.
            </summary>
            <returns>The extracted size.</returns>
        </member>
        <member name="M:Ice.InputStream.readAndCheckSeqSize(System.Int32)">
            <summary>
            Extracts and check a sequence size from the stream. The check ensures not too much memory will
            be pre-allocated for the sequence.
            </summary>
            <param name="minSize">The minimum size of an element of the sequence.</param>
            <returns>The extracted size.</returns>
        </member>
        <member name="M:Ice.InputStream.readProxy">
            <summary>
            Extracts a proxy from the stream.
            </summary>
            <returns>The extracted proxy.</returns>
        </member>
        <member name="M:Ice.InputStream.readObject(Ice.ReadObjectCallback)">
            <summary>
            Extracts the index of a Slice class from the stream.
            </summary>
            <param name="cb">The callback to notify the application when the extracted instance is available.
            The Ice run time extracts Slice classes in stages. The Ice run time calls ReadObjectCallback.invoke
            when the corresponding instance has been fully unmarshaled.</param>
        </member>
        <member name="M:Ice.InputStream.readEnum(System.Int32)">
            <summary>
            Read an enumerated value.
            </summary>
            <param name="maxValue">The maximum enumerator value in the definition.</param>
            <returns>The enumerator.</returns>
        </member>
        <member name="M:Ice.InputStream.throwException">
            <summary>
            Extracts a user exception from the stream and throws it.
            </summary>
        </member>
        <member name="M:Ice.InputStream.throwException(Ice.UserExceptionReaderFactory)">
            <summary>
            Extracts a user exception from the stream and throws it.
            Extracts a user exception from the stream and throws it, using the supplied
            factory to instantiate a UserExceptionReader.
            </summary>
            <param name="factory">A factory that creates UserExceptionReader instances.</param>
        </member>
        <member name="M:Ice.InputStream.startObject">
            <summary>
            Marks the start of an Ice object.
            </summary>
        </member>
        <member name="M:Ice.InputStream.endObject(System.Boolean)">
            <summary>
            Marks the end of an Ice object.
            </summary>
            <param name="preserve">True if unknown slices should be preserved, false otherwise.</param>
            <returns>A SlicedData object containing the preserved slices for unknown types.</returns>
        </member>
        <member name="M:Ice.InputStream.startException">
            <summary>
            Marks the start of a user exception.
            </summary>
        </member>
        <member name="M:Ice.InputStream.endException(System.Boolean)">
            <summary>
            Marks the end of a user exception.
            </summary>
            <param name="preserve">True if unknown slices should be preserved, false otherwise.</param>
            <returns>A SlicedData object containing the preserved slices for unknown types.</returns>
        </member>
        <member name="M:Ice.InputStream.startSlice">
            <summary>
            Reads the start of an object or exception slice.
            </summary>
            <returns>The Slice type ID for this slice.</returns>
        </member>
        <member name="M:Ice.InputStream.endSlice">
            <summary>
            Indicates that the end of an object or exception slice has been reached.
            </summary>
        </member>
        <member name="M:Ice.InputStream.skipSlice">
            <summary>
            Skips over an object or exception slice.
            </summary>
        </member>
        <member name="M:Ice.InputStream.startEncapsulation">
            <summary>
            Reads the start of an encapsulation.
            </summary>
            <returns>The encapsulation encoding version.</returns>
        </member>
        <member name="M:Ice.InputStream.endEncapsulation">
            <summary>
            Indicates that the end of an encapsulation has been reached.
            </summary>
        </member>
        <member name="M:Ice.InputStream.skipEncapsulation">
            <summary>
            Skips over an encapsulation.
            </summary>
            <returns>The encapsulation encoding version.</returns>
        </member>
        <member name="M:Ice.InputStream.getEncoding">
            <summary>
            Determines the current encoding version.
            </summary>
            <returns>The encoding version.</returns>
        </member>
        <member name="M:Ice.InputStream.readPendingObjects">
            <summary>
            Indicates that unmarshaling is complete, except for any Slice objects. The application must
            call this method only if the stream actually contains Slice objects. Calling readPendingObjects
            triggers the calls to ReadObjectCallback.invoke that inform the application that unmarshaling
            of a Slice object is complete.
            </summary>
        </member>
        <member name="M:Ice.InputStream.rewind">
            <summary>
            Resets the read position of the stream to the beginning.
            </summary>
        </member>
        <member name="M:Ice.InputStream.skip(System.Int32)">
            <summary>
            Skips ahead in the stream.
            </summary>
            <param name="sz">The number of bytes to skip.</param>
        </member>
        <member name="M:Ice.InputStream.skipSize">
            <summary>
            Skips over a size value.
            </summary>
        </member>
        <member name="M:Ice.InputStream.readOptional(System.Int32,Ice.OptionalFormat)">
            <summary>
            Determine if an optional value is available for reading.
            </summary>
            <param name="tag">The tag associated with the value.</param>
            <param name="format">The optional format for the value.</param>
            <returns>True if the value is present, false otherwise.</returns>
        </member>
        <member name="M:Ice.InputStream.pos">
            <summary>
            Determine the current position in the stream.
            </summary>
            <returns>The current position.</returns>
        </member>
        <member name="M:Ice.InputStream.destroy">
            <summary>
            Destroys the stream and its associated resources. The application must call destroy prior
            to releasing the last reference to a stream; failure to do so may result in resource leaks.
            </summary>
        </member>
        <member name="T:Ice.OutputStream">
            <summary>
            Interface for output streams used to write Slice types to a sequence
            of bytes.
            </summary>
        </member>
        <member name="M:Ice.OutputStream.communicator">
            <summary>
            Returns the communicator for this output stream.
            </summary>
        </member>
        <member name="M:Ice.OutputStream.writeBool(System.Boolean)">
            <summary>
            Writes a boolean to the stream.
            </summary>
            <param name="v">The boolean to write to the stream.</param>
        </member>
        <member name="M:Ice.OutputStream.writeBoolSeq(System.Boolean[])">
            <summary>
            Writes a sequence of booleans to the stream.
            </summary>
            <param name="v">The sequence of booleans to write.
            Passing null causes an empty sequence to be written to the stream.</param>
        </member>
        <member name="M:Ice.OutputStream.writeByte(System.Byte)">
            <summary>
            Writes a byte to the stream.
            </summary>
            <param name="v">The byte to write to the stream.</param>
        </member>
        <member name="M:Ice.OutputStream.writeByteSeq(System.Byte[])">
            <summary>
            Writes a sequence of bytes to the stream.
            </summary>
            <param name="v">The sequence of bytes to write.
            Passing null causes an empty sequence to be written to the stream.</param>
        </member>
        <member name="M:Ice.OutputStream.writeSerializable(System.Object)">
            <summary>
            Writes a serializable .NET object to the stream.
            </summary>
            <param name="v">The serializable object to write.</param>
        </member>
        <member name="M:Ice.OutputStream.writeShort(System.Int16)">
            <summary>
            Writes a short to the stream.
            </summary>
            <param name="v">The short to write to the stream.</param>
        </member>
        <member name="M:Ice.OutputStream.writeShortSeq(System.Int16[])">
            <summary>
            Writes a sequence of shorts to the stream.
            </summary>
            <param name="v">The sequence of shorts to write.
            Passing null causes an empty sequence to be written to the stream.</param>
        </member>
        <member name="M:Ice.OutputStream.writeInt(System.Int32)">
            <summary>
            Writes an integer to the stream.
            </summary>
            <param name="v">The integer to write to the stream.</param>
        </member>
        <member name="M:Ice.OutputStream.writeIntSeq(System.Int32[])">
            <summary>
            Writes a sequence of integers to the stream.
            </summary>
            <param name="v">The sequence of integers to write.
            Passing null causes an empty sequence to be written to the stream.</param>
        </member>
        <member name="M:Ice.OutputStream.writeLong(System.Int64)">
            <summary>
            Writes a long to the stream.
            </summary>
            <param name="v">The long to write to the stream.</param>
        </member>
        <member name="M:Ice.OutputStream.writeLongSeq(System.Int64[])">
            <summary>
            Writes a sequence of longs to the stream.
            </summary>
            <param name="v">The sequence of longs to write.
            Passing null causes an empty sequence to be written to the stream.</param>
        </member>
        <member name="M:Ice.OutputStream.writeFloat(System.Single)">
            <summary>
            Writes a float to the stream.
            </summary>
            <param name="v">The float to write to the stream.</param>
        </member>
        <member name="M:Ice.OutputStream.writeFloatSeq(System.Single[])">
            <summary>
            Writes a sequence of floats to the stream.
            </summary>
            <param name="v">The sequence of floats to write.
            Passing null causes an empty sequence to be written to the stream.</param>
        </member>
        <member name="M:Ice.OutputStream.writeDouble(System.Double)">
            <summary>
            Writes a double to the stream.
            </summary>
            <param name="v">The double to write to the stream.</param>
        </member>
        <member name="M:Ice.OutputStream.writeDoubleSeq(System.Double[])">
            <summary>
            Writes a sequence of doubles to the stream.
            </summary>
            <param name="v">The sequence of doubles to write.
            Passing null causes an empty sequence to be written to the stream.</param>
        </member>
        <member name="M:Ice.OutputStream.writeString(System.String)">
            <summary>
            Writes a string to the stream.
            </summary>
            <param name="v">The string to write to the stream.
            Passing null causes an empty string to be written to the stream.</param>
        </member>
        <member name="M:Ice.OutputStream.writeStringSeq(System.String[])">
            <summary>
            Writes a sequence of strings to the stream.
            </summary>
            <param name="v">The sequence of strings to write.
            Passing null causes an empty sequence to be written to the stream.</param>
        </member>
        <member name="M:Ice.OutputStream.writeSize(System.Int32)">
            <summary>
            Writes a size to the stream.
            </summary>
            <param name="sz">The size to write.</param>
        </member>
        <member name="M:Ice.OutputStream.writeProxy(Ice.ObjectPrx)">
            <summary>
            Writes a proxy to the stream.
            </summary>
            <param name="v">The proxy to write.</param>
        </member>
        <member name="M:Ice.OutputStream.writeObject(Ice.Object)">
            <summary>
            Writes a Slice class to the stream.
            </summary>
            <param name="v">The class to write. This method writes the index of a Slice class; the state of the
            class is written once writePendingObjects is called.</param>
        </member>
        <member name="M:Ice.OutputStream.writeEnum(System.Int32,System.Int32)">
            <summary>
            Write an enumerated value.
            </summary>
            <param name="v">The enumerator.</param>
            <param name="limit">The number of enumerators in the definition.</param>
        </member>
        <member name="M:Ice.OutputStream.writeException(Ice.UserException)">
            <summary>
            Writes a user exception to the stream.
            </summary>
            <param name="ex">The user exception to write.</param>
        </member>
        <member name="M:Ice.OutputStream.startObject(Ice.SlicedData)">
            <summary>
            Marks the start of an Ice object.
            </summary>
            <param name="slicedData">Preserved slices for this object, or null.</param>
        </member>
        <member name="M:Ice.OutputStream.endObject">
            <summary>
            Marks the end of an Ice object.
            </summary>
        </member>
        <member name="M:Ice.OutputStream.startException(Ice.SlicedData)">
            <summary>
            Marks the start of a user exception.
            </summary>
            <param name="slicedData">Preserved slices for this object, or null.</param>
        </member>
        <member name="M:Ice.OutputStream.endException">
            <summary>
            Marks the end of a user exception.
            </summary>
        </member>
        <member name="M:Ice.OutputStream.startSlice(System.String,System.Int32,System.Boolean)">
            <summary>
            Marks the start of a new slice for an Ice object or user exception.
            </summary>
            <param name="typeId">The Slice type ID corresponding to this slice.</param>
            <param name="compactId">The Slice compact type ID corresponding to this slice.</param>
            <param name="last">True if this is the last slice, false otherwise.</param>
        </member>
        <member name="M:Ice.OutputStream.endSlice">
            <summary>
            Marks the end of a slice for an Ice object or user exception.
            </summary>
        </member>
        <member name="M:Ice.OutputStream.startEncapsulation(Ice.EncodingVersion,Ice.FormatType)">
            <summary>
            Writes the start of an encapsulation to the stream.
            </summary>
            <param name="encoding">The encoding version of the encapsulation.</param>
            <param name="format">The format to use for encoding objects and user exceptions.</param>
        </member>
        <member name="M:Ice.OutputStream.startEncapsulation">
            <summary>
            Writes the start of an encapsulation to the stream.
            </summary>
        </member>
        <member name="M:Ice.OutputStream.endEncapsulation">
            <summary>
            Ends the previous encapsulation.
            </summary>
        </member>
        <member name="M:Ice.OutputStream.getEncoding">
            <summary>
            Determines the current encoding version.
            </summary>
            <returns>The encoding version.</returns>
        </member>
        <member name="M:Ice.OutputStream.writePendingObjects">
            <summary>
            Writes the state of Slice classes whose index was previously
            written with writeObject to the stream.
            </summary>
        </member>
        <member name="M:Ice.OutputStream.writeOptional(System.Int32,Ice.OptionalFormat)">
            <summary>
            Write the header information for an optional value.
            </summary>
            <param name="tag">The numeric tag associated with the value.</param>
            <param name="format">The optional format of the value.</param>
            <returns>True if the optional should be written, false otherwise.</returns>
        </member>
        <member name="M:Ice.OutputStream.pos">
            <summary>
            Determines the current position in the stream.
            </summary>
            <returns>The current position.</returns>
        </member>
        <member name="M:Ice.OutputStream.rewrite(System.Int32,System.Int32)">
            <summary>
            Inserts a fixed 32-bit size value into the stream at the given position.
            </summary>
            <param name="sz">The 32-bit size value.</param>
            <param name="pos">The position at which to write the value.</param>
        </member>
        <member name="M:Ice.OutputStream.startSize">
            <summary>
            Records the current position and allocates four bytes for a fixed-length (32-bit)
            size value.
            </summary>
        </member>
        <member name="M:Ice.OutputStream.endSize">
            <summary>
            Computes the amount of data written since the previous call to startSize and
            writes that value at the saved position.
            </summary>
        </member>
        <member name="M:Ice.OutputStream.finished">
            <summary>
            Indicates that the marshaling of a request or reply is finished.
            </summary>
            <returns>The byte sequence containing the encoded request or reply.</returns>
        </member>
        <member name="M:Ice.OutputStream.reset(System.Boolean)">
            <summary>
            Resets this output stream. This method allows the stream to be reused, to avoid creating
            unnecessary garbage.
            </summary>
            <param name="clearBuffer">If true, the stream's internal buffer becomes eligible for
            garbage collection; if false, the stream's internal buffer is retained, to avoid
            creating unnecessary garbage. If retained, the internal buffer may be resized to a smaller
            capacity. Either way, reset resets the stream's writing position to zero.</param>
        </member>
        <member name="M:Ice.OutputStream.destroy">
            <summary>
            Destroys the stream and its associated resources. The application must call destroy prior
            to releasing the last reference to a stream; failure to do so may result in resource leaks.
            </summary>
        </member>
        <member name="T:Ice.ObjectReader">
            <summary>
            Base class for extracting objects from an input stream.
            </summary>
        </member>
        <member name="M:Ice.ObjectReader.read(Ice.InputStream)">
            <summary>
            Read the object's data members.
            </summary>
            <param name="inStream">The input stream to read from.</param>
        </member>
        <member name="T:Ice.ObjectWriter">
            <summary>
            Base class for writing objects to an output stream.
            </summary>
        </member>
        <member name="M:Ice.ObjectWriter.write(Ice.OutputStream)">
            <summary>
            Writes the state of this Slice class to an output stream.
            </summary>
            <param name="outStream">The stream to write to.</param>
        </member>
        <member name="T:Ice.ThreadHookPlugin">
            <summary>
            Class to support thread notification hooks. Applications using
            thread notification hooks instantiate a ThreadHookPlugin with a
            thread notification hook  and return the instance from their
            PluginFactory implementation.
            </summary>
        </member>
        <member name="M:Ice.ThreadHookPlugin.#ctor(Ice.Communicator,Ice.ThreadNotification)">
            <summary>
            Installs a custom logger for a communicator.
            </summary>
            <param name="communicator">The communicator using the thread notification hook.</param>
            <param name="threadHook">The thread notification hook for the communicator.</param>
        </member>
        <member name="M:Ice.ThreadHookPlugin.initialize">
            <summary>
            Called by the Ice run time during communicator initialization. The derived class
            can override this method to perform any initialization that might be required
            by the thread notification hook.
            </summary>
        </member>
        <member name="M:Ice.ThreadHookPlugin.destroy">
            <summary>
            Called by the Ice run time when the communicator is destroyed. The derived class
            can override this method to perform any finalization that might be required
            by thread notification hook.
            </summary>
        </member>
        <member name="T:Ice.TieBase">
            <summary>
            Interface for servants using the tie mapping.
            </summary>
        </member>
        <member name="M:Ice.TieBase.ice_delegate">
            <summary>
            Returns the delegate for this tie.
            </summary>
            <returns>The delegate.</returns>
        </member>
        <member name="M:Ice.TieBase.ice_delegate(System.Object)">
            <summary>
            Returns the delegate for this tie.
            </summary>
            <param name="o">The delegate.</param>
        </member>
        <member name="T:Ice.UnknownSlicedObject">
            <summary>
            Unknown sliced object holds an instance of unknown type.
            </summary>
        </member>
        <member name="M:Ice.UnknownSlicedObject.#ctor(System.String)">
            <summary>
            Instantiates the class for an Ice object having the given Slice type.
            </summary>
            <param name="unknownTypeId">The Slice type ID of the unknown object.</param>
        </member>
        <member name="M:Ice.UnknownSlicedObject.getUnknownTypeId">
            <summary>
            Determine the Slice type ID associated with this object.
            </summary>
            <returns>The type ID.</returns>
        </member>
        <member name="T:Ice.ThreadNotification">
            <summary>
            Interface for thread notification hooks. Applications can derive
            a class tat implements the start and stop
            methods to intercept creation and destruction of threads created
            by the Ice run time.
            </summary>
        </member>
        <member name="M:Ice.ThreadNotification.start">
            <summary>
            The Ice run time calls start for each new
            thread it creates. The call is made by the newly-started thread.
            </summary>
        </member>
        <member name="M:Ice.ThreadNotification.stop">
            <summary>
            The Ice run time calls stop before it destroys
            a thread. The call is made by thread that is about to be
            destroyed.
            </summary>
        </member>
        <member name="T:Ice.Dispatcher">
            <summary>
            A delegate for the dispatcher. The dispatcher is called by the Ice
            runtime to dispatch servant calls and AMI callbacks.
            </summary>
        </member>
        <member name="T:Ice.CompactIdResolver">
            <summary>
            Applications that make use of compact type IDs to conserve space
            when marshaling class instances, and also use the streaming API to
            extract such classes, can intercept the translation between compact
            type IDs and their corresponding string type IDs by installing an
            instance of CompactIdResolver in InitializationData.
            </summary>
        </member>
        <member name="T:Ice.InitializationData">
            <summary>
            A class that encpasulates data to initialize a communicator.
            </summary>
        </member>
        <member name="M:Ice.InitializationData.Clone">
            <summary>
            Creates and returns a copy of this object.
            </summary>
        </member>
        <member name="F:Ice.InitializationData.properties">
            <summary>
            The properties for the communicator.
            </summary>
        </member>
        <member name="F:Ice.InitializationData.logger">
            <summary>
            The logger for the communicator.
            </summary>
        </member>
        <member name="F:Ice.InitializationData.observer">
            <summary>
            The communicator observer used by the Ice run-time.
            </summary>
        </member>
        <member name="F:Ice.InitializationData.stats">
            <summary>
            The Stats instance for the communicator.
            </summary>
        </member>
        <member name="F:Ice.InitializationData.threadHook">
            <summary>
            The thread hook for the communicator.
            </summary>
        </member>
        <member name="F:Ice.InitializationData.dispatcher">
            <summary>
            The dispatcher for the communicator.
            </summary>
        </member>
        <member name="F:Ice.InitializationData.compactIdResolver">
            <summary>
            The compact type ID resolver.
            </summary>
        </member>
        <member name="T:Ice.Util">
            <summary>
            Utility methods for the Ice run time.
            </summary>
        </member>
        <member name="M:Ice.Util.createProperties">
            <summary>
            Creates a new empty property set.
            </summary>
            <returns>A new empty property set.</returns>
        </member>
        <member name="M:Ice.Util.createProperties(System.String[]@)">
            <summary>
            Creates a property set initialized from an argument vector.
            </summary>
            <param name="args">A command-line argument vector, possibly containing
            options to set properties. If the command-line options include
            a --Ice.Config option, the corresponding configuration
            files are parsed. If the same property is set in a configuration
            file and in the argument vector, the argument vector takes precedence.
            This method modifies the argument vector by removing any Ice-related options.</param>
            <returns>A property set initialized with the property settings
            that were removed from args.</returns>
        </member>
        <member name="M:Ice.Util.createProperties(System.String[]@,Ice.Properties)">
            <summary>
            Creates a property set initialized from an argument vector.
            </summary>
            <param name="args">A command-line argument vector, possibly containing
            options to set properties. If the command-line options include
            a --Ice.Config option, the corresponding configuration
            files are parsed. If the same property is set in a configuration
            file and in the argument vector, the argument vector takes precedence.
            This method modifies the argument vector by removing any Ice-related options.</param>
            <param name="defaults">Default values for the property set. Settings in configuration
            files and args override these defaults.</param>
            <returns>A property set initialized with the property settings
            that were removed from args.</returns>
        </member>
        <member name="M:Ice.Util.initialize(System.String[]@)">
            <summary>
            Creates a communicator.
            </summary>
            <param name="args">A command-line argument vector. Any Ice-related options
            in this vector are used to intialize the communicator.
            This method modifies the argument vector by removing any Ice-related options.</param>
            <returns>The initialized communicator.</returns>
        </member>
        <member name="M:Ice.Util.initialize(System.String[]@,Ice.InitializationData)">
            <summary>
            Creates a communicator.
            </summary>
            <param name="args">A command-line argument vector. Any Ice-related options
            in this vector are used to intialize the communicator.
            This method modifies the argument vector by removing any Ice-related options.</param>
            <param name="initData">Additional intialization data. Property settings in args
            override property settings in initData.</param>
            <returns>The initialized communicator.</returns>
        </member>
        <member name="M:Ice.Util.initialize(Ice.InitializationData)">
            <summary>
            Creates a communicator.
            </summary>
            <param name="initData">Additional intialization data.</param>
            <returns>The initialized communicator.</returns>
        </member>
        <member name="M:Ice.Util.initialize">
            <summary>
            Creates a communicator using a default configuration.
            </summary>
        </member>
        <member name="M:Ice.Util.stringToIdentity(System.String)">
            <summary>
            Converts a string to an object identity.
            </summary>
            <param name="s">The string to convert.</param>
            <returns>The converted object identity.</returns>
        </member>
        <member name="M:Ice.Util.identityToString(Ice.Identity)">
            <summary>
            Converts an object identity to a string.
            </summary>
            <param name="ident">The object identity to convert.</param>
            <returns>The string representation of the object identity.</returns>
        </member>
        <member name="M:Ice.Util.generateUUID">
            <summary>
            This method is deprecated. Use System.Guid instead.
            </summary>
        </member>
        <member name="M:Ice.Util.proxyIdentityCompare(Ice.ObjectPrx,Ice.ObjectPrx)">
            <summary>
            Compares the object identities of two proxies.
            </summary>
            <param name="lhs">A proxy.</param>
            <param name="rhs">A proxy.</param>
            <returns>-1 if the identity in lhs compares
            less than the identity in rhs; 0 if the identities
            compare equal; 1, otherwise.</returns>
        </member>
        <member name="M:Ice.Util.proxyIdentityAndFacetCompare(Ice.ObjectPrx,Ice.ObjectPrx)">
            <summary>
            Compares the object identities and facets of two proxies.
            </summary>
            <param name="lhs">A proxy.</param>
            <param name="rhs">A proxy.</param>
            <returns>-1 if the identity and facet in lhs compare
            less than the identity and facet in rhs; 0 if the identities
            and facets compare equal; 1, otherwise.</returns>
        </member>
        <member name="M:Ice.Util.createInputStream(Ice.Communicator,System.Byte[])">
            <summary>
            Creates an input stream for dynamic invocation and dispatch. The stream uses
            the communicator's default encoding version. The given data is copied.
            </summary>
            <param name="communicator">The communicator for the stream.</param>
            <param name="bytes">An encoded request or reply.</param>
            <returns>The input stream.</returns>
        </member>
        <member name="M:Ice.Util.createInputStream(Ice.Communicator,System.Byte[],Ice.EncodingVersion)">
            <summary>
            Creates an input stream for dynamic invocation and dispatch. The stream uses
            the given encoding version.
            </summary>
            <param name="communicator">The communicator for the stream.</param>
            <param name="bytes">An encoded request or reply.</param>
            <param name="v">The desired encoding version.</param>
            <returns>The input stream.</returns>
        </member>
        <member name="M:Ice.Util.wrapInputStream(Ice.Communicator,System.Byte[])">
            <summary>
            Wraps encoded data with an input stream for dynamic invocation and dispatch.
            The stream uses the communicator's default encoding version.
            </summary>
            <param name="communicator">The communicator for the stream.</param>
            <param name="bytes">An encoded request or reply.</param>
            <returns>The input stream.</returns>
        </member>
        <member name="M:Ice.Util.wrapInputStream(Ice.Communicator,System.Byte[],Ice.EncodingVersion)">
            <summary>
            Wraps encoded data with an input stream for dynamic invocation and dispatch.
            The stream uses the given encoding version.
            </summary>
            <param name="communicator">The communicator for the stream.</param>
            <param name="bytes">An encoded request or reply.</param>
            <param name="v">The desired encoding version.</param>
            <returns>The input stream.</returns>
        </member>
        <member name="M:Ice.Util.createOutputStream(Ice.Communicator)">
            <summary>
            Creates an output stream for dynamic invocation and dispatch. The stream uses
            the communicator's default encoding version.
            </summary>
            <param name="communicator">The communicator for the stream.</param>
            <returns>The output stream.</returns>
        </member>
        <member name="M:Ice.Util.createOutputStream(Ice.Communicator,Ice.EncodingVersion)">
            <summary>
            Creates an output stream for dynamic invocation and dispatch. The stream uses
            the given encoding version.
            </summary>
            <param name="communicator">The communicator for the stream.</param>
            <param name="v">The desired encoding version.</param>
            <returns>The output stream.</returns>
        </member>
        <member name="M:Ice.Util.getProcessLogger">
            <summary>
            Returns the process-wide logger.
            </summary>
            <returns>The process-wide logger.</returns>
        </member>
        <member name="M:Ice.Util.setProcessLogger(Ice.Logger)">
            <summary>
            Changes the process-wide logger.
            </summary>
            <param name="logger">The new process-wide logger.</param>
        </member>
        <member name="M:Ice.Util.stringVersion">
            <summary>
            Returns the Ice version in the form A.B.C, where A indicates the
            major version, B indicates the minor version, and C indicates the
            patch level.
            </summary>
            <returns>The Ice version.</returns>
        </member>
        <member name="M:Ice.Util.intVersion">
            <summary>
            Returns the Ice version as an integer in the form A.BB.CC, where A
            indicates the major version, BB indicates the minor version, and CC
            indicates the patch level. For example, for Ice 3.3.1, the returned value is 30301.
            </summary>
            <returns>The Ice version.</returns>
        </member>
        <member name="M:Ice.Util.stringToProtocolVersion(System.String)">
            <summary>
            Converts a string to a protocol version.
            </summary>
            <param name="version">The string to convert.</param>
            <returns>The converted protocol version.</returns>
        </member>
        <member name="M:Ice.Util.stringToEncodingVersion(System.String)">
            <summary>
            Converts a string to an encoding version.
            </summary>
            <param name="version">The string to convert.</param>
            <returns>The converted object identity.</returns>
        </member>
        <member name="M:Ice.Util.protocolVersionToString(Ice.ProtocolVersion)">
            <summary>
            Converts a protocol version to a string.
            </summary>
            <param name="v">The protocol version to convert.</param>
            <returns>The converted string.</returns>
        </member>
        <member name="M:Ice.Util.encodingVersionToString(Ice.EncodingVersion)">
            <summary>
            Converts an encoding version to a string.
            </summary>
            <param name="v">The encoding version to convert.</param>
            <returns>The converted string.</returns>
        </member>
        <member name="M:Ice.Communicator.destroy">
            <summary>
            Destroy the communicator.
            This operation calls shutdown
            implicitly.  Calling destroy cleans up memory, and shuts down
            this communicator's client functionality and destroys all object
            adapters. Subsequent calls to destroy are ignored.
            </summary>
        </member>
        <member name="M:Ice.Communicator.shutdown">
            <summary>
            Shuts down this communicator's server functionality, which
            includes the deactivation of all object adapters.
            (Attempts to use
            a deactivated object adapter raise ObjectAdapterDeactivatedException.)
            Subsequent calls to shutdown are ignored.
            After shutdown returns, no new requests are
            processed. However, requests that have been started before
            shutdown was called might still be active. You can use
            waitForShutdown to wait for the completion of all
            requests.
            </summary>
        </member>
        <member name="M:Ice.Communicator.waitForShutdown">
            <summary>
            Wait until the application has called shutdown (or destroy).
            On the server side, this operation blocks the calling thread
            until all currently-executing operations have completed.
            On the client side, the operation simply block until another
            thread has called shutdown or destroy.
            A typical use of this operation is to call it
            from the main thread, which then waits until some other thread
            calls shutdown. After shut-down is complete, the main thread
            returns and can do some cleanup work before it finally calls
            destroy to shut down the client functionality, and then
            exits the application.
            </summary>
        </member>
        <member name="M:Ice.Communicator.isShutdown">
            <summary>
            Check whether communicator has been shut down.
            </summary>
            <returns>True if the communicator has been shut down; false otherwise.
            </returns>
        </member>
        <member name="M:Ice.Communicator.stringToProxy(System.String)">
            <summary>
            Convert a stringified proxy into a proxy.
            For example,
            MyCategory/MyObject:tcp -h some_host -p
            10000 creates a proxy that refers to the Ice object
            having an identity with a name "MyObject" and a category
            "MyCategory", with the server running on host "some_host", port
            10000. If the stringified proxy does not parse correctly, the
            operation throws one of ProxyParseException,
            EndpointParseException, or IdentityParseException.
            An appendix in the Ice manual provides a detailed description
            of the syntax supported by stringified proxies.
            </summary>
            <param name="str">The stringified proxy to convert into a proxy.
            </param>
            <returns>The proxy, or nil if str is an empty string.
            </returns>
        </member>
        <member name="M:Ice.Communicator.proxyToString(Ice.ObjectPrx)">
            <summary>
            Convert a proxy into a string.
            </summary>
            <param name="obj">The proxy to convert into a stringified proxy.
            </param>
            <returns>The stringified proxy, or an empty string if
            obj is nil.
            </returns>
        </member>
        <member name="M:Ice.Communicator.propertyToProxy(System.String)">
            <summary>
            Convert a set of proxy properties into a proxy.
            The "base"
            name supplied in the property argument refers to a
            property containing a stringified proxy, such as
            MyProxy=id:tcp -h localhost -p 10000. Additional
            properties configure local settings for the proxy, such as
            MyProxy.PreferSecure=1. The "Properties"
            appendix in the Ice manual describes each of the supported
            proxy properties.
            </summary>
            <param name="property">The base property name.
            </param>
            <returns>The proxy.</returns>
        </member>
        <member name="M:Ice.Communicator.proxyToProperty(Ice.ObjectPrx,System.String)">
            <summary>
            Convert a proxy to a set of proxy properties.
            </summary>
            <param name="proxy">The proxy.
            </param>
            <param name="property">The base property name.
            </param>
            <returns>The property set.</returns>
        </member>
        <member name="M:Ice.Communicator.stringToIdentity(System.String)">
            <summary>
            Convert a string into an identity.
            If the string does not parse
            correctly, the operation throws IdentityParseException.
            </summary>
            <param name="str">The string to convert into an identity.
            </param>
            <returns>The identity.
            </returns>
        </member>
        <member name="M:Ice.Communicator.identityToString(Ice.Identity)">
            <summary>
            Convert an identity into a string.
            </summary>
            <param name="ident">The identity to convert into a string.
            </param>
            <returns>The "stringified" identity.
            </returns>
        </member>
        <member name="M:Ice.Communicator.createObjectAdapter(System.String)">
            <summary>
            Create a new object adapter.
            The endpoints for the object
            adapter are taken from the property name.Endpoints.
            It is legal to create an object adapter with the empty string as
            its name. Such an object adapter is accessible via bidirectional
            connections or by collocated invocations that originate from the
            same communicator as is used by the adapter.
            Attempts to create a named object adapter for which no configuration
            can be found raise InitializationException.
            </summary>
            <param name="name">The object adapter name.
            </param>
            <returns>The new object adapter.
            </returns>
        </member>
        <member name="M:Ice.Communicator.createObjectAdapterWithEndpoints(System.String,System.String)">
            <summary>
            Create a new object adapter with endpoints.
            This operation sets
            the property name.Endpoints,
            and then calls createObjectAdapter. It is provided as a
            convenience function.
            Calling this operation with an empty name will result in a
            UUID being generated for the name.
            </summary>
            <param name="name">The object adapter name.
            </param>
            <param name="endpoints">The endpoints for the object adapter.
            </param>
            <returns>The new object adapter.
            </returns>
        </member>
        <member name="M:Ice.Communicator.createObjectAdapterWithRouter(System.String,Ice.RouterPrx)">
            <summary>
            Create a new object adapter with a router.
            This operation
            creates a routed object adapter.
            Calling this operation with an empty name will result in a
            UUID being generated for the name.
            </summary>
            <param name="name">The object adapter name.
            </param>
            <param name="rtr">The router.
            </param>
            <returns>The new object adapter.
            </returns>
        </member>
        <member name="M:Ice.Communicator.addObjectFactory(Ice.ObjectFactory,System.String)">
            <summary>
            Add an object factory to this communicator.
            Installing a
            factory with an id for which a factory is already registered
            throws AlreadyRegisteredException.
            When unmarshaling an Ice object, the Ice run time reads the
            most-derived type id off the wire and attempts to create an
            instance of the type using a factory. If no instance is created,
            either because no factory was found, or because all factories
            returned nil, the behavior of the Ice run time depends on the
            format with which the object was marshaled:
            If the object uses the "sliced" format, Ice ascends the class
            hierarchy until it finds a type that is recognized by a factory,
            or it reaches the least-derived type. If no factory is found that
            can create an instance, the run time throws
            NoObjectFactoryException.
            If the object uses the "compact" format, Ice immediately raises
            NoObjectFactoryException.
            The following order is used to locate a factory for a type:
            The Ice run-time looks for a factory registered
            specifically for the type.
            If no instance has been created, the Ice run-time looks
            for the default factory, which is registered with an empty type id.
            If no instance has been created by any of the preceding
            steps, the Ice run-time looks for a factory that may have been
            statically generated by the language mapping for non-abstract classes.
            </summary>
            <param name="factory">The factory to add.
            </param>
            <param name="id">The type id for which the factory can create instances, or
            an empty string for the default factory.
            </param>
        </member>
        <member name="M:Ice.Communicator.findObjectFactory(System.String)">
            <summary>
            Find an object factory registered with this communicator.
            </summary>
            <param name="id">The type id for which the factory can create instances,
            or an empty string for the default factory.
            </param>
            <returns>The object factory, or null if no object factory was
            found for the given id.
            </returns>
        </member>
        <member name="M:Ice.Communicator.getImplicitContext">
            <summary>
            Get the implicit context associated with this communicator.
            </summary>
            <returns>The implicit context associated with this communicator;
            returns null when the property Ice.ImplicitContext is not set
            or is set to None.</returns>
        </member>
        <member name="M:Ice.Communicator.getProperties">
            <summary>
            Get the properties for this communicator.
            </summary>
            <returns>This communicator's properties.
            </returns>
        </member>
        <member name="M:Ice.Communicator.getLogger">
            <summary>
            Get the logger for this communicator.
            </summary>
            <returns>This communicator's logger.
            </returns>
        </member>
        <member name="M:Ice.Communicator.getStats">
            <summary>
            Get the statistics callback object for this communicator.
            </summary>
            <returns>This communicator's statistics callback object.
            </returns>
        </member>
        <member name="M:Ice.Communicator.getObserver">
            <summary>
            Get the observer resolver object for this communicator.
            </summary>
            <returns>This communicator's observer resolver object.
            </returns>
        </member>
        <member name="M:Ice.Communicator.getDefaultRouter">
            <summary>
            Get the default router this communicator.
            </summary>
            <returns>The default router for this communicator.
            </returns>
        </member>
        <member name="M:Ice.Communicator.setDefaultRouter(Ice.RouterPrx)">
            <summary>
            Set a default router for this communicator.
            All newly
            created proxies will use this default router. To disable the
            default router, null can be used. Note that this
            operation has no effect on existing proxies.
            You can also set a router for an individual proxy
            by calling the operation ice_router on the proxy.
            </summary>
            <param name="rtr">The default router to use for this communicator.
            </param>
        </member>
        <member name="M:Ice.Communicator.getDefaultLocator">
            <summary>
            Get the default locator this communicator.
            </summary>
            <returns>The default locator for this communicator.
            </returns>
        </member>
        <member name="M:Ice.Communicator.setDefaultLocator(Ice.LocatorPrx)">
            <summary>
            Set a default Ice locator for this communicator.
            All newly
            created proxy and object adapters will use this default
            locator. To disable the default locator, null can be used.
            Note that this operation has no effect on existing proxies or
            object adapters.
            You can also set a locator for an individual proxy
            by calling the operation ice_locator on the proxy, or for an
            object adapter by calling the operation setLocator on the
            object adapter.
            </summary>
            <param name="loc">The default locator to use for this communicator.
            </param>
        </member>
        <member name="M:Ice.Communicator.getPluginManager">
            <summary>
            Get the plug-in manager for this communicator.
            </summary>
            <returns>This communicator's plug-in manager.
            </returns>
        </member>
        <member name="M:Ice.Communicator.flushBatchRequests">
            <summary>
            Flush any pending batch requests for this communicator.
            This causes all batch requests that were sent via proxies
            obtained via this communicator to be sent to the server.
            </summary>
        </member>
        <member name="M:Ice.Communicator.getAdmin">
            <summary>
            Get a proxy to the main facet of the Admin object.
            When Ice.Admin.DelayCreation
            is greater than 0, it is necessary to call getAdmin() after the communicator is
            initialized to create the Admin object. Otherwise, the Admin object is created
            automatically after all the plug-ins are initialized.
            </summary>
            <returns>The main ("") facet of the Admin object; a null proxy if no
            Admin object is configured.</returns>
        </member>
        <member name="M:Ice.Communicator.addAdminFacet(Ice.Object,System.String)">
            <summary>
            Add a new facet to the Admin object.
            Adding a servant with a facet that is already registered
            throws AlreadyRegisteredException.
            </summary>
            <param name="servant">The servant that implements the new Admin facet.
            </param>
            <param name="facet">The name of the new Admin facet.</param>
        </member>
        <member name="M:Ice.Communicator.removeAdminFacet(System.String)">
            <summary>
            Remove the following facet to the Admin object.
            Removing a facet that was not previously registered throws
            NotRegisteredException.
            </summary>
            <param name="facet">The name of the Admin facet.
            </param>
            <returns>The servant associated with this Admin facet.</returns>
        </member>
        <member name="M:Ice.Communicator.findAdminFacet(System.String)">
            <summary>
            Returns a facet of the Admin object.
            </summary>
            <param name="facet">The name of the Admin facet.
            </param>
            <returns>The servant associated with this Admin facet, or
            null if no facet is registered with the given name.</returns>
        </member>
        <member name="M:Ice.Connection.close(System.Boolean)">
            <summary>
            Close a connection, either gracefully or forcefully.
            If a
            connection is closed forcefully, it closes immediately, without
            sending the relevant close connection protocol messages to the
            peer and waiting for the peer to acknowledge these protocol
            messages.
            </summary>
            <param name="force">If true, close forcefully. Otherwise the
            connection is closed gracefully.</param>
        </member>
        <member name="M:Ice.Connection.createProxy(Ice.Identity)">
            <summary>
            Create a special proxy that always uses this connection.
            This
            can be used for callbacks from a server to a client if the
            server cannot directly establish a connection to the client,
            for example because of firewalls. In this case, the server
            would create a proxy using an already established connection
            from the client.
            </summary>
            <param name="id">The identity for which a proxy is to be created.
            </param>
            <returns>A proxy that matches the given identity and uses this
            connection.
            </returns>
        </member>
        <member name="M:Ice.Connection.setAdapter(Ice.ObjectAdapter)">
            <summary>
            Explicitly set an object adapter that dispatches requests that
            are received over this connection.
            A client can invoke an
            operation on a server using a proxy, and then set an object
            adapter for the outgoing connection that is used by the proxy
            in order to receive callbacks. This is useful if the server
            cannot establish a connection back to the client, for example
            because of firewalls.
            </summary>
            <param name="adapter">The object adapter that should be used by this
            connection to dispatch requests. The object adapter must be
            activated. When the object adapter is deactivated, it is
            automatically removed from the connection.
            </param>
        </member>
        <member name="M:Ice.Connection.getAdapter">
            <summary>
            Get the object adapter that dispatches requests for this
            connection.
            </summary>
            <returns>The object adapter that dispatches requests for the
            connection, or null if no adapter is set.
            </returns>
        </member>
        <member name="M:Ice.Connection.getEndpoint">
            <summary>
            Get the endpoint from which the connection was created.
            </summary>
            <returns>The endpoint from which the connection was created.</returns>
        </member>
        <member name="M:Ice.Connection.flushBatchRequests">
            <summary>
            Flush any pending batch requests for this connection.
            This
            causes all batch requests that were sent via proxies that use
            this connection to be sent to the server.
            </summary>
        </member>
        <member name="M:Ice.Connection.type">
            <summary>
            Return the connection type.
            This corresponds to the endpoint
            type, i.e., "tcp", "udp", etc.
            </summary>
            <returns>The type of the connection.</returns>
        </member>
        <member name="M:Ice.Connection.timeout">
            <summary>
            Get the timeout for the connection.
            </summary>
            <returns>The connection's timeout.</returns>
        </member>
        <member name="M:Ice.Connection.ice_toString_">
            <summary>
            Return a description of the connection as human readable text,
            suitable for logging or error messages.
            </summary>
            <returns>The description of the connection as human readable
            text.</returns>
        </member>
        <member name="M:Ice.Connection.getInfo">
            <summary>
            Returns the connection information.
            </summary>
            <returns>The connection information.</returns>
        </member>
        <member name="M:Ice.EndpointInfo.type">
            <summary>
            Returns the type of the endpoint.
            </summary>
        </member>
        <member name="M:Ice.EndpointInfo.datagram">
            <summary>
            Returns true if this endpoint is a datagram endpoint.
            </summary>
        </member>
        <member name="M:Ice.EndpointInfo.secure">
            <summary>
            Returns true if this endpoint is a secure endpoint.
            </summary>
        </member>
        <member name="M:Ice.Endpoint.ice_toString_">
            <summary>
            Return a string representation of the endpoint.
            </summary>
            <returns>The string representation of the endpoint.</returns>
        </member>
        <member name="M:Ice.Endpoint.getInfo">
            <summary>
            Returns the endpoint information.
            </summary>
            <returns>The endpoint information class.</returns>
        </member>
        <member name="M:Ice.ImplicitContext.getContext">
            <summary>
            Get a copy of the underlying context.
            </summary>
            <returns>A copy of the underlying context.</returns>
        </member>
        <member name="M:Ice.ImplicitContext.setContext(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Set the underlying context.
            </summary>
            <param name="newContext">The new context.</param>
        </member>
        <member name="M:Ice.ImplicitContext.containsKey(System.String)">
            <summary>
            Check if this key has an associated value in the underlying context.
            </summary>
            <param name="key">The key.
            </param>
            <returns>True if the key has an associated value, False otherwise.</returns>
        </member>
        <member name="M:Ice.ImplicitContext.get(System.String)">
            <summary>
            Get the value associated with the given key in the underlying context.
            Returns an empty string if no value is associated with the key.
            containsKey allows you to distinguish between an empty-string value and
            no value at all.
            </summary>
            <param name="key">The key.
            </param>
            <returns>The value associated with the key.</returns>
        </member>
        <member name="M:Ice.ImplicitContext.put(System.String,System.String)">
            <summary>
            Create or update a key/value entry in the underlying context.
            </summary>
            <param name="key">The key.
            </param>
            <param name="value">The value.
            </param>
            <returns>The previous value associated with the key, if any.</returns>
        </member>
        <member name="M:Ice.ImplicitContext.remove(System.String)">
            <summary>
            Remove the entry for the given key in the underlying context.
            </summary>
            <param name="key">The key.
            </param>
            <returns>The value associated with the key, if any.</returns>
        </member>
        <member name="T:Ice.InitializationException">
            <summary>
            This exception is raised when a failure occurs during initialization.
            </summary>
        </member>
        <member name="T:Ice.PluginInitializationException">
            <summary>
            This exception indicates that a failure occurred while initializing
            a plug-in.
            </summary>
        </member>
        <member name="T:Ice.CollocationOptimizationException">
            <summary>
            This exception is raised if a feature is requested that is not
            supported with collocation optimization.
            </summary>
        </member>
        <member name="T:Ice.AlreadyRegisteredException">
            <summary>
            An attempt was made to register something more than once with
            the Ice run time.
            This exception is raised if an attempt is made to register a
            servant, servant locator, facet, object factory, plug-in, object
            adapter, object, or user exception factory more than once for the
            same ID.
            </summary>
        </member>
        <member name="T:Ice.NotRegisteredException">
            <summary>
            An attempt was made to find or deregister something that is not
            registered with the Ice run time or Ice locator.
            This exception is raised if an attempt is made to remove a servant,
            servant locator, facet, object factory, plug-in, object adapter,
            object, or user exception factory that is not currently registered.
            It's also raised if the Ice locator can't find an object or object
            adapter when resolving an indirect proxy or when an object adapter
            is activated.
            </summary>
        </member>
        <member name="T:Ice.TwowayOnlyException">
            <summary>
            The operation can only be invoked with a twoway request.
            This exception is raised if an attempt is made to invoke an
            operation with ice_oneway, ice_batchOneway, ice_datagram,
            or ice_batchDatagram and the operation has a return value,
            out-parameters, or an exception specification.
            </summary>
        </member>
        <member name="T:Ice.CloneNotImplementedException">
            <summary>
            An attempt was made to clone a class that does not support
            cloning.
            This exception is raised if ice_clone is called on
            a class that is derived from an abstract Slice class (that is,
            a class containing operations), and the derived class does not
            provide an implementation of the ice_clone operation (C++ only).
            </summary>
        </member>
        <member name="T:Ice.UnknownException">
            <summary>
            This exception is raised if an operation call on a server raises an
            unknown exception.
            For example, for C++, this exception is raised
            if the server throws a C++ exception that is not directly or
            indirectly derived from Ice::LocalException or
            Ice::UserException.
            </summary>
        </member>
        <member name="T:Ice.UnknownLocalException">
            <summary>
            This exception is raised if an operation call on a server raises a
            local exception.
            Because local exceptions are not transmitted by
            the Ice protocol, the client receives all local exceptions raised
            by the server as UnknownLocalException. The only exception to this
            rule are all exceptions derived from RequestFailedException,
            which are transmitted by the Ice protocol even though they are
            declared local.
            </summary>
        </member>
        <member name="T:Ice.UnknownUserException">
            <summary>
            An operation raised an incorrect user exception.
            This exception is raised if an operation raises a
            user exception that is not declared in the exception's
            throws clause. Such undeclared exceptions are
            not transmitted from the server to the client by the Ice
            protocol, but instead the client just gets an
            UnknownUserException. This is necessary in order to not violate
            the contract established by an operation's signature: Only local
            exceptions and user exceptions declared in the
            throws clause can be raised.
            </summary>
        </member>
        <member name="T:Ice.VersionMismatchException">
            <summary>
            This exception is raised if the Ice library version does not match
            the version in the Ice header files.
            </summary>
        </member>
        <member name="T:Ice.CommunicatorDestroyedException">
            <summary>
            This exception is raised if the Communicator has been destroyed.
            </summary>
        </member>
        <member name="T:Ice.ObjectAdapterDeactivatedException">
            <summary>
            This exception is raised if an attempt is made to use a deactivated
            ObjectAdapter.
            </summary>
        </member>
        <member name="T:Ice.ObjectAdapterIdInUseException">
            <summary>
            This exception is raised if an ObjectAdapter cannot be activated.
            This happens if the Locator detects another active ObjectAdapter with
            the same adapter id.
            </summary>
        </member>
        <member name="T:Ice.NoEndpointException">
            <summary>
            This exception is raised if no suitable endpoint is available.
            </summary>
        </member>
        <member name="T:Ice.EndpointParseException">
            <summary>
            This exception is raised if there was an error while parsing an
            endpoint.
            </summary>
        </member>
        <member name="T:Ice.EndpointSelectionTypeParseException">
            <summary>
            This exception is raised if there was an error while parsing an
            endpoint selection type.
            </summary>
        </member>
        <member name="T:Ice.VersionParseException">
            <summary>
            This exception is raised if there was an error while parsing a
            version.
            </summary>
        </member>
        <member name="T:Ice.IdentityParseException">
            <summary>
            This exception is raised if there was an error while parsing a
            stringified identity.
            </summary>
        </member>
        <member name="T:Ice.ProxyParseException">
            <summary>
            This exception is raised if there was an error while parsing a
            stringified proxy.
            </summary>
        </member>
        <member name="T:Ice.IllegalIdentityException">
            <summary>
            This exception is raised if an illegal identity is encountered.
            </summary>
        </member>
        <member name="T:Ice.RequestFailedException">
            <summary>
            This exception is raised if a request failed.
            This exception, and
            all exceptions derived from RequestFailedException, are
            transmitted by the Ice protocol, even though they are declared
            local.
            </summary>
        </member>
        <member name="T:Ice.ObjectNotExistException">
            <summary>
            This exception is raised if an object does not exist on the server,
            that is, if no facets with the given identity exist.
            </summary>
        </member>
        <member name="T:Ice.FacetNotExistException">
            <summary>
            This exception is raised if no facet with the given name exists,
            but at least one facet with the given identity exists.
            </summary>
        </member>
        <member name="T:Ice.OperationNotExistException">
            <summary>
            This exception is raised if an operation for a given object does
            not exist on the server.
            Typically this is caused by either the
            client or the server using an outdated Slice specification.
            </summary>
        </member>
        <member name="T:Ice.SyscallException">
            <summary>
            This exception is raised if a system error occurred in the server
            or client process.
            There are many possible causes for such a system
            exception. For details on the cause, SyscallException.error
            should be inspected.
            </summary>
        </member>
        <member name="T:Ice.SocketException">
            <summary>
            This exception indicates socket errors.
            </summary>
        </member>
        <member name="T:Ice.FileException">
            <summary>
            This exception indicates file errors.
            </summary>
        </member>
        <member name="T:Ice.ConnectFailedException">
            <summary>
            This exception indicates connection failures.
            </summary>
        </member>
        <member name="T:Ice.ConnectionRefusedException">
            <summary>
            This exception indicates a connection failure for which
            the server host actively refuses a connection.
            </summary>
        </member>
        <member name="T:Ice.ConnectionLostException">
            <summary>
            This exception indicates a lost connection.
            </summary>
        </member>
        <member name="T:Ice.DNSException">
            <summary>
            This exception indicates a DNS problem.
            For details on the cause,
            DNSException.error should be inspected.
            </summary>
        </member>
        <member name="T:Ice.TimeoutException">
            <summary>
            This exception indicates a timeout condition.
            </summary>
        </member>
        <member name="T:Ice.ConnectTimeoutException">
            <summary>
            This exception indicates a connection establishment timeout condition.
            </summary>
        </member>
        <member name="T:Ice.CloseTimeoutException">
            <summary>
            This exception indicates a connection closure timeout condition.
            </summary>
        </member>
        <member name="T:Ice.ConnectionTimeoutException">
            <summary>
            This exception indicates that a connection has been shut down because it has been
            idle for some time.
            </summary>
        </member>
        <member name="T:Ice.ProtocolException">
            <summary>
            A generic exception base for all kinds of protocol error
            conditions.
            </summary>
        </member>
        <member name="T:Ice.BadMagicException">
            <summary>
            This exception indicates that a message did not start with the expected
            magic number ('I', 'c', 'e', 'P').
            </summary>
        </member>
        <member name="T:Ice.UnsupportedProtocolException">
            <summary>
            This exception indicates an unsupported protocol version.
            </summary>
        </member>
        <member name="T:Ice.UnsupportedEncodingException">
            <summary>
            This exception indicates an unsupported data encoding version.
            </summary>
        </member>
        <member name="T:Ice.UnknownMessageException">
            <summary>
            This exception indicates that an unknown protocol message has been received.
            </summary>
        </member>
        <member name="T:Ice.ConnectionNotValidatedException">
            <summary>
            This exception is raised if a message is received over a connection
            that is not yet validated.
            </summary>
        </member>
        <member name="T:Ice.UnknownRequestIdException">
            <summary>
            This exception indicates that a response for an unknown request ID has been
            received.
            </summary>
        </member>
        <member name="T:Ice.UnknownReplyStatusException">
            <summary>
            This exception indicates that an unknown reply status has been received.
            </summary>
        </member>
        <member name="T:Ice.CloseConnectionException">
            <summary>
            This exception indicates that the connection has been gracefully shut down by the
            server.
            The operation call that caused this exception has not been
            executed by the server. In most cases you will not get this
            exception, because the client will automatically retry the
            operation call in case the server shut down the connection. However,
            if upon retry the server shuts down the connection again, and the
            retry limit has been reached, then this exception is propagated to
            the application code.
            </summary>
        </member>
        <member name="T:Ice.ForcedCloseConnectionException">
            <summary>
            This exception is raised by an operation call if the application
            forcefully closes the connection Connection.close.
            </summary>
        </member>
        <member name="T:Ice.IllegalMessageSizeException">
            <summary>
            This exception indicates that a message size is less
            than the minimum required size.
            </summary>
        </member>
        <member name="T:Ice.CompressionException">
            <summary>
            This exception indicates a problem with compressing or uncompressing data.
            </summary>
        </member>
        <member name="T:Ice.DatagramLimitException">
            <summary>
            A datagram exceeds the configured size.
            This exception is raised if a datagram exceeds the configured send or receive buffer
            size, or exceeds the maximum payload size of a UDP packet (65507 bytes).
            </summary>
        </member>
        <member name="T:Ice.MarshalException">
            <summary>
            This exception is raised for errors during marshaling or unmarshaling data.
            </summary>
        </member>
        <member name="T:Ice.ProxyUnmarshalException">
            <summary>
            This exception is raised if inconsistent data is received while unmarshaling a proxy.
            </summary>
        </member>
        <member name="T:Ice.UnmarshalOutOfBoundsException">
            <summary>
            This exception is raised if an out-of-bounds condition occurs during unmarshaling.
            </summary>
        </member>
        <member name="T:Ice.NoObjectFactoryException">
            <summary>
            This exception is raised if no suitable object factory was found during
            unmarshaling of a Slice class instance.
            </summary>
        </member>
        <member name="T:Ice.UnexpectedObjectException">
            <summary>
            This exception is raised if the type of an unmarshaled Slice class instance does
            not match its expected type.
            This can happen if client and server are compiled with mismatched Slice
            definitions or if a class of the wrong type is passed as a parameter
            or return value using dynamic invocation. This exception can also be
            raised if IceStorm is used to send Slice class instances and
            an operation is subscribed to the wrong topic.
            </summary>
        </member>
        <member name="T:Ice.MemoryLimitException">
            <summary>
            This exception is raised if a request size exceeds the limit specified by the Ice.MessageSizeMax property.
            </summary>
        </member>
        <member name="T:Ice.StringConversionException">
            <summary>
            This exception is
            raised when a string conversion to or from UTF-8 fails during
            marshaling or unmarshaling.
            </summary>
        </member>
        <member name="T:Ice.EncapsulationException">
            <summary>
            This exception indicates a malformed data encapsulation.
            </summary>
        </member>
        <member name="T:Ice.FeatureNotSupportedException">
            <summary>
            This exception is raised if an unsupported feature is used.
            The
            unsupported feature string contains the name of the unsupported
            feature
            </summary>
        </member>
        <member name="T:Ice.SecurityException">
            <summary>
            This exception indicates a failure in a security subsystem,
            such as the IceSSL plug-in.
            </summary>
        </member>
        <member name="T:Ice.FixedProxyException">
            <summary>
            This exception indicates that an attempt has been made to
            change the connection properties of a fixed proxy.
            </summary>
        </member>
        <member name="T:Ice.ResponseSentException">
            <summary>
            Indicates that the response to a request has already been sent;
            re-dispatching such a request is not possible.
            </summary>
        </member>
        <member name="T:Ice.AdapterNotFoundException">
            <summary>
            This exception is raised if an adapter cannot be found.
            </summary>
        </member>
        <member name="T:Ice.InvalidReplicaGroupIdException">
            <summary>
            This exception is raised if the replica group provided by the
            server is invalid.
            </summary>
        </member>
        <member name="T:Ice.AdapterAlreadyActiveException">
            <summary>
            This exception is raised if a server tries to set endpoints for
            an adapter that is already active.
            </summary>
        </member>
        <member name="T:Ice.ObjectNotFoundException">
            <summary>
            This exception is raised if an object cannot be found.
            </summary>
        </member>
        <member name="T:Ice.ServerNotFoundException">
            <summary>
            This exception is raised if a server cannot be found.
            </summary>
        </member>
        <member name="T:Ice.LocatorOperations_">
            <summary>
            The Ice locator interface.
            This interface is used by clients to
            lookup adapters and objects. It is also used by servers to get the
            locator registry proxy.
            The Locator interface is intended to be used by
            Ice internals and by locator implementations. Regular user code
            should not attempt to use any functionality of this interface
            directly.
            </summary>
        </member>
        <member name="M:Ice.LocatorOperations_.findObjectById_async(Ice.AMD_Locator_findObjectById,Ice.Identity,Ice.Current)">
            <summary>
            Find an object by identity and return its proxy.
            </summary>
            <param name="cb__">The callback object for the operation.</param>
            <param name="id">The identity.
            </param>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:Ice.LocatorOperations_.findAdapterById_async(Ice.AMD_Locator_findAdapterById,System.String,Ice.Current)">
            <summary>
            Find an adapter by id and return its proxy (a dummy direct
            proxy created by the adapter).
            </summary>
            <param name="cb__">The callback object for the operation.</param>
            <param name="id">The adapter id.
            </param>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:Ice.LocatorOperations_.getRegistry(Ice.Current)">
            <summary>
            Get the locator registry.
            </summary>
            <returns>The locator registry.</returns>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="T:Ice.LocatorOperationsNC_">
            <summary>
            The Ice locator interface.
            This interface is used by clients to
            lookup adapters and objects. It is also used by servers to get the
            locator registry proxy.
            The Locator interface is intended to be used by
            Ice internals and by locator implementations. Regular user code
            should not attempt to use any functionality of this interface
            directly.
            </summary>
        </member>
        <member name="M:Ice.LocatorOperationsNC_.findObjectById_async(Ice.AMD_Locator_findObjectById,Ice.Identity)">
            <summary>
            Find an object by identity and return its proxy.
            </summary>
            <param name="cb__">The callback object for the operation.</param>
            <param name="id">The identity.
            </param>
        </member>
        <member name="M:Ice.LocatorOperationsNC_.findAdapterById_async(Ice.AMD_Locator_findAdapterById,System.String)">
            <summary>
            Find an adapter by id and return its proxy (a dummy direct
            proxy created by the adapter).
            </summary>
            <param name="cb__">The callback object for the operation.</param>
            <param name="id">The adapter id.
            </param>
        </member>
        <member name="M:Ice.LocatorOperationsNC_.getRegistry">
            <summary>
            Get the locator registry.
            </summary>
            <returns>The locator registry.</returns>
        </member>
        <member name="T:Ice.LocatorRegistryOperations_">
            <summary>
            The Ice locator registry interface.
            This interface is used by
            servers to register adapter endpoints with the locator.
            The LocatorRegistry interface is intended to be used
            by Ice internals and by locator implementations. Regular user
            code should not attempt to use any functionality of this interface
            directly.
            </summary>
        </member>
        <member name="M:Ice.LocatorRegistryOperations_.setAdapterDirectProxy_async(Ice.AMD_LocatorRegistry_setAdapterDirectProxy,System.String,Ice.ObjectPrx,Ice.Current)">
            <summary>
            Set the adapter endpoints with the locator registry.
            </summary>
            <param name="cb__">The callback object for the operation.</param>
            <param name="id">The adapter id.
            </param>
            <param name="proxy">The adapter proxy (a dummy direct proxy created
            by the adapter). The direct proxy contains the adapter
            endpoints.
            </param>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:Ice.LocatorRegistryOperations_.setReplicatedAdapterDirectProxy_async(Ice.AMD_LocatorRegistry_setReplicatedAdapterDirectProxy,System.String,System.String,Ice.ObjectPrx,Ice.Current)">
            <summary>
            Set the adapter endpoints with the locator registry.
            </summary>
            <param name="cb__">The callback object for the operation.</param>
            <param name="adapterId">The adapter id.
            </param>
            <param name="replicaGroupId">The replica group id.
            </param>
            <param name="p">The adapter proxy (a dummy direct proxy created
            by the adapter). The direct proxy contains the adapter
            endpoints.
            </param>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:Ice.LocatorRegistryOperations_.setServerProcessProxy_async(Ice.AMD_LocatorRegistry_setServerProcessProxy,System.String,Ice.ProcessPrx,Ice.Current)">
            <summary>
            Set the process proxy for a server.
            </summary>
            <param name="cb__">The callback object for the operation.</param>
            <param name="id">The server id.
            </param>
            <param name="proxy">The process proxy.
            </param>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="T:Ice.LocatorRegistryOperationsNC_">
            <summary>
            The Ice locator registry interface.
            This interface is used by
            servers to register adapter endpoints with the locator.
            The LocatorRegistry interface is intended to be used
            by Ice internals and by locator implementations. Regular user
            code should not attempt to use any functionality of this interface
            directly.
            </summary>
        </member>
        <member name="M:Ice.LocatorRegistryOperationsNC_.setAdapterDirectProxy_async(Ice.AMD_LocatorRegistry_setAdapterDirectProxy,System.String,Ice.ObjectPrx)">
            <summary>
            Set the adapter endpoints with the locator registry.
            </summary>
            <param name="cb__">The callback object for the operation.</param>
            <param name="id">The adapter id.
            </param>
            <param name="proxy">The adapter proxy (a dummy direct proxy created
            by the adapter). The direct proxy contains the adapter
            endpoints.
            </param>
        </member>
        <member name="M:Ice.LocatorRegistryOperationsNC_.setReplicatedAdapterDirectProxy_async(Ice.AMD_LocatorRegistry_setReplicatedAdapterDirectProxy,System.String,System.String,Ice.ObjectPrx)">
            <summary>
            Set the adapter endpoints with the locator registry.
            </summary>
            <param name="cb__">The callback object for the operation.</param>
            <param name="adapterId">The adapter id.
            </param>
            <param name="replicaGroupId">The replica group id.
            </param>
            <param name="p">The adapter proxy (a dummy direct proxy created
            by the adapter). The direct proxy contains the adapter
            endpoints.
            </param>
        </member>
        <member name="M:Ice.LocatorRegistryOperationsNC_.setServerProcessProxy_async(Ice.AMD_LocatorRegistry_setServerProcessProxy,System.String,Ice.ProcessPrx)">
            <summary>
            Set the process proxy for a server.
            </summary>
            <param name="cb__">The callback object for the operation.</param>
            <param name="id">The server id.
            </param>
            <param name="proxy">The process proxy.
            </param>
        </member>
        <member name="T:Ice.LocatorPrxHelper">
            <summary>
            The Ice locator interface.
            This interface is used by clients to
            lookup adapters and objects. It is also used by servers to get the
            locator registry proxy.
            The Locator interface is intended to be used by
            Ice internals and by locator implementations. Regular user code
            should not attempt to use any functionality of this interface
            directly.
            </summary>
        </member>
        <member name="M:Ice.LocatorPrxHelper.findAdapterById(System.String)">
            <summary>
            Find an adapter by id and return its proxy (a dummy direct
            proxy created by the adapter).
            </summary>
            <param name="id">The adapter id.
            </param>
            <returns>The adapter proxy, or null if the adapter is not active.
            </returns>
            <exception name="AdapterNotFoundException">Raised if the adapter cannot be
            found.</exception>
        </member>
        <member name="M:Ice.LocatorPrxHelper.findAdapterById(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Find an adapter by id and return its proxy (a dummy direct
            proxy created by the adapter).
            </summary>
            <param name="id">The adapter id.
            </param>
            <returns>The adapter proxy, or null if the adapter is not active.
            </returns>
            <exception name="AdapterNotFoundException">Raised if the adapter cannot be
            found.</exception>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.LocatorPrxHelper.findObjectById(Ice.Identity)">
            <summary>
            Find an object by identity and return its proxy.
            </summary>
            <param name="id">The identity.
            </param>
            <returns>The proxy, or null if the object is not active.
            </returns>
            <exception name="ObjectNotFoundException">Raised if the object cannot
            be found.</exception>
        </member>
        <member name="M:Ice.LocatorPrxHelper.findObjectById(Ice.Identity,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Find an object by identity and return its proxy.
            </summary>
            <param name="id">The identity.
            </param>
            <returns>The proxy, or null if the object is not active.
            </returns>
            <exception name="ObjectNotFoundException">Raised if the object cannot
            be found.</exception>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.LocatorPrxHelper.getRegistry">
            <summary>
            Get the locator registry.
            </summary>
            <returns>The locator registry.</returns>
        </member>
        <member name="M:Ice.LocatorPrxHelper.getRegistry(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get the locator registry.
            </summary>
            <returns>The locator registry.</returns>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.LocatorPrxHelper.begin_findAdapterById(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Find an adapter by id and return its proxy (a dummy direct
            proxy created by the adapter).
            </summary>
            <param name="id">The adapter id.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.LocatorPrxHelper.begin_findObjectById(Ice.Identity,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Find an object by identity and return its proxy.
            </summary>
            <param name="id">The identity.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.LocatorPrxHelper.begin_getRegistry(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get the locator registry.
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="T:Ice.LocatorRegistryPrxHelper">
            <summary>
            The Ice locator registry interface.
            This interface is used by
            servers to register adapter endpoints with the locator.
            The LocatorRegistry interface is intended to be used
            by Ice internals and by locator implementations. Regular user
            code should not attempt to use any functionality of this interface
            directly.
            </summary>
        </member>
        <member name="M:Ice.LocatorRegistryPrxHelper.setAdapterDirectProxy(System.String,Ice.ObjectPrx)">
            <summary>
            Set the adapter endpoints with the locator registry.
            </summary>
            <param name="id">The adapter id.
            </param>
            <param name="proxy">The adapter proxy (a dummy direct proxy created
            by the adapter). The direct proxy contains the adapter
            endpoints.
            </param>
            <exception name="AdapterNotFoundException">Raised if the adapter cannot
            be found, or if the locator only allows
            registered adapters to set their active proxy and the
            adapter is not registered with the locator.
            </exception>
            <exception name="AdapterAlreadyActiveException">Raised if an adapter with the same
            id is already active.</exception>
        </member>
        <member name="M:Ice.LocatorRegistryPrxHelper.setAdapterDirectProxy(System.String,Ice.ObjectPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Set the adapter endpoints with the locator registry.
            </summary>
            <param name="id">The adapter id.
            </param>
            <param name="proxy">The adapter proxy (a dummy direct proxy created
            by the adapter). The direct proxy contains the adapter
            endpoints.
            </param>
            <exception name="AdapterNotFoundException">Raised if the adapter cannot
            be found, or if the locator only allows
            registered adapters to set their active proxy and the
            adapter is not registered with the locator.
            </exception>
            <exception name="AdapterAlreadyActiveException">Raised if an adapter with the same
            id is already active.</exception>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.LocatorRegistryPrxHelper.setReplicatedAdapterDirectProxy(System.String,System.String,Ice.ObjectPrx)">
            <summary>
            Set the adapter endpoints with the locator registry.
            </summary>
            <param name="adapterId">The adapter id.
            </param>
            <param name="replicaGroupId">The replica group id.
            </param>
            <param name="p">The adapter proxy (a dummy direct proxy created
            by the adapter). The direct proxy contains the adapter
            endpoints.
            </param>
            <exception name="AdapterNotFoundException">Raised if the adapter cannot
            be found, or if the locator only allows registered adapters to
            set their active proxy and the adapter is not registered with
            the locator.
            </exception>
            <exception name="AdapterAlreadyActiveException">Raised if an adapter with the same
            id is already active.
            </exception>
            <exception name="InvalidReplicaGroupIdException">Raised if the given
            replica group doesn't match the one registered with the
            locator registry for this object adapter.</exception>
        </member>
        <member name="M:Ice.LocatorRegistryPrxHelper.setReplicatedAdapterDirectProxy(System.String,System.String,Ice.ObjectPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Set the adapter endpoints with the locator registry.
            </summary>
            <param name="adapterId">The adapter id.
            </param>
            <param name="replicaGroupId">The replica group id.
            </param>
            <param name="p">The adapter proxy (a dummy direct proxy created
            by the adapter). The direct proxy contains the adapter
            endpoints.
            </param>
            <exception name="AdapterNotFoundException">Raised if the adapter cannot
            be found, or if the locator only allows registered adapters to
            set their active proxy and the adapter is not registered with
            the locator.
            </exception>
            <exception name="AdapterAlreadyActiveException">Raised if an adapter with the same
            id is already active.
            </exception>
            <exception name="InvalidReplicaGroupIdException">Raised if the given
            replica group doesn't match the one registered with the
            locator registry for this object adapter.</exception>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.LocatorRegistryPrxHelper.setServerProcessProxy(System.String,Ice.ProcessPrx)">
            <summary>
            Set the process proxy for a server.
            </summary>
            <param name="id">The server id.
            </param>
            <param name="proxy">The process proxy.
            </param>
            <exception name="ServerNotFoundException">Raised if the server cannot
            be found.</exception>
        </member>
        <member name="M:Ice.LocatorRegistryPrxHelper.setServerProcessProxy(System.String,Ice.ProcessPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Set the process proxy for a server.
            </summary>
            <param name="id">The server id.
            </param>
            <param name="proxy">The process proxy.
            </param>
            <exception name="ServerNotFoundException">Raised if the server cannot
            be found.</exception>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.LocatorRegistryPrxHelper.begin_setAdapterDirectProxy(System.String,Ice.ObjectPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Set the adapter endpoints with the locator registry.
            </summary>
            <param name="id">The adapter id.
            </param>
            <param name="proxy">The adapter proxy (a dummy direct proxy created
            by the adapter). The direct proxy contains the adapter
            endpoints.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.LocatorRegistryPrxHelper.begin_setReplicatedAdapterDirectProxy(System.String,System.String,Ice.ObjectPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Set the adapter endpoints with the locator registry.
            </summary>
            <param name="adapterId">The adapter id.
            </param>
            <param name="replicaGroupId">The replica group id.
            </param>
            <param name="p">The adapter proxy (a dummy direct proxy created
            by the adapter). The direct proxy contains the adapter
            endpoints.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.LocatorRegistryPrxHelper.begin_setServerProcessProxy(System.String,Ice.ProcessPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Set the process proxy for a server.
            </summary>
            <param name="id">The server id.
            </param>
            <param name="proxy">The process proxy.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="T:Ice.AMD_Locator_findObjectById">
            <summary>
            Find an object by identity and return its proxy.
            </summary>
        </member>
        <member name="M:Ice.AMD_Locator_findObjectById.ice_response(Ice.ObjectPrx)">
            <summary>
            ice_response indicates that
            the operation completed successfully.
            </summary>
            <param name="ret__">(return value) The proxy, or null if the object is not active.
            </param>
        </member>
        <member name="T:Ice.AMD_Locator_findAdapterById">
            <summary>
            Find an adapter by id and return its proxy (a dummy direct
            proxy created by the adapter).
            </summary>
        </member>
        <member name="M:Ice.AMD_Locator_findAdapterById.ice_response(Ice.ObjectPrx)">
            <summary>
            ice_response indicates that
            the operation completed successfully.
            </summary>
            <param name="ret__">(return value) The adapter proxy, or null if the adapter is not active.
            </param>
        </member>
        <member name="T:Ice.AMD_LocatorRegistry_setAdapterDirectProxy">
            <summary>
            Set the adapter endpoints with the locator registry.
            </summary>
        </member>
        <member name="M:Ice.AMD_LocatorRegistry_setAdapterDirectProxy.ice_response">
            <summary>
            ice_response indicates that
            the operation completed successfully.
            </summary>
        </member>
        <member name="T:Ice.AMD_LocatorRegistry_setReplicatedAdapterDirectProxy">
            <summary>
            Set the adapter endpoints with the locator registry.
            </summary>
        </member>
        <member name="M:Ice.AMD_LocatorRegistry_setReplicatedAdapterDirectProxy.ice_response">
            <summary>
            ice_response indicates that
            the operation completed successfully.
            </summary>
        </member>
        <member name="T:Ice.AMD_LocatorRegistry_setServerProcessProxy">
            <summary>
            Set the process proxy for a server.
            </summary>
        </member>
        <member name="M:Ice.AMD_LocatorRegistry_setServerProcessProxy.ice_response">
            <summary>
            ice_response indicates that
            the operation completed successfully.
            </summary>
        </member>
        <member name="M:Ice.Logger.print(System.String)">
            <summary>
            Print a message.
            The message is printed literally, without
            any decorations such as executable name or time stamp.
            </summary>
        </member>
        <member name="M:Ice.Logger.trace(System.String,System.String)">
            <summary>
            Log a trace message.
            </summary>
            <param name="category">The trace category.
            </param>
            <param name="message">The trace message to log.</param>
        </member>
        <member name="M:Ice.Logger.warning(System.String)">
            <summary>
            Log a warning message.
            </summary>
            <param name="message">The warning message to log.
            </param>
        </member>
        <member name="M:Ice.Logger.error(System.String)">
            <summary>
            Log an error message.
            </summary>
            <param name="message">The error message to log.
            </param>
        </member>
        <member name="M:Ice.Logger.cloneWithPrefix(System.String)">
            <summary>
            Returns a clone of the logger with a new prefix.
            </summary>
            <param name="prefix">The new prefix for the logger.</param>
        </member>
        <member name="T:IceMX.UnknownMetricsView">
            <summary>
            Raised if a metrics view cannot be found.
            </summary>
        </member>
        <member name="T:IceMX.MetricsAdminOperations_">
            <summary>
            The metrics administrative facet interface.
            This interface allows
            remote administrative clients to access metrics of an application
            that enabled the Ice administrative facility and configured some
            metrics views.
            </summary>
        </member>
        <member name="M:IceMX.MetricsAdminOperations_.getMetricsViewNames(System.String[]@,Ice.Current)">
            <summary>
            Get the names of enabled and disabled metrics.
            </summary>
            <param name="disabledViews">The names of the disabled views.
            </param>
            <returns>The name of the enabled views.</returns>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceMX.MetricsAdminOperations_.enableMetricsView(System.String,Ice.Current)">
            <summary>
            Enables a metrics view.
            </summary>
            <param name="name">The metrics view name.
            </param>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceMX.MetricsAdminOperations_.disableMetricsView(System.String,Ice.Current)">
            <summary>
            Disable a metrics view.
            </summary>
            <param name="name">The metrics view name.
            </param>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceMX.MetricsAdminOperations_.getMetricsView(System.String,System.Int64@,Ice.Current)">
            <summary>
            Get the metrics objects for the given metrics view.
            This
            returns a dictionnary of metric maps for each metrics class
            configured with the view. The timestamp allows the client to
            compute averages which are not dependent of the invocation
            latency for this operation.
            </summary>
            <param name="view">The name of the metrics view.
            </param>
            <param name="timestamp">The local time of the process when the metrics
            object were retrieved.
            </param>
            <returns>The metrics view data.
            </returns>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceMX.MetricsAdminOperations_.getMapMetricsFailures(System.String,System.String,Ice.Current)">
            <summary>
            Get the metrics failures associated with the given view and map.
            </summary>
            <param name="view">The name of the metrics view.
            </param>
            <param name="map">The name of the metrics map.
            </param>
            <returns>The metrics failures associated with the map.
            </returns>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceMX.MetricsAdminOperations_.getMetricsFailures(System.String,System.String,System.String,Ice.Current)">
            <summary>
            Get the metrics failure associated for the given metrics.
            </summary>
            <param name="view">The name of the metrics view.
            </param>
            <param name="map">The name of the metrics map.
            </param>
            <param name="id">The ID of the metrics.
            </param>
            <returns>The metrics failures associated with the metrics.
            </returns>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="T:IceMX.MetricsAdminOperationsNC_">
            <summary>
            The metrics administrative facet interface.
            This interface allows
            remote administrative clients to access metrics of an application
            that enabled the Ice administrative facility and configured some
            metrics views.
            </summary>
        </member>
        <member name="M:IceMX.MetricsAdminOperationsNC_.getMetricsViewNames(System.String[]@)">
            <summary>
            Get the names of enabled and disabled metrics.
            </summary>
            <param name="disabledViews">The names of the disabled views.
            </param>
            <returns>The name of the enabled views.</returns>
        </member>
        <member name="M:IceMX.MetricsAdminOperationsNC_.enableMetricsView(System.String)">
            <summary>
            Enables a metrics view.
            </summary>
            <param name="name">The metrics view name.
            </param>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
        </member>
        <member name="M:IceMX.MetricsAdminOperationsNC_.disableMetricsView(System.String)">
            <summary>
            Disable a metrics view.
            </summary>
            <param name="name">The metrics view name.
            </param>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
        </member>
        <member name="M:IceMX.MetricsAdminOperationsNC_.getMetricsView(System.String,System.Int64@)">
            <summary>
            Get the metrics objects for the given metrics view.
            This
            returns a dictionnary of metric maps for each metrics class
            configured with the view. The timestamp allows the client to
            compute averages which are not dependent of the invocation
            latency for this operation.
            </summary>
            <param name="view">The name of the metrics view.
            </param>
            <param name="timestamp">The local time of the process when the metrics
            object were retrieved.
            </param>
            <returns>The metrics view data.
            </returns>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
        </member>
        <member name="M:IceMX.MetricsAdminOperationsNC_.getMapMetricsFailures(System.String,System.String)">
            <summary>
            Get the metrics failures associated with the given view and map.
            </summary>
            <param name="view">The name of the metrics view.
            </param>
            <param name="map">The name of the metrics map.
            </param>
            <returns>The metrics failures associated with the map.
            </returns>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
        </member>
        <member name="M:IceMX.MetricsAdminOperationsNC_.getMetricsFailures(System.String,System.String,System.String)">
            <summary>
            Get the metrics failure associated for the given metrics.
            </summary>
            <param name="view">The name of the metrics view.
            </param>
            <param name="map">The name of the metrics map.
            </param>
            <param name="id">The ID of the metrics.
            </param>
            <returns>The metrics failures associated with the metrics.
            </returns>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
        </member>
        <member name="T:IceMX.MetricsPrxHelper">
            <summary>
            The base class for metrics.
            A metrics object represents a
            collection of measurements associated to a given a system.
            </summary>
        </member>
        <member name="T:IceMX.MetricsAdminPrxHelper">
            <summary>
            The metrics administrative facet interface.
            This interface allows
            remote administrative clients to access metrics of an application
            that enabled the Ice administrative facility and configured some
            metrics views.
            </summary>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.disableMetricsView(System.String)">
            <summary>
            Disable a metrics view.
            </summary>
            <param name="name">The metrics view name.
            </param>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.disableMetricsView(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Disable a metrics view.
            </summary>
            <param name="name">The metrics view name.
            </param>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.enableMetricsView(System.String)">
            <summary>
            Enables a metrics view.
            </summary>
            <param name="name">The metrics view name.
            </param>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.enableMetricsView(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Enables a metrics view.
            </summary>
            <param name="name">The metrics view name.
            </param>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.getMapMetricsFailures(System.String,System.String)">
            <summary>
            Get the metrics failures associated with the given view and map.
            </summary>
            <param name="view">The name of the metrics view.
            </param>
            <param name="map">The name of the metrics map.
            </param>
            <returns>The metrics failures associated with the map.
            </returns>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.getMapMetricsFailures(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get the metrics failures associated with the given view and map.
            </summary>
            <param name="view">The name of the metrics view.
            </param>
            <param name="map">The name of the metrics map.
            </param>
            <returns>The metrics failures associated with the map.
            </returns>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.getMetricsFailures(System.String,System.String,System.String)">
            <summary>
            Get the metrics failure associated for the given metrics.
            </summary>
            <param name="view">The name of the metrics view.
            </param>
            <param name="map">The name of the metrics map.
            </param>
            <param name="id">The ID of the metrics.
            </param>
            <returns>The metrics failures associated with the metrics.
            </returns>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.getMetricsFailures(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get the metrics failure associated for the given metrics.
            </summary>
            <param name="view">The name of the metrics view.
            </param>
            <param name="map">The name of the metrics map.
            </param>
            <param name="id">The ID of the metrics.
            </param>
            <returns>The metrics failures associated with the metrics.
            </returns>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.getMetricsView(System.String,System.Int64@)">
            <summary>
            Get the metrics objects for the given metrics view.
            This
            returns a dictionnary of metric maps for each metrics class
            configured with the view. The timestamp allows the client to
            compute averages which are not dependent of the invocation
            latency for this operation.
            </summary>
            <param name="view">The name of the metrics view.
            </param>
            <param name="timestamp">The local time of the process when the metrics
            object were retrieved.
            </param>
            <returns>The metrics view data.
            </returns>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.getMetricsView(System.String,System.Int64@,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get the metrics objects for the given metrics view.
            This
            returns a dictionnary of metric maps for each metrics class
            configured with the view. The timestamp allows the client to
            compute averages which are not dependent of the invocation
            latency for this operation.
            </summary>
            <param name="view">The name of the metrics view.
            </param>
            <param name="timestamp">The local time of the process when the metrics
            object were retrieved.
            </param>
            <returns>The metrics view data.
            </returns>
            <exception name="UnknownMetricsView">Raised if the metrics view cannot be
            found.</exception>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.getMetricsViewNames(System.String[]@)">
            <summary>
            Get the names of enabled and disabled metrics.
            </summary>
            <param name="disabledViews">The names of the disabled views.
            </param>
            <returns>The name of the enabled views.</returns>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.getMetricsViewNames(System.String[]@,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get the names of enabled and disabled metrics.
            </summary>
            <param name="disabledViews">The names of the disabled views.
            </param>
            <returns>The name of the enabled views.</returns>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.begin_disableMetricsView(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Disable a metrics view.
            </summary>
            <param name="name">The metrics view name.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.begin_enableMetricsView(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Enables a metrics view.
            </summary>
            <param name="name">The metrics view name.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.begin_getMapMetricsFailures(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get the metrics failures associated with the given view and map.
            </summary>
            <param name="view">The name of the metrics view.
            </param>
            <param name="map">The name of the metrics map.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.begin_getMetricsFailures(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get the metrics failure associated for the given metrics.
            </summary>
            <param name="view">The name of the metrics view.
            </param>
            <param name="map">The name of the metrics map.
            </param>
            <param name="id">The ID of the metrics.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.begin_getMetricsView(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get the metrics objects for the given metrics view.
            This
            </summary>
            <param name="view">The name of the metrics view.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceMX.MetricsAdminPrxHelper.begin_getMetricsViewNames(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get the names of enabled and disabled metrics.
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="T:IceMX.ThreadMetricsPrxHelper">
            <summary>
            Provides information on the number of threads currently in use and
            their activity.
            </summary>
        </member>
        <member name="T:IceMX.DispatchMetricsPrxHelper">
            <summary>
            Provides information on servant dispatch.
            </summary>
        </member>
        <member name="T:IceMX.RemoteMetricsPrxHelper">
            <summary>
            Provides information on invocations that are specifically sent over
            Ice connections.
            Remote metrics are embedded within InvocationMetrics.
            </summary>
        </member>
        <member name="T:IceMX.InvocationMetricsPrxHelper">
            <summary>
            Provide measurements for proxy invocations.
            Proxy invocations can
            either be sent over the wire or be collocated. The metrics for
            invocations sent over the wire are specifically measured with
            RemoteMetrics.
            </summary>
        </member>
        <member name="T:IceMX.ConnectionMetricsPrxHelper">
            <summary>
            Provides information on the data sent and received over Ice
            connections.
            </summary>
        </member>
        <member name="M:Ice.ObjectAdapter.getName">
            <summary>
            Get the name of this object adapter.
            </summary>
            <returns>This object adapter's name.</returns>
        </member>
        <member name="M:Ice.ObjectAdapter.getCommunicator">
            <summary>
            Get the communicator this object adapter belongs to.
            </summary>
            <returns>This object adapter's communicator.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.activate">
            <summary>
            Activate all endpoints that belong to this object adapter.
            After activation, the object adapter can dispatch requests
            received through its endpoints.
            </summary>
        </member>
        <member name="M:Ice.ObjectAdapter.hold">
            <summary>
            Temporarily hold receiving and dispatching requests.
            The object
            adapter can be reactivated with the activate operation.
            Holding is not immediate, i.e., after hold
            returns, the object adapter might still be active for some
            time. You can use waitForHold to wait until holding is
            complete.
            </summary>
        </member>
        <member name="M:Ice.ObjectAdapter.waitForHold">
            <summary>
            Wait until the object adapter holds requests.
            Calling hold
            initiates holding of requests, and waitForHold only returns
            when holding of requests has been completed.
            </summary>
        </member>
        <member name="M:Ice.ObjectAdapter.deactivate">
            <summary>
            Deactivate all endpoints that belong to this object adapter.
            After deactivation, the object adapter stops receiving
            requests through its endpoints. Object adapters that have been
            deactivated must not be reactivated again, and cannot be used
            otherwise. Attempts to use a deactivated object adapter raise
            ObjectAdapterDeactivatedException; however, attempts to
            deactivate an already deactivated object adapter are
            ignored and do nothing. Once deactivated, it is possible to
            destroy the adapter to clean up resources and then create and
            activate a new adapter with the same name.
            After deactivate returns, no new requests
            are processed by the object adapter. However, requests that
            have been started before deactivate was called might
            still be active. You can use waitForDeactivate to wait
            for the completion of all requests for this object adapter.
            </summary>
        </member>
        <member name="M:Ice.ObjectAdapter.waitForDeactivate">
            <summary>
            Wait until the object adapter has deactivated.
            Calling
            deactivate initiates object adapter deactivation, and
            waitForDeactivate only returns when deactivation has
            been completed.
            </summary>
        </member>
        <member name="M:Ice.ObjectAdapter.isDeactivated">
            <summary>
            Check whether object adapter has been deactivated.
            </summary>
            <returns>Whether adapter has been deactivated.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.destroy">
            <summary>
            Destroys the object adapter and cleans up all resources held by
            the object adapter.
            If the object adapter has not yet been
            deactivated, destroy implicitly initiates the deactivation
            and waits for it to finish. Subsequent calls to destroy are
            ignored. Once destroy has returned, it is possible to create
            another object adapter with the same name.
            </summary>
        </member>
        <member name="M:Ice.ObjectAdapter.add(Ice.Object,Ice.Identity)">
            <summary>
            Add a servant to this object adapter's Active Servant Map.
            Note
            that one servant can implement several Ice objects by registering
            the servant with multiple identities. Adding a servant with an
            identity that is in the map already throws AlreadyRegisteredException.
            </summary>
            <param name="servant">The servant to add.
            </param>
            <param name="id">The identity of the Ice object that is implemented by
            the servant.
            </param>
            <returns>A proxy that matches the given identity and this object
            adapter.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.addFacet(Ice.Object,Ice.Identity,System.String)">
            <summary>
            Like add, but with a facet.
            Calling add(servant, id)
            is equivalent to calling addFacet with an empty facet.
            </summary>
            <param name="servant">The servant to add.
            </param>
            <param name="id">The identity of the Ice object that is implemented by
            the servant.
            </param>
            <param name="facet">The facet. An empty facet means the default facet.
            </param>
            <returns>A proxy that matches the given identity, facet, and
            this object adapter.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.addWithUUID(Ice.Object)">
            <summary>
            Add a servant to this object adapter's Active Servant Map,
            using an automatically generated UUID as its identity.
            Note that
            the generated UUID identity can be accessed using the proxy's
            ice_getIdentity operation.
            </summary>
            <param name="servant">The servant to add.
            </param>
            <returns>A proxy that matches the generated UUID identity and
            this object adapter.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.addFacetWithUUID(Ice.Object,System.String)">
            <summary>
            Like addWithUUID, but with a facet.
            Calling
            addWithUUID(servant) is equivalent to calling
            addFacetWithUUID with an empty facet.
            </summary>
            <param name="servant">The servant to add.
            </param>
            <param name="facet">The facet. An empty facet means the default
            facet.
            </param>
            <returns>A proxy that matches the generated UUID identity,
            facet, and this object adapter.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.addDefaultServant(Ice.Object,System.String)">
            <summary>
            Add a default servant to handle requests for a specific
            category.
            Adding a default servant for a category for
            which a default servant is already registered throws
            AlreadyRegisteredException. To dispatch operation
            calls on servants, the object adapter tries to find a servant
            for a given Ice object identity and facet in the following
            order:
            The object adapter tries to find a servant for the identity
            and facet in the Active Servant Map.
            If no servant has been found in the Active Servant Map, the
            object adapter tries to find a default servant for the category
            component of the identity.
            If no servant has been found by any of the preceding steps,
            the object adapter tries to find a default servant for an empty
            category, regardless of the category contained in the identity.
            If no servant has been found by any of the preceding steps,
            the object adapter gives up and the caller receives
            ObjectNotExistException or FacetNotExistException.
            </summary>
            <param name="servant">The default servant.
            </param>
            <param name="category">The category for which the default servant is
            registered. An empty category means it will handle all categories.
            </param>
        </member>
        <member name="M:Ice.ObjectAdapter.remove(Ice.Identity)">
            <summary>
            Remove a servant (that is, the default facet) from the object
            adapter's Active Servant Map.
            </summary>
            <param name="id">The identity of the Ice object that is implemented by
            the servant. If the servant implements multiple Ice objects,
            remove has to be called for all those Ice objects.
            Removing an identity that is not in the map throws
            NotRegisteredException.
            </param>
            <returns>The removed servant.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.removeFacet(Ice.Identity,System.String)">
            <summary>
            Like remove, but with a facet.
            Calling remove(id)
            is equivalent to calling removeFacet with an empty facet.
            </summary>
            <param name="id">The identity of the Ice object that is implemented by
            the servant.
            </param>
            <param name="facet">The facet. An empty facet means the default facet.
            </param>
            <returns>The removed servant.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.removeAllFacets(Ice.Identity)">
            <summary>
            Remove all facets with the given identity from the Active
            Servant Map.
            The operation completely removes the Ice object,
            including its default facet. Removing an identity that
            is not in the map throws NotRegisteredException.
            </summary>
            <param name="id">The identity of the Ice object to be removed.
            </param>
            <returns>A collection containing all the facet names and
            servants of the removed Ice object.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.removeDefaultServant(System.String)">
            <summary>
            Remove the default servant for a specific category.
            Attempting
            to remove a default servant for a category that is not
            registered throws NotRegisteredException.
            </summary>
            <param name="category">The category of the default servant to remove.
            </param>
            <returns>The default servant.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.find(Ice.Identity)">
            <summary>
            Look up a servant in this object adapter's Active Servant Map
            by the identity of the Ice object it implements.
            This operation only tries to look up a servant in
            the Active Servant Map. It does not attempt to find a servant
            by using any installed ServantLocator.
            </summary>
            <param name="id">The identity of the Ice object for which the servant
            should be returned.
            </param>
            <returns>The servant that implements the Ice object with the
            given identity, or null if no such servant has been found.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.findFacet(Ice.Identity,System.String)">
            <summary>
            Like find, but with a facet.
            Calling find(id)
            is equivalent to calling findFacet with an empty
            facet.
            </summary>
            <param name="id">The identity of the Ice object for which the
            servant should be returned.
            </param>
            <param name="facet">The facet. An empty facet means the default
            facet.
            </param>
            <returns>The servant that implements the Ice object with the
            given identity and facet, or null if no such servant has been
            found.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.findAllFacets(Ice.Identity)">
            <summary>
            Find all facets with the given identity in the Active Servant
            Map.
            </summary>
            <param name="id">The identity of the Ice object for which the facets
            should be returned.
            </param>
            <returns>A collection containing all the facet names and
            servants that have been found, or an empty map if there is no
            facet for the given identity.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.findByProxy(Ice.ObjectPrx)">
            <summary>
            Look up a servant in this object adapter's Active Servant Map,
            given a proxy.
            This operation only tries to lookup a servant in
            the Active Servant Map. It does not attempt to find a servant
            by using any installed ServantLocator.
            </summary>
            <param name="proxy">The proxy for which the servant should be returned.
            </param>
            <returns>The servant that matches the proxy, or null if no such
            servant has been found.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.addServantLocator(Ice.ServantLocator,System.String)">
            <summary>
            Add a Servant Locator to this object adapter.
            Adding a servant
            locator for a category for which a servant locator is already
            registered throws AlreadyRegisteredException. To dispatch
            operation calls on servants, the object adapter tries to find a
            servant for a given Ice object identity and facet in the
            following order:
            The object adapter tries to find a servant for the identity
            and facet in the Active Servant Map.
            If no servant has been found in the Active Servant Map,
            the object adapter tries to find a servant locator for the
            category component of the identity. If a locator is found, the
            object adapter tries to find a servant using this locator.
            If no servant has been found by any of the preceding steps,
            the object adapter tries to find a locator for an empty category,
            regardless of the category contained in the identity. If a
            locator is found, the object adapter tries to find a servant
            using this locator.
            If no servant has been found by any of the preceding steps,
            the object adapter gives up and the caller receives
            ObjectNotExistException or FacetNotExistException.
            Only one locator for the empty category can be
            installed.
            </summary>
            <param name="locator">The locator to add.
            </param>
            <param name="category">The category for which the Servant Locator can
            locate servants, or an empty string if the Servant Locator does
            not belong to any specific category.
            </param>
        </member>
        <member name="M:Ice.ObjectAdapter.removeServantLocator(System.String)">
            <summary>
            Remove a Servant Locator from this object adapter.
            </summary>
            <param name="category">The category for which the Servant Locator can
            locate servants, or an empty string if the Servant Locator does
            not belong to any specific category.
            </param>
            <returns>The Servant Locator, or throws NotRegisteredException
            if no Servant Locator was found for the given category.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.findServantLocator(System.String)">
            <summary>
            Find a Servant Locator installed with this object adapter.
            </summary>
            <param name="category">The category for which the Servant Locator can
            locate servants, or an empty string if the Servant Locator does
            not belong to any specific category.
            </param>
            <returns>The Servant Locator, or null if no Servant Locator was
            found for the given category.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.findDefaultServant(System.String)">
            <summary>
            Find the default servant for a specific category.
            </summary>
            <param name="category">The category of the default servant to find.
            </param>
            <returns>The default servant or null if no default servant was
            registered for the category.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.createProxy(Ice.Identity)">
            <summary>
            Create a proxy for the object with the given identity.
            If this
            object adapter is configured with an adapter id, the return
            value is an indirect proxy that refers to the adapter id. If
            a replica group id is also defined, the return value is an
            indirect proxy that refers to the replica group id. Otherwise,
            if no adapter id is defined, the return value is a direct
            proxy containing this object adapter's published endpoints.
            </summary>
            <param name="id">The object's identity.
            </param>
            <returns>A proxy for the object with the given identity.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.createDirectProxy(Ice.Identity)">
            <summary>
            Create a direct proxy for the object with the given identity.
            The returned proxy contains this object adapter's published
            endpoints.
            </summary>
            <param name="id">The object's identity.
            </param>
            <returns>A proxy for the object with the given identity.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.createIndirectProxy(Ice.Identity)">
            <summary>
            Create an indirect proxy for the object with the given identity.
            If this object adapter is configured with an adapter id, the
            return value refers to the adapter id. Otherwise, the return
            value contains only the object identity.
            </summary>
            <param name="id">The object's identity.
            </param>
            <returns>A proxy for the object with the given identity.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.setLocator(Ice.LocatorPrx)">
            <summary>
            Set an Ice locator for this object adapter.
            By doing so, the
            object adapter will register itself with the locator registry
            when it is activated for the first time. Furthermore, the proxies
            created by this object adapter will contain the adapter name
            instead of its endpoints.
            </summary>
            <param name="loc">The locator used by this object adapter.
            </param>
        </member>
        <member name="M:Ice.ObjectAdapter.refreshPublishedEndpoints">
            <summary>
            Refresh the set of published endpoints.
            The run time re-reads
            the PublishedEndpoints property if it is set and re-reads the
            list of local interfaces if the adapter is configured to listen
            on all endpoints. This operation is useful to refresh the endpoint
            information that is published in the proxies that are created by
            an object adapter if the network interfaces used by a host changes.
            </summary>
        </member>
        <member name="M:Ice.ObjectAdapter.getEndpoints">
            <summary>
            Get the set of endpoints configured with this object adapter.
            </summary>
            <returns>The set of endpoints.
            </returns>
        </member>
        <member name="M:Ice.ObjectAdapter.getPublishedEndpoints">
            <summary>
            Get the set of endpoints that proxies created by this object
            adapter will contain.
            </summary>
            <returns>The set of published endpoints.
            </returns>
        </member>
        <member name="M:Ice.ObjectFactory.create(System.String)">
            <summary>
            Create a new object for a given object type.
            The type is the
            absolute Slice type id, i.e., the id relative to the
            unnamed top-level Slice module. For example, the absolute
            Slice type id for interfaces of type Bar in the module
            Foo is ::Foo::Bar.
            The leading "::" is required.
            </summary>
            <param name="type">The object type.
            </param>
            <returns>The object created for the given type, or nil if the
            factory is unable to create the object.</returns>
        </member>
        <member name="M:Ice.ObjectFactory.destroy">
            <summary>
            Called when the factory is removed from the communicator, or if
            the communicator is destroyed.
            </summary>
        </member>
        <member name="M:Ice.Instrumentation.Observer.attach">
            <summary>
            This method is called when the instrumented object is created
            or when the observer is attached to an existing object.
            </summary>
        </member>
        <member name="M:Ice.Instrumentation.Observer.detach">
            <summary>
            This method is called when the instrumented object is destroyed
            and as a result the observer detached from the object.
            </summary>
        </member>
        <member name="M:Ice.Instrumentation.Observer.failed(System.String)">
            <summary>
            Notification of a failure.
            </summary>
            <param name="exceptionName">The name of the exception.</param>
        </member>
        <member name="M:Ice.Instrumentation.ThreadObserver.stateChanged(Ice.Instrumentation.ThreadState,Ice.Instrumentation.ThreadState)">
            <summary>
            Notification of thread state change.
            </summary>
            <param name="oldState">The previous thread state.
            </param>
            <param name="newState">The new thread state.</param>
        </member>
        <member name="M:Ice.Instrumentation.ConnectionObserver.sentBytes(System.Int32)">
            <summary>
            Notification of sent bytes over the connection.
            </summary>
            <param name="num">The number of bytes sent.</param>
        </member>
        <member name="M:Ice.Instrumentation.ConnectionObserver.receivedBytes(System.Int32)">
            <summary>
            Notification of received bytes over the connection.
            </summary>
            <param name="num">The number of bytes received.</param>
        </member>
        <member name="M:Ice.Instrumentation.DispatchObserver.userException">
            <summary>
            Notification of a user exception.
            </summary>
        </member>
        <member name="M:Ice.Instrumentation.DispatchObserver.reply(System.Int32)">
            <summary>
            Reply notification.
            </summary>
            <param name="size">The size of the reply.</param>
        </member>
        <member name="M:Ice.Instrumentation.RemoteObserver.reply(System.Int32)">
            <summary>
            Reply notification.
            </summary>
            <param name="size">The size of the reply.</param>
        </member>
        <member name="M:Ice.Instrumentation.InvocationObserver.retried">
            <summary>
            Notification of the invocation being retried.
            </summary>
        </member>
        <member name="M:Ice.Instrumentation.InvocationObserver.userException">
            <summary>
            Notification of a user exception.
            </summary>
        </member>
        <member name="M:Ice.Instrumentation.InvocationObserver.getRemoteObserver(Ice.ConnectionInfo,Ice.Endpoint,System.Int32,System.Int32)">
            <summary>
            Get a remote observer for this invocation.
            </summary>
            <param name="con">The connection information.
            </param>
            <param name="endpt">The connection endpoint.
            </param>
            <param name="requestId">The ID of the invocation.
            </param>
            <param name="size">The size of the invocation.
            </param>
            <returns>The observer to instrument the remote invocation.</returns>
        </member>
        <member name="M:Ice.Instrumentation.ObserverUpdater.updateConnectionObservers">
            <summary>
            Update connection observers associated with each of the Ice
            connection from the communicator and its object adapters.
            When called, this method goes through all the connections and
            for each connection CommunicatorObserver.getConnectionObserver
            is called. The implementation of getConnectionObserver has the
            possibility to return an updated observer if necessary.
            </summary>
        </member>
        <member name="M:Ice.Instrumentation.ObserverUpdater.updateThreadObservers">
            <summary>
            Update thread observers associated with each of the Ice thread
            from the communicator and its object adapters.
            When called, this method goes through all the threads and for
            each thread CommunicatorObserver.getThreadObserver is
            called. The implementation of getThreadObserver has the
            possibility to return an updated observer if necessary.
            </summary>
        </member>
        <member name="M:Ice.Instrumentation.CommunicatorObserver.getConnectionEstablishmentObserver(Ice.Endpoint,System.String)">
            <summary>
            This method should return an observer for the given endpoint
            information and connector.
            The Ice run-time calls this method
            for each connection establishment attempt.
            </summary>
            <param name="endpt">The endpoint.
            </param>
            <param name="connector">The description of the connector. For IP
            transports, this is typically the IP address to connect to.
            </param>
            <returns>The observer to instrument the connection establishment.</returns>
        </member>
        <member name="M:Ice.Instrumentation.CommunicatorObserver.getEndpointLookupObserver(Ice.Endpoint)">
            <summary>
            This method should return an observer for the given endpoint
            information.
            The Ice run-time calls this method to resolve an
            endpoint and obtain the list of connectors.
            For IP endpoints, this typically involves doing a DNS lookup to
            obtain the IP addresses associated with the DNS name.
            </summary>
            <param name="endpt">The endpoint.
            </param>
            <returns>The observer to instrument the endpoint lookup.</returns>
        </member>
        <member name="M:Ice.Instrumentation.CommunicatorObserver.getConnectionObserver(Ice.ConnectionInfo,Ice.Endpoint,Ice.Instrumentation.ConnectionState,Ice.Instrumentation.ConnectionObserver)">
            <summary>
            This method should return a connection observer for the given
            connection.
            The Ice run-time calls this method for each new
            connection and for all the Ice communicator connections when
            ObserverUpdater.updateConnections is called.
            </summary>
            <param name="c">The connection information.
            </param>
            <param name="e">The connection endpoint.
            </param>
            <param name="s">The state of the connection.
            </param>
            <param name="o">The old connection observer if one is already set or a
            null reference otherwise.
            </param>
            <returns>The connection observer to instrument the connection.</returns>
        </member>
        <member name="M:Ice.Instrumentation.CommunicatorObserver.getThreadObserver(System.String,System.String,Ice.Instrumentation.ThreadState,Ice.Instrumentation.ThreadObserver)">
            <summary>
            This method should return a thread observer for the given
            thread.
            The Ice run-time calls this method for each new thread
            and for all the Ice communicator threads when
            ObserverUpdater.updateThreads is called.
            </summary>
            <param name="parent">The parent of the thread.
            </param>
            <param name="id">The ID of the thread to observe.
            </param>
            <param name="s">The state of the thread.
            </param>
            <param name="o">The old thread observer if one is already set or a
            null reference otherwise.
            </param>
            <returns>The thread observer to instrument the thread.</returns>
        </member>
        <member name="M:Ice.Instrumentation.CommunicatorObserver.getInvocationObserver(Ice.ObjectPrx,System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            This method should return an invocation observer for the given
            invocation.
            The Ice run-time calls this method for each new
            invocation on a proxy.
            </summary>
            <param name="prx">The proxy used for the invocation.
            </param>
            <param name="operation">The name of the invocation.
            </param>
            <param name="ctx">The context specified by the user.
            </param>
            <returns>The invocation observer to instrument the invocation.</returns>
        </member>
        <member name="M:Ice.Instrumentation.CommunicatorObserver.getDispatchObserver(Ice.Current,System.Int32)">
            <summary>
            This method should return a dispatch observer for the given
            dispatch.
            The Ice run-time calls this method each time it
            receives an incoming invocation to be dispatched for an Ice
            object.
            </summary>
            <param name="c">The current object as provided to the Ice servant
            dispatching the invocation.
            </param>
            <param name="size">The size of the dispatch.
            </param>
            <returns>The dispatch observer to instrument the dispatch.</returns>
        </member>
        <member name="M:Ice.Instrumentation.CommunicatorObserver.setObserverUpdater(Ice.Instrumentation.ObserverUpdater)">
            <summary>
            The Ice run-time calls this method when the communicator is
            initialized.
            The add-in implementing this interface can use
            this object to get the Ice run-time to re-obtain observers for
            observed objects.
            </summary>
            <param name="updater">The observer updater object.</param>
        </member>
        <member name="M:Ice.Plugin.initialize">
            <summary>
            Perform any necessary initialization steps.
            </summary>
        </member>
        <member name="M:Ice.Plugin.destroy">
            <summary>
            Called when the communicator is being destroyed.
            </summary>
        </member>
        <member name="M:Ice.PluginManager.initializePlugins">
            <summary>
            Initialize the configured plug-ins.
            The communicator automatically initializes
            the plug-ins by default, but an application may need to interact directly with
            a plug-in prior to initialization. In this case, the application must set
            Ice.InitPlugins=0 and then invoke initializePlugins
            manually. The plug-ins are initialized in the order in which they are loaded.
            If a plug-in raises an exception during initialization, the communicator
            invokes destroy on the plug-ins that have already been initialized.
            </summary>
            <exception name="InitializationException">Raised if the plug-ins have already been initialized.</exception>
        </member>
        <member name="M:Ice.PluginManager.getPlugins">
            <summary>
            Get a list of plugins installed.
            </summary>
            <returns>The names of the plugins installed.
            </returns>
        </member>
        <member name="M:Ice.PluginManager.getPlugin(System.String)">
            <summary>
            Obtain a plug-in by name.
            </summary>
            <param name="name">The plug-in's name.
            </param>
            <returns>The plug-in.
            </returns>
            <exception name="NotRegisteredException">Raised if no plug-in is found with the given name.</exception>
        </member>
        <member name="M:Ice.PluginManager.addPlugin(System.String,Ice.Plugin)">
            <summary>
            Install a new plug-in.
            </summary>
            <param name="name">The plug-in's name.
            </param>
            <param name="pi">The plug-in.
            </param>
            <exception name="AlreadyRegisteredException">Raised if a plug-in already exists with the given name.</exception>
        </member>
        <member name="M:Ice.PluginManager.destroy">
            <summary>
            Called when the communicator is being destroyed.
            </summary>
        </member>
        <member name="T:Ice.ProcessOperations_">
            <summary>
            An administrative interface for process management.
            Managed servers must
            implement this interface.
            A servant implementing this interface is a potential target
            for denial-of-service attacks, therefore proper security precautions
            should be taken. For example, the servant can use a UUID to make its
            identity harder to guess, and be registered in an object adapter with
            a secured endpoint.
            </summary>
        </member>
        <member name="M:Ice.ProcessOperations_.shutdown(Ice.Current)">
            <summary>
            Initiate a graceful shut-down.
            </summary>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:Ice.ProcessOperations_.writeMessage(System.String,System.Int32,Ice.Current)">
            <summary>
            Write a message on the process' stdout or stderr.
            </summary>
            <param name="message">The message.
            </param>
            <param name="fd">1 for stdout, 2 for stderr.</param>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="T:Ice.ProcessOperationsNC_">
            <summary>
            An administrative interface for process management.
            Managed servers must
            implement this interface.
            A servant implementing this interface is a potential target
            for denial-of-service attacks, therefore proper security precautions
            should be taken. For example, the servant can use a UUID to make its
            identity harder to guess, and be registered in an object adapter with
            a secured endpoint.
            </summary>
        </member>
        <member name="M:Ice.ProcessOperationsNC_.shutdown">
            <summary>
            Initiate a graceful shut-down.
            </summary>
        </member>
        <member name="M:Ice.ProcessOperationsNC_.writeMessage(System.String,System.Int32)">
            <summary>
            Write a message on the process' stdout or stderr.
            </summary>
            <param name="message">The message.
            </param>
            <param name="fd">1 for stdout, 2 for stderr.</param>
        </member>
        <member name="T:Ice.ProcessPrxHelper">
            <summary>
            An administrative interface for process management.
            Managed servers must
            implement this interface.
            A servant implementing this interface is a potential target
            for denial-of-service attacks, therefore proper security precautions
            should be taken. For example, the servant can use a UUID to make its
            identity harder to guess, and be registered in an object adapter with
            a secured endpoint.
            </summary>
        </member>
        <member name="M:Ice.ProcessPrxHelper.shutdown">
            <summary>
            Initiate a graceful shut-down.
            </summary>
        </member>
        <member name="M:Ice.ProcessPrxHelper.shutdown(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Initiate a graceful shut-down.
            </summary>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.ProcessPrxHelper.writeMessage(System.String,System.Int32)">
            <summary>
            Write a message on the process' stdout or stderr.
            </summary>
            <param name="message">The message.
            </param>
            <param name="fd">1 for stdout, 2 for stderr.</param>
        </member>
        <member name="M:Ice.ProcessPrxHelper.writeMessage(System.String,System.Int32,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Write a message on the process' stdout or stderr.
            </summary>
            <param name="message">The message.
            </param>
            <param name="fd">1 for stdout, 2 for stderr.</param>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.ProcessPrxHelper.begin_shutdown(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Initiate a graceful shut-down.
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.ProcessPrxHelper.begin_writeMessage(System.String,System.Int32,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Write a message on the process' stdout or stderr.
            </summary>
            <param name="message">The message.
            </param>
            <param name="fd">1 for stdout, 2 for stderr.</param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="T:Ice.PropertiesAdminOperations_">
            <summary>
            The PropertiesAdmin interface provides remote access to the properties
            of a communicator.
            </summary>
        </member>
        <member name="M:Ice.PropertiesAdminOperations_.getProperty(System.String,Ice.Current)">
            <summary>
            Get a property by key.
            If the property is not set, an empty
            string is returned.
            </summary>
            <param name="key">The property key.
            </param>
            <returns>The property value.</returns>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:Ice.PropertiesAdminOperations_.getPropertiesForPrefix(System.String,Ice.Current)">
            <summary>
            Get all properties whose keys begin with prefix.
            If
            prefix is an empty string then all properties are returned.
            </summary>
            <param name="prefix">The prefix to search for (empty string if none).
            </param>
            <returns>The matching property set.</returns>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:Ice.PropertiesAdminOperations_.setProperties_async(Ice.AMD_PropertiesAdmin_setProperties,System.Collections.Generic.Dictionary{System.String,System.String},Ice.Current)">
            <summary>
            Update the communicator's properties with the given property set.
            </summary>
            <param name="cb__">The callback object for the operation.</param>
            <param name="newProperties">Properties to be added, changed, or removed.
            If an entry in newProperties matches the name of an existing property,
            that property's value is replaced with the new value. If the new value
            is an empty string, the property is removed. Any existing properties
            that are not modified or removed by the entries in newProperties are
            retained with their original values.</param>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="T:Ice.PropertiesAdminOperationsNC_">
            <summary>
            The PropertiesAdmin interface provides remote access to the properties
            of a communicator.
            </summary>
        </member>
        <member name="M:Ice.PropertiesAdminOperationsNC_.getProperty(System.String)">
            <summary>
            Get a property by key.
            If the property is not set, an empty
            string is returned.
            </summary>
            <param name="key">The property key.
            </param>
            <returns>The property value.</returns>
        </member>
        <member name="M:Ice.PropertiesAdminOperationsNC_.getPropertiesForPrefix(System.String)">
            <summary>
            Get all properties whose keys begin with prefix.
            If
            prefix is an empty string then all properties are returned.
            </summary>
            <param name="prefix">The prefix to search for (empty string if none).
            </param>
            <returns>The matching property set.</returns>
        </member>
        <member name="M:Ice.PropertiesAdminOperationsNC_.setProperties_async(Ice.AMD_PropertiesAdmin_setProperties,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Update the communicator's properties with the given property set.
            </summary>
            <param name="cb__">The callback object for the operation.</param>
            <param name="newProperties">Properties to be added, changed, or removed.
            If an entry in newProperties matches the name of an existing property,
            that property's value is replaced with the new value. If the new value
            is an empty string, the property is removed. Any existing properties
            that are not modified or removed by the entries in newProperties are
            retained with their original values.</param>
        </member>
        <member name="T:Ice.PropertiesAdminPrxHelper">
            <summary>
            The PropertiesAdmin interface provides remote access to the properties
            of a communicator.
            </summary>
        </member>
        <member name="M:Ice.PropertiesAdminPrxHelper.getPropertiesForPrefix(System.String)">
            <summary>
            Get all properties whose keys begin with prefix.
            If
            prefix is an empty string then all properties are returned.
            </summary>
            <param name="prefix">The prefix to search for (empty string if none).
            </param>
            <returns>The matching property set.</returns>
        </member>
        <member name="M:Ice.PropertiesAdminPrxHelper.getPropertiesForPrefix(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get all properties whose keys begin with prefix.
            If
            prefix is an empty string then all properties are returned.
            </summary>
            <param name="prefix">The prefix to search for (empty string if none).
            </param>
            <returns>The matching property set.</returns>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.PropertiesAdminPrxHelper.getProperty(System.String)">
            <summary>
            Get a property by key.
            If the property is not set, an empty
            string is returned.
            </summary>
            <param name="key">The property key.
            </param>
            <returns>The property value.</returns>
        </member>
        <member name="M:Ice.PropertiesAdminPrxHelper.getProperty(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get a property by key.
            If the property is not set, an empty
            string is returned.
            </summary>
            <param name="key">The property key.
            </param>
            <returns>The property value.</returns>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.PropertiesAdminPrxHelper.setProperties(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Update the communicator's properties with the given property set.
            </summary>
            <param name="newProperties">Properties to be added, changed, or removed.
            If an entry in newProperties matches the name of an existing property,
            that property's value is replaced with the new value. If the new value
            is an empty string, the property is removed. Any existing properties
            that are not modified or removed by the entries in newProperties are
            retained with their original values.</param>
        </member>
        <member name="M:Ice.PropertiesAdminPrxHelper.setProperties(System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Update the communicator's properties with the given property set.
            </summary>
            <param name="newProperties">Properties to be added, changed, or removed.
            If an entry in newProperties matches the name of an existing property,
            that property's value is replaced with the new value. If the new value
            is an empty string, the property is removed. Any existing properties
            that are not modified or removed by the entries in newProperties are
            retained with their original values.</param>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.PropertiesAdminPrxHelper.begin_getPropertiesForPrefix(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get all properties whose keys begin with prefix.
            If
            </summary>
            <param name="prefix">The prefix to search for (empty string if none).
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.PropertiesAdminPrxHelper.begin_getProperty(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get a property by key.
            If the property is not set, an empty
            </summary>
            <param name="key">The property key.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.PropertiesAdminPrxHelper.begin_setProperties(System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Update the communicator's properties with the given property set.
            </summary>
            <param name="newProperties">Properties to be added, changed, or removed.
            If an entry in newProperties matches the name of an existing property,
            that property's value is replaced with the new value. If the new value
            is an empty string, the property is removed. Any existing properties
            that are not modified or removed by the entries in newProperties are
            retained with their original values.</param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="T:Ice.AMD_PropertiesAdmin_setProperties">
            <summary>
            Update the communicator's properties with the given property set.
            </summary>
        </member>
        <member name="M:Ice.AMD_PropertiesAdmin_setProperties.ice_response">
            <summary>
            ice_response indicates that
            the operation completed successfully.
            </summary>
        </member>
        <member name="M:Ice.Properties.getProperty(System.String)">
            <summary>
            Get a property by key.
            If the property is not set, an empty
            string is returned.
            </summary>
            <param name="key">The property key.
            </param>
            <returns>The property value.
            </returns>
        </member>
        <member name="M:Ice.Properties.getPropertyWithDefault(System.String,System.String)">
            <summary>
            Get a property by key.
            If the property is not set, the
            given default value is returned.
            </summary>
            <param name="key">The property key.
            </param>
            <param name="value">The default value to use if the property does not
            exist.
            </param>
            <returns>The property value or the default value.
            </returns>
        </member>
        <member name="M:Ice.Properties.getPropertyAsInt(System.String)">
            <summary>
            Get a property as an integer.
            If the property is not set, 0
            is returned.
            </summary>
            <param name="key">The property key.
            </param>
            <returns>The property value interpreted as an integer.
            </returns>
        </member>
        <member name="M:Ice.Properties.getPropertyAsIntWithDefault(System.String,System.Int32)">
            <summary>
            Get a property as an integer.
            If the property is not set, the
            given default value is returned.
            </summary>
            <param name="key">The property key.
            </param>
            <param name="value">The default value to use if the property does not
            exist.
            </param>
            <returns>The property value interpreted as an integer, or the
            default value.
            </returns>
        </member>
        <member name="M:Ice.Properties.getPropertyAsList(System.String)">
            <summary>
            Get a property as a list of strings.
            If the property is not set,
            an empty list is returned. The strings in the list can contain
            whitespace if they are enclosed in single or double quotes.
            If quotes are mismatched, an empty list is returned.
            Within single quotes or double-quotes, you can escape the
            quote in question with \, e.g. O'Reilly can be written as
            O'Reilly, "O'Reilly" or 'O\'Reilly'.
            </summary>
            <param name="key">The property key.
            </param>
            <returns>The property value interpreted as a list of strings.
            </returns>
        </member>
        <member name="M:Ice.Properties.getPropertyAsListWithDefault(System.String,System.String[])">
            <summary>
            Get a property as a list of strings.
            If the property is not set,
            the default list is returned. The strings in the list can contain
            whitespace if they are enclosed in single or double quotes.
            If quotes are mismatched, the default list is returned.
            Within single quotes or double-quotes, you can escape the
            quote in question with \, e.g. O'Reilly can be written as
            O'Reilly, "O'Reilly" or 'O\'Reilly'.
            </summary>
            <param name="key">The property key.
            </param>
            <param name="value">The default value to use if the property is not set.
            </param>
            <returns>The property value interpreted as list of strings, or the
            default value.
            </returns>
        </member>
        <member name="M:Ice.Properties.getPropertiesForPrefix(System.String)">
            <summary>
            Get all properties whose keys begins with
            prefix.
            If
            prefix is an empty string,
            then all properties are returned.
            </summary>
            <param name="prefix">The prefix to search for (empty string if none).
            </param>
            <returns>The matching property set.</returns>
        </member>
        <member name="M:Ice.Properties.setProperty(System.String,System.String)">
            <summary>
            Set a property.
            To unset a property, set it to
            the empty string.
            </summary>
            <param name="key">The property key.
            </param>
            <param name="value">The property value.
            </param>
        </member>
        <member name="M:Ice.Properties.getCommandLineOptions">
            <summary>
            Get a sequence of command-line options that is equivalent to
            this property set.
            Each element of the returned sequence is
            a command-line option of the form
            --key=value.
            </summary>
            <returns>The command line options for this property set.</returns>
        </member>
        <member name="M:Ice.Properties.parseCommandLineOptions(System.String,System.String[])">
            <summary>
            Convert a sequence of command-line options into properties.
            All options that begin with
            --prefix. are
            converted into properties. If the prefix is empty, all options
            that begin with -- are converted to properties.
            </summary>
            <param name="prefix">The property prefix, or an empty string to
            convert all options starting with --.
            </param>
            <param name="options">The command-line options.
            </param>
            <returns>The command-line options that do not start with the specified
            prefix, in their original order.</returns>
        </member>
        <member name="M:Ice.Properties.parseIceCommandLineOptions(System.String[])">
            <summary>
            Convert a sequence of command-line options into properties.
            All options that begin with one of the following prefixes
            are converted into properties: --Ice, --IceBox, --IceGrid,
            --IcePatch2, --IceSSL, --IceStorm, --Freeze, and --Glacier2.
            </summary>
            <param name="options">The command-line options.
            </param>
            <returns>The command-line options that do not start with one of
            the listed prefixes, in their original order.</returns>
        </member>
        <member name="M:Ice.Properties.load(System.String)">
            <summary>
            Load properties from a file.
            </summary>
            <param name="file">The property file.</param>
        </member>
        <member name="M:Ice.Properties.ice_clone_">
            <summary>
            Create a copy of this property set.
            </summary>
            <returns>A copy of this property set.</returns>
        </member>
        <member name="T:Ice.RouterOperations_">
            <summary>
            The Ice router interface.
            Routers can be set either globally with
            Communicator.setDefaultRouter, or with ice_router on specific
            proxies.
            </summary>
        </member>
        <member name="M:Ice.RouterOperations_.getClientProxy(Ice.Current)">
            <summary>
            Get the router's client proxy, i.e., the proxy to use for
            forwarding requests from the client to the router.
            </summary>
            <returns>The router's client proxy.</returns>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:Ice.RouterOperations_.getServerProxy(Ice.Current)">
            <summary>
            Get the router's server proxy, i.e., the proxy to use for
            forwarding requests from the server to the router.
            </summary>
            <returns>The router's server proxy.</returns>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:Ice.RouterOperations_.addProxy(Ice.ObjectPrx,Ice.Current)">
            <summary>
            Add new proxy information to the router's routing table.
            <para>addProxy() is deprecated, use addProxies() instead.</para>
            This operation is deprecated, and only used for old
            Ice clients (older than version 3.1).
            </summary>
            <param name="proxy">The proxy to add.</param>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:Ice.RouterOperations_.addProxies(Ice.ObjectPrx[],Ice.Current)">
            <summary>
            Add new proxy information to the router's routing table.
            </summary>
            <param name="proxies">The proxies to add.
            </param>
            <returns>Proxies discarded by the router.</returns>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="T:Ice.RouterOperationsNC_">
            <summary>
            The Ice router interface.
            Routers can be set either globally with
            Communicator.setDefaultRouter, or with ice_router on specific
            proxies.
            </summary>
        </member>
        <member name="M:Ice.RouterOperationsNC_.getClientProxy">
            <summary>
            Get the router's client proxy, i.e., the proxy to use for
            forwarding requests from the client to the router.
            </summary>
            <returns>The router's client proxy.</returns>
        </member>
        <member name="M:Ice.RouterOperationsNC_.getServerProxy">
            <summary>
            Get the router's server proxy, i.e., the proxy to use for
            forwarding requests from the server to the router.
            </summary>
            <returns>The router's server proxy.</returns>
        </member>
        <member name="M:Ice.RouterOperationsNC_.addProxy(Ice.ObjectPrx)">
            <summary>
            Add new proxy information to the router's routing table.
            <para>addProxy() is deprecated, use addProxies() instead.</para>
            This operation is deprecated, and only used for old
            Ice clients (older than version 3.1).
            </summary>
            <param name="proxy">The proxy to add.</param>
        </member>
        <member name="M:Ice.RouterOperationsNC_.addProxies(Ice.ObjectPrx[])">
            <summary>
            Add new proxy information to the router's routing table.
            </summary>
            <param name="proxies">The proxies to add.
            </param>
            <returns>Proxies discarded by the router.</returns>
        </member>
        <member name="T:Ice.RouterPrxHelper">
            <summary>
            The Ice router interface.
            Routers can be set either globally with
            Communicator.setDefaultRouter, or with ice_router on specific
            proxies.
            </summary>
        </member>
        <member name="M:Ice.RouterPrxHelper.addProxies(Ice.ObjectPrx[])">
            <summary>
            Add new proxy information to the router's routing table.
            </summary>
            <param name="proxies">The proxies to add.
            </param>
            <returns>Proxies discarded by the router.</returns>
        </member>
        <member name="M:Ice.RouterPrxHelper.addProxies(Ice.ObjectPrx[],System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Add new proxy information to the router's routing table.
            </summary>
            <param name="proxies">The proxies to add.
            </param>
            <returns>Proxies discarded by the router.</returns>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.RouterPrxHelper.addProxy(Ice.ObjectPrx)">
            <summary>
            Add new proxy information to the router's routing table.
            <para>addProxy() is deprecated, use addProxies() instead.</para>
            This operation is deprecated, and only used for old
            Ice clients (older than version 3.1).
            </summary>
            <param name="proxy">The proxy to add.</param>
        </member>
        <member name="M:Ice.RouterPrxHelper.addProxy(Ice.ObjectPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Add new proxy information to the router's routing table.
            <para>addProxy() is deprecated, use addProxies() instead.</para>
            This operation is deprecated, and only used for old
            Ice clients (older than version 3.1).
            </summary>
            <param name="proxy">The proxy to add.</param>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.RouterPrxHelper.getClientProxy">
            <summary>
            Get the router's client proxy, i.e., the proxy to use for
            forwarding requests from the client to the router.
            </summary>
            <returns>The router's client proxy.</returns>
        </member>
        <member name="M:Ice.RouterPrxHelper.getClientProxy(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get the router's client proxy, i.e., the proxy to use for
            forwarding requests from the client to the router.
            </summary>
            <returns>The router's client proxy.</returns>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.RouterPrxHelper.getServerProxy">
            <summary>
            Get the router's server proxy, i.e., the proxy to use for
            forwarding requests from the server to the router.
            </summary>
            <returns>The router's server proxy.</returns>
        </member>
        <member name="M:Ice.RouterPrxHelper.getServerProxy(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get the router's server proxy, i.e., the proxy to use for
            forwarding requests from the server to the router.
            </summary>
            <returns>The router's server proxy.</returns>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.RouterPrxHelper.begin_addProxies(Ice.ObjectPrx[],System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Add new proxy information to the router's routing table.
            </summary>
            <param name="proxies">The proxies to add.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.RouterPrxHelper.begin_addProxy(Ice.ObjectPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Add new proxy information to the router's routing table.
            This operation is deprecated, and only used for old
            </summary>
            <param name="proxy">The proxy to add.</param>
            <param name="ctx__">The Context map to send with the invocation.</param>
            <para>addProxy() is deprecated, use addProxies() instead.</para>
        </member>
        <member name="M:Ice.RouterPrxHelper.begin_getClientProxy(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get the router's client proxy, i.e., the proxy to use for
            forwarding requests from the client to the router.
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.RouterPrxHelper.begin_getServerProxy(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get the router's server proxy, i.e., the proxy to use for
            forwarding requests from the server to the router.
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:Ice.ServantLocator.locate(Ice.Current,System.Object@)">
            <summary>
            Called before a request is dispatched if a
            servant cannot be found in the object adapter's active servant
            map.
            Note that the object adapter does not automatically insert
            the returned servant into its active servant map. This must be
            done by the servant locator implementation, if this is desired.
            locate can throw any user exception. If it does, that exception
            is marshaled back to the client. If the Slice definition for the
            corresponding operation includes that user exception, the client
            receives that user exception; otherwise, the client receives
            UnknownUserException.
            If locate throws any exception, the Ice run time does not
            call finished.
            If you call locate from your own code, you
            must also call finished when you have finished using the
            servant, provided that locate returned a non-null servant;
            otherwise, you will get undefined behavior if you use
            servant locators such as the Freeze.Evictor.
            </summary>
            <param name="curr">Information about the current operation for which
            a servant is required.
            </param>
            <param name="cookie">A "cookie" that will be passed to finished.
            </param>
            <returns>The located servant, or null if no suitable servant has
            been found.
            </returns>
        </member>
        <member name="M:Ice.ServantLocator.finished(Ice.Current,Ice.Object,System.Object)">
            <summary>
            Called by the object adapter after a request has been
            made.
            This operation is only called if locate was called
            prior to the request and returned a non-null servant. This
            operation can be used for cleanup purposes after a request.
            finished can throw any user exception. If it does, that exception
            is marshaled back to the client. If the Slice definition for the
            corresponding operation includes that user exception, the client
            receives that user exception; otherwise, the client receives
            UnknownUserException.
            If both the operation and finished throw an exception, the
            exception thrown by finished is marshaled back to the client.
            </summary>
            <param name="curr">Information about the current operation call for
            which a servant was located by locate.
            </param>
            <param name="servant">The servant that was returned by locate.
            </param>
            <param name="cookie">The cookie that was returned by locate.
            </param>
        </member>
        <member name="M:Ice.ServantLocator.deactivate(System.String)">
            <summary>
            Called when the object adapter in which this servant locator is
            installed is deactivated.
            </summary>
            <param name="category">Indicates for which category the servant locator
            is being deactivated.
            </param>
        </member>
        <member name="M:Ice.Stats.bytesSent(System.String,System.Int32)">
            <summary>
            Callback to report that data has been sent.
            <para>Stats is deprecated; you should use instead Ice Metrics or Ice Instrumentation</para></summary>
            <param name="protocol">The protocol over which data has been sent (for
            example "tcp", "udp", or "ssl").
            </param>
            <param name="num">How many bytes have been sent.</param>
        </member>
        <member name="M:Ice.Stats.bytesReceived(System.String,System.Int32)">
            <summary>
            Callback to report that data has been received.
            <para>Stats is deprecated; you should use instead Ice Metrics or Ice Instrumentation</para></summary>
            <param name="protocol">The protocol over which data has been received
            (for example "tcp", "udp", or "ssl").
            </param>
            <param name="num">How many bytes have been received.</param>
        </member>
    </members>
</doc>