aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Modules/Tango.FSE.Procedures/Procedures Assemblies/System.ServiceModel.Activities.xml
blob: f8768e797d5ffff7f6fb06d55b12ac9a4d0b0900 (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>System.ServiceModel.Activities</name>
  </assembly>
  <members>
    <member name="E:System.ServiceModel.Activities.WorkflowControlClient.AbandonCompleted">
      <summary>Occurs when an asynchronous abandon operation completes.</summary>
    </member>
    <member name="E:System.ServiceModel.Activities.WorkflowControlClient.CancelCompleted">
      <summary>Occurs when an asynchronous cancel operation completes.</summary>
    </member>
    <member name="E:System.ServiceModel.Activities.WorkflowControlClient.RunCompleted">
      <summary>Occurs when an asynchronous run operation completes.</summary>
    </member>
    <member name="E:System.ServiceModel.Activities.WorkflowControlClient.SuspendCompleted">
      <summary>Occurs when an asynchronous suspend operation completes.</summary>
    </member>
    <member name="E:System.ServiceModel.Activities.WorkflowControlClient.TerminateCompleted">
      <summary>Occurs when an asynchronous terminate operation completes.</summary>
    </member>
    <member name="E:System.ServiceModel.Activities.WorkflowControlClient.UnsuspendCompleted">
      <summary>Occurs when an asynchronous unsuspend operation completes.</summary>
    </member>
    <member name="E:System.ServiceModel.Activities.WorkflowUpdateableControlClient.AbandonCompleted">
      <summary>Occurs when an asynchronous abandon operation completes.</summary>
    </member>
    <member name="E:System.ServiceModel.Activities.WorkflowUpdateableControlClient.CancelCompleted">
      <summary>Occurs when an asynchronous cancel operation completes.</summary>
    </member>
    <member name="E:System.ServiceModel.Activities.WorkflowUpdateableControlClient.RunCompleted">
      <summary>Occurs when an asynchronous run operation completes.</summary>
    </member>
    <member name="E:System.ServiceModel.Activities.WorkflowUpdateableControlClient.SuspendCompleted">
      <summary>Occurs when an asynchronous suspend operation completes.</summary>
    </member>
    <member name="E:System.ServiceModel.Activities.WorkflowUpdateableControlClient.TerminateCompleted">
      <summary>Occurs when an asynchronous terminate operation completes.</summary>
    </member>
    <member name="E:System.ServiceModel.Activities.WorkflowUpdateableControlClient.UnsuspendCompleted">
      <summary>Occurs when an asynchronous unsuspend operation completes.</summary>
    </member>
    <member name="E:System.ServiceModel.Activities.WorkflowUpdateableControlClient.UpdateCompleted">
      <summary>Occurs when an asynchronous update operation completes.</summary>
    </member>
    <member name="F:System.ServiceModel.Activities.Description.WorkflowInstanceManagementBehavior.ControlEndpointAddress">
      <summary>The fixed workflow control relative endpoint address. This address is appended to the base address of the service to create the control endpoint address.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.CallbackCorrelationInitializer.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.CallbackCorrelationInitializer" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.ChannelCacheSettings.#ctor">
      <summary>Creates a new instance of the <see cref="T:System.ServiceModel.Activities.ChannelCacheSettings" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.BufferedReceiveElement.#ctor">
      <summary>Creates a new instance of the <see cref="T:System.ServiceModel.Activities.Configuration.BufferedReceiveElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.ChannelSettingsElement.#ctor">
      <summary>Creates a new instance of the <see cref="T:System.ServiceModel.Activities.Configuration.ChannelSettingsElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.EtwTrackingBehaviorElement.#ctor">
      <summary>Creates a new instance of the <see cref="T:System.ServiceModel.Activities.Configuration.EtwTrackingBehaviorElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.EtwTrackingBehaviorElement.CreateBehavior">
      <summary>Returns a new instance of the <see cref="T:System.ServiceModel.Activities.Description.EtwTrackingBehavior" /> class.</summary>
      <returns>An instance of an event tracking behavior object.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.FactorySettingsElement.#ctor">
      <summary>Creates a new instance of the <see cref="T:System.ServiceModel.Activities.Configuration.FactorySettingsElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.SendMessageChannelCacheElement.#ctor">
      <summary>Creates a  new instance of the <see cref="T:System.ServiceModel.Activities.Configuration.SendMessageChannelCacheElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.ServiceModelActivitiesSectionGroup.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Configuration.ServiceModelActivitiesSectionGroup" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.ServiceModelActivitiesSectionGroup.GetSectionGroup(System.Configuration.Configuration)">
      <summary>Gets or sets the <see cref="T:System.ServiceModel.Activities.Configuration.ServiceModelActivitiesSectionGroup" /> from the given configuration.</summary>
      <param name="config">The configuration from which to get the <see cref="T:System.ServiceModel.Activities.Configuration.ServiceModelActivitiesSectionGroup" />.</param>
      <returns>The <see cref="T:System.ServiceModel.Activities.Configuration.ServiceModelActivitiesSectionGroup" /> from the given configuration.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.SqlWorkflowInstanceStoreElement.#ctor">
      <summary>Creates a new instance of the <see cref="T:System.ServiceModel.Activities.Configuration.SqlWorkflowInstanceStoreElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.SqlWorkflowInstanceStoreElement.CreateBehavior">
      <summary>Returns a new object of type <see cref="T:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior" /> that contains property settings for a <see cref="T:System.ServiceModel.Activities.Configuration.SqlWorkflowInstanceStoreElement" />.</summary>
      <returns>An generic object that contains workflow configuration element property settings.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointCollectionElement.#ctor">
      <summary>Creates a new instance of the <see cref="T:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointCollectionElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointElement.#ctor">
      <summary>Creates a new instance of the <see cref="T:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointElement" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointElement.CreateServiceEndpoint(System.ServiceModel.Description.ContractDescription)">
      <summary>Returns a new <see cref="T:System.ServiceModel.Activities.WorkflowControlEndpoint" />.</summary>
      <param name="contractDescription">Not used.</param>
      <returns>A workflow control service endpoint .</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointElement.OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Configuration.ChannelEndpointElement)">
      <summary>When called or overridden by a derived class, converts the specified <see cref="T:System.ServiceModel.Description.ServiceEndpoint" /> to a workflow control endpoint.</summary>
      <param name="endpoint">The service endpoint to which control configuration settings are applied.</param>
      <param name="channelEndpointElement">Not implemented.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointElement.OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Configuration.ServiceEndpointElement)">
      <summary>When called or overridden by a derived class, converts the specified <see cref="T:System.ServiceModel.Description.ServiceEndpoint" /> to a workflow control endpoint.</summary>
      <param name="endpoint">The service endpoint to which control configuration settings are applied.</param>
      <param name="serviceEndpointElement">Not implemented.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointElement.OnInitializeAndValidate(System.ServiceModel.Configuration.ChannelEndpointElement)">
      <summary>When called or overridden by a derived class, initializes and validates the specified channel endpoint element.</summary>
      <param name="channelEndpointElement">The channel endpoint element to initialize and validate.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointElement.OnInitializeAndValidate(System.ServiceModel.Configuration.ServiceEndpointElement)">
      <summary>When called or overridden by a derived class, initializes and validates the specified service endpoint element.</summary>
      <param name="serviceEndpointElement">The service endpoint element to initialize and validate.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.WorkflowHostingOptionsSection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Configuration.WorkflowHostingOptionsSection" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.WorkflowIdleElement.#ctor">
      <summary>Creates a new instance of the <see cref="T:System.ServiceModel.Activities.Configuration.WorkflowIdleElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.WorkflowInstanceManagementElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Configuration.WorkflowInstanceManagementElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.WorkflowInstanceManagementElement.CreateBehavior">
      <summary>Creates the <see cref="T:System.ServiceModel.Activities.Description.WorkflowInstanceManagementBehavior" /> behavior.</summary>
      <returns>The workflow instance management behavior..</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Configuration.WorkflowUnhandledExceptionElement.#ctor">
      <summary>Creates a new instance of the <see cref="T:System.ServiceModel.Activities.Configuration.WorkflowUnhandledExceptionElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.ContextCorrelationInitializer.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.ContextCorrelationInitializer" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.CorrelationHandle.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.CorrelationHandle" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.CorrelationHandle.OnInitialize(System.Activities.HandleInitializationContext)">
      <summary>Registers the <see cref="T:System.ServiceModel.Activities.CorrelationHandle" /> with the workflow runtime.</summary>
      <param name="context">The initialization environment.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.CorrelationHandle.OnUninitialize(System.Activities.HandleInitializationContext)">
      <summary>Unregisters the <see cref="T:System.ServiceModel.Activities.CorrelationHandle" /> with the workflow runtime.</summary>
      <param name="context">The initialization environment of the <see cref="T:System.ServiceModel.Activities.CorrelationHandle" />.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.CorrelationScope.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.CorrelationScope" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.CorrelationScope.CacheMetadata(System.Activities.NativeActivityMetadata)">
      <summary>Builds and validates a description of the activity’s arguments, variables, child activities, and activity delegates.</summary>
      <param name="metadata">The activity’s metadata that encapsulates the activity’s arguments, variables, child activities, and activity delegates.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.CorrelationScope.Execute(System.Activities.NativeActivityContext)">
      <summary>Called by the workflow runtime to execute the <see cref="T:System.ServiceModel.Activities.CorrelationScope" /> activity.</summary>
      <param name="context">The current native activity execution context.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.CorrelationScope.ShouldSerializeCorrelatesWith">
      <summary>Indicates whether the <see cref="P:System.ServiceModel.Activities.CorrelationScope.CorrelatesWith" /> property should be serialized. </summary>
      <returns>
          <see langword="true" /> if the <see cref="P:System.ServiceModel.Activities.CorrelationScope.CorrelatesWith" /> property value should be serialized; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.BufferedReceiveServiceBehavior.#ctor">
      <summary>Creates a new instance of the <see cref="T:System.ServiceModel.Activities.Description.BufferedReceiveServiceBehavior" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.BufferedReceiveServiceBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase,System.Collections.ObjectModel.Collection{System.ServiceModel.Description.ServiceEndpoint},System.ServiceModel.Channels.BindingParameterCollection)">
      <summary>Implements the <see cref="M:System.ServiceModel.Description.IServiceBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase,System.Collections.ObjectModel.Collection{System.ServiceModel.Description.ServiceEndpoint},System.ServiceModel.Channels.BindingParameterCollection)" /> method.</summary>
      <param name="serviceDescription">The service description.</param>
      <param name="serviceHostBase">The service host.</param>
      <param name="endpoints">The endpoints exposed by the service.</param>
      <param name="bindingParameters">The binding parameters required to implement the behavior.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.BufferedReceiveServiceBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)">
      <summary>Implements the <see cref="M:System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)" /> method.</summary>
      <param name="serviceDescription">The service description.</param>
      <param name="serviceHostBase">The service host.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.BufferedReceiveServiceBehavior.Validate(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)">
      <summary>Implements the <see cref="M:System.ServiceModel.Description.IServiceBehavior.Validate(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)" /> method.</summary>
      <param name="serviceDescription">The service description.</param>
      <param name="serviceHostBase">The service host.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.EtwTrackingBehavior.#ctor">
      <summary>Creates a new instance of the <see cref="T:System.ServiceModel.Activities.Description.EtwTrackingBehavior" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.EtwTrackingBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase,System.Collections.ObjectModel.Collection{System.ServiceModel.Description.ServiceEndpoint},System.ServiceModel.Channels.BindingParameterCollection)">
      <summary>An implementation of the <see cref="M:System.ServiceModel.Description.IServiceBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase,System.Collections.ObjectModel.Collection{System.ServiceModel.Description.ServiceEndpoint},System.ServiceModel.Channels.BindingParameterCollection)" /> method.</summary>
      <param name="serviceDescription">The service description.</param>
      <param name="serviceHostBase">The host of the service.</param>
      <param name="endpoints">The service endpoints.</param>
      <param name="bindingParameters">Custom objects required to implement the behavior.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.EtwTrackingBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)">
      <summary>An implementation of the <see cref="M:System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)" /></summary>
      <param name="serviceDescription">The service description.</param>
      <param name="serviceHostBase">The host of the service.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.EtwTrackingBehavior.Validate(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)">
      <summary>An implementation of the <see cref="M:System.ServiceModel.Description.IServiceBehavior.Validate(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)" /> method.</summary>
      <param name="serviceDescription">The service description.</param>
      <param name="serviceHostBase">The host of the service.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior.#ctor">
      <summary>Initializes an instance of the <see cref="T:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior.#ctor(System.String)">
      <summary>Initializes an instance of the <see cref="T:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior" /> class using the connection string passed as a parameter.</summary>
      <param name="connectionString">A connection string that refers to a SQL Server persistence database.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase,System.Collections.ObjectModel.Collection{System.ServiceModel.Description.ServiceEndpoint},System.ServiceModel.Channels.BindingParameterCollection)">
      <summary>An implementation of the <see langword="AddBindingParameters" /> method of the <see cref="T:System.ServiceModel.Description.IServiceBehavior" /> interface, which allows you to pass custom data to binding elements to support contract implementation.</summary>
      <param name="serviceDescription">The service description of the service.</param>
      <param name="serviceHostBase">The host of the service.</param>
      <param name="endpoints">The service endpoints.</param>
      <param name="bindingParameters">Custom objects to which binding elements have access.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)">
      <summary>An implementation of the <see langword="ApplyDispatchBehavior" /> method of the <see cref="T:System.ServiceModel.Description.IServiceBehavior" /> interface that allows you to change run-time property values or insert custom extension objects such as error handlers, message or parameter inspectors, security extensions, and other custom extension objects.</summary>
      <param name="serviceDescription">Description of the service.</param>
      <param name="serviceHostBase">The host of the service.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior.Promote(System.String,System.Collections.Generic.IEnumerable{System.Xml.Linq.XName},System.Collections.Generic.IEnumerable{System.Xml.Linq.XName})">
      <summary>Promotes properties that can be used in queries. The promoted properties are the properties that you can use in queries to retrieve instances. These property can be of simple type (int32, string, bool and so on), which is represented by a variant or binary.</summary>
      <param name="name">Name of the promotion. </param>
      <param name="promoteAsSqlVariant">The names of variables that must be promoted as variants. </param>
      <param name="promoteAsBinary">The names of variables that must be promoted as binary data. Binary data is typically used to store tracking information.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior.Validate(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)">
      <summary>Inspects the service host and the service description to confirm that the service can run successfully. </summary>
      <param name="serviceDescription">The description of the service.</param>
      <param name="serviceHostBase">The host for the service.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowContractBehaviorAttribute.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Description.WorkflowContractBehaviorAttribute" /> class.  </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowContractBehaviorAttribute.AddBindingParameters(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)">
      <summary>Configures binding elements to support the workflow contract behavior.</summary>
      <param name="contractDescription">The contract description.</param>
      <param name="endpoint">The endpoint.</param>
      <param name="bindingParameters">The objects that the binding elements require to support the workflow contract behavior.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowContractBehaviorAttribute.ApplyClientBehavior(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)">
      <summary>Implements a modification or extension of the client across a contract.</summary>
      <param name="contractDescription">The contract description for which the extension is intended.</param>
      <param name="endpoint">The endpoint.</param>
      <param name="clientRuntime">The client runtime.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowContractBehaviorAttribute.ApplyDispatchBehavior(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.DispatchRuntime)">
      <summary>Implements a modification or extension of the client across a contract.</summary>
      <param name="contractDescription">The contract description.</param>
      <param name="endpoint">The endpoint.</param>
      <param name="dispatchRuntime">The dispatch runtime that controls service execution.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowContractBehaviorAttribute.Validate(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint)">
      <summary>Validates that the contract and endpoint are compatible with the behavior.</summary>
      <param name="contractDescription">The contract description.</param>
      <param name="endpoint">The endpoint.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowIdleBehavior.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Description.WorkflowIdleBehavior" />.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowIdleBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase,System.Collections.ObjectModel.Collection{System.ServiceModel.Description.ServiceEndpoint},System.ServiceModel.Channels.BindingParameterCollection)">
      <summary>Implements the <see cref="M:System.ServiceModel.Description.IServiceBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase,System.Collections.ObjectModel.Collection{System.ServiceModel.Description.ServiceEndpoint},System.ServiceModel.Channels.BindingParameterCollection)" /> method.</summary>
      <param name="serviceDescription">The service description.</param>
      <param name="serviceHostBase">The service host.</param>
      <param name="endpoints">The endpoints exposed by the service.</param>
      <param name="bindingParameters">The binding parameters required to implement the behavior.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowIdleBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)">
      <summary>Implements the <see cref="M:System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)" /> method.</summary>
      <param name="serviceDescription">The service description.</param>
      <param name="serviceHostBase">The service host.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowIdleBehavior.Validate(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)">
      <summary>Implements the <see cref="M:System.ServiceModel.Description.IServiceBehavior.Validate(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)" /> method.</summary>
      <param name="serviceDescription">The service description.</param>
      <param name="serviceHostBase">The service host.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowInstanceManagementBehavior.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Description.WorkflowInstanceManagementBehavior" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowInstanceManagementBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase,System.Collections.ObjectModel.Collection{System.ServiceModel.Description.ServiceEndpoint},System.ServiceModel.Channels.BindingParameterCollection)">
      <summary>An implementation of the <see cref="M:System.ServiceModel.Description.IServiceBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase,System.Collections.ObjectModel.Collection{System.ServiceModel.Description.ServiceEndpoint},System.ServiceModel.Channels.BindingParameterCollection)" /> method.</summary>
      <param name="serviceDescription">The service description.</param>
      <param name="serviceHostBase">The service host.</param>
      <param name="endpoints">The service endpoints.</param>
      <param name="bindingParameters">The binding parameters.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowInstanceManagementBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)">
      <summary>An implementation of the <see cref="M:System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)" /> method.</summary>
      <param name="serviceDescription">The service description.</param>
      <param name="serviceHostBase">The service host.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowInstanceManagementBehavior.Validate(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)">
      <summary>An implementation of the <see cref="M:System.ServiceModel.Description.IServiceBehavior.Validate(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)" /> method.</summary>
      <param name="serviceDescription">The service description.</param>
      <param name="serviceHostBase">The service host.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionBehavior.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionBehavior" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase,System.Collections.ObjectModel.Collection{System.ServiceModel.Description.ServiceEndpoint},System.ServiceModel.Channels.BindingParameterCollection)">
      <summary>Implements the <see cref="M:System.ServiceModel.Description.IServiceBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase,System.Collections.ObjectModel.Collection{System.ServiceModel.Description.ServiceEndpoint},System.ServiceModel.Channels.BindingParameterCollection)" /> method to support the behavior.</summary>
      <param name="serviceDescription">The service description.</param>
      <param name="serviceHostBase">The service host.</param>
      <param name="endpoints">The endpoints exposed by the service.</param>
      <param name="bindingParameters">The binding parameters required to implement the behavior.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)">
      <summary>Implements the <see cref="M:System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)" /> method to support the behavior.</summary>
      <param name="serviceDescription">The service description.</param>
      <param name="serviceHostBase">The service host.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionBehavior.Validate(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)">
      <summary>Implements the <see cref="M:System.ServiceModel.Description.IServiceBehavior.Validate(System.ServiceModel.Description.ServiceDescription,System.ServiceModel.ServiceHostBase)" /> method to support the behavior.</summary>
      <param name="serviceDescription">The service description.</param>
      <param name="serviceHostBase">The service host.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.DurableInstancingOptions.AddInitialInstanceValues(System.Collections.Generic.IDictionary{System.Xml.Linq.XName,System.Object})">
      <summary>Adds write-only metadata for an instance to the host.</summary>
      <param name="writeOnlyValues">The write-only values. These values are optional when loading an instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.DurableInstancingOptions.AddInstanceOwnerValues(System.Collections.Generic.IDictionary{System.Xml.Linq.XName,System.Object},System.Collections.Generic.IDictionary{System.Xml.Linq.XName,System.Object})">
      <summary>Adds metadata for an instance owner to the host. This method may   be called before the workflow host is opened.</summary>
      <param name="readWriteValues">The read-write metadata.</param>
      <param name="writeOnlyValues">The write-only values. These values are optional when loading an instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.HostSettings.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.HostSettings" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.InitializeCorrelation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.InitializeCorrelation" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.IReceiveMessageCallback.OnReceiveMessage(System.ServiceModel.OperationContext,System.Activities.ExecutionProperties)">
      <summary>Executed when a service message is received.</summary>
      <param name="operationContext">The operation context under which the message received.</param>
      <param name="activityExecutionProperties">The set of execution properties available within the workflow. </param>
    </member>
    <member name="M:System.ServiceModel.Activities.ISendMessageCallback.OnSendMessage(System.ServiceModel.OperationContext)">
      <summary>Executed when a service message is sent.</summary>
      <param name="operationContext">The operation’s context under which the message is being sent.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.Abandon(System.Guid,System.String)">
      <summary>Attempts to abandon the specified workflow instance.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to abandon.</param>
      <param name="reason">The reason for abandoning the workflow instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginAbandon(System.Guid,System.String,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation to abandon the specified workflow instance.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to abandon.</param>
      <param name="reason">The reason for abandoning the workflow instance.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">An object, specified by the application, that contains state information associated with the asynchronous abandon operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginCancel(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation to cancel the specified workflow instance.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to cancel.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">An object, specified by the application, that contains state information associated with the asynchronous cancel operation.</param>
      <returns>An <see cref="T:System.IAsyncResult" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginRun(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation to run the specified workflow instance.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to run.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">An object, specified by the application, that contains state information associated with the asynchronous run operation.</param>
      <returns>An <see cref="T:System.IAsyncResult" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginSuspend(System.Guid,System.String,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation to suspend the specified workflow instance.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to suspend.</param>
      <param name="reason">The reason to suspend the workflow instance.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">An object, specified by the application, that contains state information associated with the asynchronous suspend operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginTerminate(System.Guid,System.String,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation to terminate the specified workflow instance.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to terminate.</param>
      <param name="reason">The reason to terminate the workflow instance.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">An object, specified by the application, that contains state information associated with the asynchronous terminate operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginTransactedCancel(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous cancel operation in a transaction.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to cancel.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">An object, specified by the application, that contains state information associated with the asynchronous cancel operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginTransactedRun(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that runs a workflow instance within a transaction.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to run.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">An object, specified by the application, that contains state information associated with the asynchronous run operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginTransactedSuspend(System.Guid,System.String,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that suspends the specified workflow instance.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to suspend.</param>
      <param name="reason">The reason to suspend the workflow instance.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">An object, specified by the application, that contains state information associated with the asynchronous suspend operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginTransactedTerminate(System.Guid,System.String,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that terminates a workflow instance within a transaction.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to terminate.</param>
      <param name="reason">The reason to terminate the workflow instance.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">An object, specified by the application, that contains state information associated with the asynchronous terminate operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginTransactedUnsuspend(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that resumes the specified workflow instance within a transaction.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to unsuspend.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">An object, specified by the application, that contains state information associated with the asynchronous unsuspend operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginUnsuspend(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that resumes the specified workflow instance.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to resume.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">An object, specified by the application, that contains state information associated with the asynchronous unsuspend operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.Cancel(System.Guid)">
      <summary>Cancels the specified workflow instance.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to cancel.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.EndAbandon(System.IAsyncResult)">
      <summary>Completes an asynchronous abandon operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> returned by a call to the <see cref="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginAbandon(System.Guid,System.String,System.AsyncCallback,System.Object)" /> method.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.EndCancel(System.IAsyncResult)">
      <summary>Completes an asynchronous cancel operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> returned by a call to the <see cref="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginCancel(System.Guid,System.AsyncCallback,System.Object)" /> method.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.EndRun(System.IAsyncResult)">
      <summary>Completes an asynchronous run operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> returned by a call to the <see cref="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginRun(System.Guid,System.AsyncCallback,System.Object)" /> method.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.EndSuspend(System.IAsyncResult)">
      <summary>Completes an asynchronous suspend operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> returned by a call to the <see cref="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginSuspend(System.Guid,System.String,System.AsyncCallback,System.Object)" /> operation</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.EndTerminate(System.IAsyncResult)">
      <summary>Completes an asynchronous terminate operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> returned by a call to the <see cref="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginTerminate(System.Guid,System.String,System.AsyncCallback,System.Object)" /> method.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.EndTransactedCancel(System.IAsyncResult)">
      <summary>Completes an asynchronous transacted cancel operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> returned by a call to the <see cref="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginTransactedCancel(System.Guid,System.AsyncCallback,System.Object)" /> method.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.EndTransactedRun(System.IAsyncResult)">
      <summary>Completes an asynchronous transacted run operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> returned by a call to the <see cref="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginTransactedRun(System.Guid,System.AsyncCallback,System.Object)" /> method.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.EndTransactedSuspend(System.IAsyncResult)">
      <summary>Completes an asynchronous transacted suspend operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> returned by a call to the <see cref="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginTransactedSuspend(System.Guid,System.String,System.AsyncCallback,System.Object)" /> method. </param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.EndTransactedTerminate(System.IAsyncResult)">
      <summary>Completes an asynchronous transacted terminate operation. </summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> returned by a call to the <see cref="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginTransactedTerminate(System.Guid,System.String,System.AsyncCallback,System.Object)" /> method.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.EndTransactedUnsuspend(System.IAsyncResult)">
      <summary>Completes an asynchronous transacted unsuspend operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> returned by a call to the <see cref="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginTransactedUnsuspend(System.Guid,System.AsyncCallback,System.Object)" /> method.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.EndUnsuspend(System.IAsyncResult)">
      <summary>Completes an asynchronous unsuspend operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> returned by a call to the <see cref="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.BeginUnsuspend(System.Guid,System.AsyncCallback,System.Object)" /> method. </param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.Run(System.Guid)">
      <summary>Starts executing the specified workflow instance.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to run.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.Suspend(System.Guid,System.String)">
      <summary>Suspends the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to suspend.</param>
      <param name="reason">The reason for suspending the workflow instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.Terminate(System.Guid,System.String)">
      <summary>Terminates the specified workflow instance.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to terminate.</param>
      <param name="reason">The reason to terminate the workflow instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.TransactedCancel(System.Guid)">
      <summary>Cancels the specified workflow instance within a transaction.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to cancel.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.TransactedRun(System.Guid)">
      <summary>Runs the specified workflow instance within a transaction.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to run.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.TransactedSuspend(System.Guid,System.String)">
      <summary>Suspends the specified workflow instance within a transaction.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to suspend.</param>
      <param name="reason">The reason the workflow instance is suspended.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.TransactedTerminate(System.Guid,System.String)">
      <summary>Terminates the specified workflow instance within a transaction.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to terminate.</param>
      <param name="reason">The reason to terminate the workflow instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.TransactedUnsuspend(System.Guid)">
      <summary>Resumes the specified workflow instance within a transaction.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to resume.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowInstanceManagement.Unsuspend(System.Guid)">
      <summary>Resumes the specified workflow instance.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to resume.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowUpdateableInstanceManagement.BeginTransactedUpdate(System.Guid,System.Activities.WorkflowIdentity,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that updates a workflow instance within a transaction.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to terminate.</param>
      <param name="updatedDefinitionIdentity">The updated workflow identity.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">An object, specified by the application, that contains state information associated with the asynchronous update operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowUpdateableInstanceManagement.BeginUpdate(System.Guid,System.Activities.WorkflowIdentity,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation to update the specified workflow instance.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to terminate.</param>
      <param name="updatedDefinitionIdentity">The updated workflow identity.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">An object, specified by the application, that contains state information associated with the asynchronous update operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowUpdateableInstanceManagement.EndTransactedUpdate(System.IAsyncResult)">
      <summary>Completes an asynchronous transacted update operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowUpdateableInstanceManagement.EndUpdate(System.IAsyncResult)">
      <summary>Completes an asynchronous update operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowUpdateableInstanceManagement.TransactedUpdate(System.Guid,System.Activities.WorkflowIdentity)">
      <summary>Updates the specified workflow instance within a transaction.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to terminate.</param>
      <param name="updatedDefinitionIdentity">The updated workflow identity.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.IWorkflowUpdateableInstanceManagement.Update(System.Guid,System.Activities.WorkflowIdentity)">
      <summary>Updates the specified workflow instance.</summary>
      <param name="instanceId">The GUID identifier of the workflow instance to terminate.</param>
      <param name="updatedDefinitionIdentity">The updated workflow identity.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.MessageContext.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.MessageContext" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.QueryCorrelationInitializer.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.QueryCorrelationInitializer" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Receive.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Receive" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Receive.FromOperationDescription(System.ServiceModel.Description.OperationDescription)">
      <summary>Returns the receive activity from the given contract operation description.</summary>
      <param name="operation">The contract operation description.</param>
      <returns>A <see cref="T:System.ServiceModel.Activities.Receive" /> object from the given contract operation description.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Receive.ShouldSerializeCorrelatesOn">
      <summary>Returns a value that indicates whether the <see cref="P:System.ServiceModel.Activities.Receive.CorrelatesOn" /> property has changed from its default value and should be serialized.</summary>
      <returns>
          <see langword="true" /> if the <see cref="P:System.ServiceModel.Activities.Receive.CorrelatesOn" /> property value should be serialized; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.ReceiveContent.Create(System.Activities.OutArgument)">
      <summary>
          Creates a new <see cref="T:System.ServiceModel.Activities.ReceiveMessageContent" /> instance with the specified message.</summary>
      <param name="message">The message.</param>
      <returns>A <see cref="T:System.ServiceModel.Activities.ReceiveMessageContent" />instance.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.ReceiveContent.Create(System.Activities.OutArgument,System.Type)">
      <summary>Creates a new <see cref="T:System.ServiceModel.Activities.ReceiveMessageContent" /> instance with the specified message and message type.</summary>
      <param name="message">
            The message.</param>
      <param name="declaredMessageType">The message type.</param>
      <returns>A  <see cref="T:System.ServiceModel.Activities.ReceiveMessageContent" /> instance.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.ReceiveContent.Create(System.Collections.Generic.IDictionary{System.String,System.Activities.OutArgument})">
      <summary>Creates a new <see cref="T:System.ServiceModel.Activities.ReceiveMessageContent" /> instance with the specified parameters.</summary>
      <param name="parameters">The parameters.</param>
      <returns>A <see cref="T:System.ServiceModel.Activities.ReceiveParametersContent" /> instance.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.ReceiveMessageContent.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.ReceiveMessageContent" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.ReceiveMessageContent.#ctor(System.Activities.OutArgument)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.ReceiveMessageContent" /> class with the specified message.</summary>
      <param name="message">The message.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.ReceiveMessageContent.#ctor(System.Activities.OutArgument,System.Type)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.ReceiveMessageContent" /> class with the specified message and message type.</summary>
      <param name="message">The message.</param>
      <param name="declaredMessageType">The message type.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.ReceiveMessageContent.ShouldSerializeDeclaredMessageType">
      <summary>Gets a boolean value that determines if the message should be serialized as the declared message type.</summary>
      <returns>
          <see langword="true" /> if the message should be serialized as the declared message type; otherwise <see langword="false" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.ReceiveParametersContent.#ctor">
      <summary>Creates a new instance of the <see cref="T:System.ServiceModel.Activities.ReceiveParametersContent" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.ReceiveParametersContent.#ctor(System.Collections.Generic.IDictionary{System.String,System.Activities.OutArgument})">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.ReceiveParametersContent" /> class with the specified parameters.</summary>
      <param name="parameters">A collection of key-value pairs with the keys containing the parameter names and the values containing the arguments.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.ReceiveReply.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.ReceiveReply" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.ReceiveSettings.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.ReceiveSettings" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.RequestReplyCorrelationInitializer.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.RequestReplyCorrelationInitializer" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Send.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Send" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.SendContent.Create(System.Activities.InArgument)">
      <summary>Creates a new <see cref="T:System.ServiceModel.Activities.SendMessageContent" /> instance with the specified message.</summary>
      <param name="message">The data to send.</param>
      <returns>A <see cref="T:System.ServiceModel.Activities.SendMessageContent" /> instance.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.SendContent.Create(System.Activities.InArgument,System.Type)">
      <summary>Creates a new <see cref="T:System.ServiceModel.Activities.SendMessageContent" /> instance with the specified message and message type.</summary>
      <param name="message">The data to send.</param>
      <param name="declaredMessageType">The data type that will appear in the service description and WSDL. It must be either the same as the argument type of the message or its base type.</param>
      <returns>A <see cref="T:System.ServiceModel.Activities.SendMessageContent" /> instance.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.SendContent.Create(System.Collections.Generic.IDictionary{System.String,System.Activities.InArgument})">
      <summary>Creates a new <see cref="T:System.ServiceModel.Activities.SendParametersContent" /> instance with the specified parameters.</summary>
      <param name="parameters">A collection of name/value pairs with the keys containing the parameter names and the values containing the arguments.</param>
      <returns>A <see cref="T:System.ServiceModel.Activities.SendParametersContent" /> instance.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.SendMessageChannelCache.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.SendMessageChannelCache" /> class with default factory cache and channel cache settings.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.SendMessageChannelCache.#ctor(System.ServiceModel.Activities.ChannelCacheSettings,System.ServiceModel.Activities.ChannelCacheSettings)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.SendMessageChannelCache" /> class with custom factory cache and channel cache settings.</summary>
      <param name="factorySettings">The cache settings for cached channel factories.</param>
      <param name="channelSettings">The cache settings for cached channels.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.SendMessageChannelCache.#ctor(System.ServiceModel.Activities.ChannelCacheSettings,System.ServiceModel.Activities.ChannelCacheSettings,System.Boolean)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.SendMessageChannelCache" /> class with custom factory cache settings, custom channel cache settings, and a value that indicates whether to turn caching on.</summary>
      <param name="factorySettings">The cache settings for cached channel factories.</param>
      <param name="channelSettings">The cache settings for cached channels.</param>
      <param name="allowUnsafeCaching">
            <see langword="true" /> to turn caching on; otherwise, <see langword="false" />.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.SendMessageChannelCache.Dispose">
      <summary>Releases all resources used by the current instance of the <see cref="T:System.ServiceModel.Activities.SendMessageChannelCache" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.SendMessageContent.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.SendMessageContent" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.SendMessageContent.#ctor(System.Activities.InArgument)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.SendMessageContent" /> class with the specified data to send.</summary>
      <param name="message">The data to send.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.SendMessageContent.#ctor(System.Activities.InArgument,System.Type)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.SendMessageContent" /> class with the specified message and message type.</summary>
      <param name="message">The data to send.</param>
      <param name="declaredMessageType">The data type that appears on the service description. It must be the same type as <paramref name="message" /> or any base type of <paramref name="message" />.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.SendMessageContent.ShouldSerializeDeclaredMessageType">
      <summary>Gets a value that indicates whether the <see cref="P:System.ServiceModel.Activities.SendMessageContent.DeclaredMessageType" /> property should be XAML-serialized.</summary>
      <returns>
          <see langword="true" /> if the property should be serialized; otherwise <see langword="false" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.SendParametersContent.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.SendParametersContent" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.SendParametersContent.#ctor(System.Collections.Generic.IDictionary{System.String,System.Activities.InArgument})">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.SendParametersContent" /> class with the specified parameters.</summary>
      <param name="parameters">A collection of key-value pairs with the keys containing the parameter names and the values containing the arguments. </param>
    </member>
    <member name="M:System.ServiceModel.Activities.SendReceiveExtension.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.SendReceiveExtension" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.SendReceiveExtension.Cancel(System.Activities.Bookmark)">
      <summary>Cancels the activity specified by the given bookmark.</summary>
      <param name="bookmark">A bookmark at which an activity instance is to be cancelled.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.SendReceiveExtension.OnRegisterReceive(System.ServiceModel.Activities.ReceiveSettings,System.Runtime.DurableInstancing.InstanceKey,System.Activities.Bookmark)">
      <summary>Executes upon calling RegisterReceive method.</summary>
      <param name="settings">The settings for the receive activity.</param>
      <param name="correlatesWith">An instance key of the activity used to correlate with the message.</param>
      <param name="receiveBookmark">A bookmark at which the receive activity waits to receive a message.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.SendReceiveExtension.OnUninitializeCorrelation(System.Runtime.DurableInstancing.InstanceKey)">
      <summary>Executes when correlation handle is marked as disposed.</summary>
      <param name="correlationKey">An instance key of the activity used to correlate with the message.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.SendReceiveExtension.RegisterReceive(System.ServiceModel.Activities.ReceiveSettings,System.Runtime.DurableInstancing.InstanceKey,System.Activities.Bookmark)">
      <summary>Registers the received message activity.</summary>
      <param name="settings">The settings for the receive activity.</param>
      <param name="correlatesWith">An instance key of the activity used to correlate with the message.</param>
      <param name="receiveBookmark">A bookmark at which the receive activity waits to receive a message.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.SendReceiveExtension.Send(System.ServiceModel.Activities.MessageContext,System.ServiceModel.Activities.SendSettings,System.Runtime.DurableInstancing.InstanceKey,System.Activities.Bookmark)">
      <summary>Sends the given message.</summary>
      <param name="message">The message to send.</param>
      <param name="settings">The settings for send activity.</param>
      <param name="correlatesWith">An instance key of the activity used to correlate with the message.</param>
      <param name="sendCompleteBookmark">A bookmark at which the send activity waits for the sending completion.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.SendReply.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.SendReply" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.SendReply.FromOperationDescription(System.ServiceModel.Description.OperationDescription,System.Collections.Generic.IEnumerable{System.ServiceModel.Activities.SendReply}@)">
      <summary>Returns the send reply activity from the given contract operation description.</summary>
      <param name="operation">The contract operation description.</param>
      <param name="faultReplies">When this method returns, contains the send replies with fault.</param>
      <returns>A <see cref="T:System.ServiceModel.Activities.SendReply" /> object from the given contract operation description.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.SendSettings.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.SendSettings" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.ActivityScheduledQueryElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ActivityScheduledQueryElement" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.ActivityScheduledQueryElement.NewTrackingQuery">
      <summary>Creates the <see cref="T:System.Activities.Tracking.ActivityScheduledQuery" />. </summary>
      <returns>The activity-scheduled query.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.ActivityScheduledQueryElementCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ActivityScheduledQueryElementCollection" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElement.NewTrackingQuery">
      <summary>Creates a new <see cref="T:System.Activities.Tracking.ActivityStateQuery" />.</summary>
      <returns>The activity state query.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElementCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElementCollection" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.AnnotationElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.AnnotationElement" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.AnnotationElementCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.AnnotationElementCollection" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.ArgumentElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ArgumentElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.ArgumentElementCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ArgumentElementCollection" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.BookmarkResumptionQueryElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.BookmarkResumptionQueryElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.BookmarkResumptionQueryElement.NewTrackingQuery">
      <summary>Creates the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.BookmarkResumptionQueryElement" />. </summary>
      <returns>The bookmark resumption query.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.BookmarkResumptionQueryElementCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.BookmarkResumptionQueryElementCollection" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.CancelRequestedQueryElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.CancelRequestedQueryElement" />.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.CancelRequestedQueryElement.NewTrackingQuery">
      <summary>Creates a new <see cref="T:System.Activities.Tracking.CancelRequestedQuery" />.</summary>
      <returns>A <see cref="T:System.Activities.Tracking.CancelRequestedQuery" /> instance.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.CancelRequestedQueryElementCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.CancelRequestedQueryElementCollection" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.CustomTrackingQueryElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.CustomTrackingQueryElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.CustomTrackingQueryElement.NewTrackingQuery">
      <summary>Creates a new <see cref="T:System.Activities.Tracking.CustomTrackingQuery" />.</summary>
      <returns>A new <see cref="T:System.Activities.Tracking.CustomTrackingQuery" /> instance.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.CustomTrackingQueryElementCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.CustomTrackingQueryElementCollection" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.FaultPropagationQueryElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.FaultPropagationQueryElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.FaultPropagationQueryElement.NewTrackingQuery">
      <summary>Creates a new <see cref="T:System.Activities.Tracking.FaultPropagationQuery" /> instance.</summary>
      <returns>The fault propagation query.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.FaultPropagationQueryElementCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.FaultPropagationQueryElementCollection" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.ProfileElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ProfileElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElementCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElementCollection" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.StateElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.StateElement" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.StateElementCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.StateElementCollection" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.StateMachineStateQueryElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.StateMachineStateQueryElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.StateMachineStateQueryElement.NewTrackingQuery">
      <summary> Creates a StateMachine-specific CustomTrackingQuery, if the user specifies StateMachineTrackingQuery element in app.config. </summary>
      <returns> A CustomTrackingQuery instance that tracks StateMachine specific TrackingRecord. </returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.StateMachineStateQueryElementCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.StateMachineStateQueryElementCollection" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationCollection`1.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationCollection`1" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationCollection`1.Add(`0)">
      <summary>Adds an element into the collection.</summary>
      <param name="element">The element to add.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationCollection`1.Clear">
      <summary>Clears the contents of the collection.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationCollection`1.CreateNewElement">
      <summary>Creates a new element.</summary>
      <returns>A new configuration element.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationCollection`1.GetElementKey(System.Configuration.ConfigurationElement)">
      <summary>Gets the element key for the specified configuration element.</summary>
      <param name="element">The configuration element.</param>
      <returns>The element key.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationCollection`1.IndexOf(`0)">
      <summary>Gets the index of the specified configuration element.</summary>
      <param name="element">The configuration element.</param>
      <returns>The zero-based index of the configuration element.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationCollection`1.Remove(`0)">
      <summary>Removes the specified configuration element.</summary>
      <param name="element">The configuration element to remove.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationCollection`1.RemoveAt(System.Int32)">
      <summary>Removes the configuration element at the specified index.</summary>
      <param name="index">The index of the configuration element to remove.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationElement" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationElement.GetStringPairKey(System.String,System.String)">
      <summary>Merges the two specified strings.</summary>
      <param name="value1">The first string.</param>
      <param name="value2">The second string.</param>
      <returns>A string that contains both strings.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.TrackingQueryElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.TrackingQueryElement" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.TrackingQueryElement.NewTrackingQuery">
      <summary>Override this method to create a query instance and set properties not inherited by derived classes.</summary>
      <returns>A <see cref="T:System.Activities.Tracking.TrackingQuery" /> instance.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.TrackingQueryElement.UpdateTrackingQuery(System.Activities.Tracking.TrackingQuery)">
      <summary>Override this method to set the properties that a derived class may inherit. </summary>
      <param name="trackingQuery">The tracking query.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.TrackingSection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.TrackingSection" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.VariableElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.VariableElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.VariableElementCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.VariableElementCollection" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.WorkflowInstanceQueryElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.WorkflowInstanceQueryElement" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.WorkflowInstanceQueryElement.NewTrackingQuery">
      <summary>Creates a new <see cref="T:System.Activities.Tracking.WorkflowInstanceQuery" /> instance.</summary>
      <returns>A new workflow instance query.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.Configuration.WorkflowInstanceQueryElementCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.WorkflowInstanceQueryElementCollection" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.ReceiveMessageRecord.#ctor(System.ServiceModel.Activities.Tracking.ReceiveMessageRecord)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.ReceiveMessageRecord" /> class using the specified <see cref="T:System.ServiceModel.Activities.Tracking.ReceiveMessageRecord" /> instance.</summary>
      <param name="record">The tracking information.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.ReceiveMessageRecord.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.ReceiveMessageRecord" /> class using the specified name.</summary>
      <param name="name">The name of the tracking record.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.ReceiveMessageRecord.Clone">
      <summary>Creates a copy of the <see cref="T:System.ServiceModel.Activities.Tracking.ReceiveMessageRecord" />.</summary>
      <returns>A copy of <see cref="T:System.ServiceModel.Activities.Tracking.ReceiveMessageRecord" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.SendMessageRecord.#ctor(System.ServiceModel.Activities.Tracking.SendMessageRecord)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.SendMessageRecord" /> class using the specified <see cref="T:System.ServiceModel.Activities.Tracking.SendMessageRecord" /> instance.</summary>
      <param name="record">The tracking information.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.SendMessageRecord.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.SendMessageRecord" /> class using the specified name.</summary>
      <param name="name">The name of the tracking record.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.Tracking.SendMessageRecord.Clone">
      <summary>Creates a copy of the <see cref="T:System.ServiceModel.Activities.Tracking.SendMessageRecord" />.</summary>
      <returns>A copy of the <see cref="T:System.ServiceModel.Activities.Tracking.SendMessageRecord" /> instance.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.TransactedReceiveScope.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.TransactedReceiveScope" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowControlClient" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.#ctor(System.ServiceModel.Activities.WorkflowControlEndpoint)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowControlClient" /> class with the specified <see cref="T:System.ServiceModel.Activities.WorkflowControlEndpoint" />.</summary>
      <param name="workflowEndpoint">The workflow control endpoint.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowControlClient" /> class with the specified binding, and <see cref="T:System.ServiceModel.Activities.WorkflowControlEndpoint" />.</summary>
      <param name="binding">The binding.</param>
      <param name="remoteAddress">The workflow control endpoint.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowControlClient" /> class with the specified endpoint configuration.</summary>
      <param name="endpointConfigurationName">The configuration to use.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.#ctor(System.String,System.ServiceModel.EndpointAddress)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowControlClient" /> class with the specified endpoint configuration and <see cref="T:System.ServiceModel.EndpointAddress" />.</summary>
      <param name="endpointConfigurationName">The endpoint configuration.</param>
      <param name="remoteAddress">The endpoint address.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowControlClient" /> class with the specified endpoint configuration and endpoint address.</summary>
      <param name="endpointConfigurationName">The endpoint configuration.</param>
      <param name="remoteAddress">The endpoint address.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.Abandon(System.Guid)">
      <summary>Abandons the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to abandon.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.Abandon(System.Guid,System.String)">
      <summary>Abandons the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to abandon.</param>
      <param name="reason">The reason to abandon the workflow instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.AbandonAsync(System.Guid)">
      <summary>Begins an asynchronous operation that abandons the specified workflow instance.</summary>
      <param name="instanceId">The workflows instance to abandon.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.AbandonAsync(System.Guid,System.Object)">
      <summary>Begins an asynchronous operation that abandons the specified workflow instance with the specified user-defined data.</summary>
      <param name="instanceId">The workflow instance to abandon.</param>
      <param name="userState">The user-defined state data.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.AbandonAsync(System.Guid,System.String)">
      <summary>Begins an asynchronous operation that abandons the specified workflow instance with the specified reason.</summary>
      <param name="instanceId">The workflow instance to abandon.</param>
      <param name="reason">The reason to abandon the workflow instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.AbandonAsync(System.Guid,System.String,System.Object)">
      <summary>Begins an asynchronous operation that abandons the specified workflow instance with the specified reason and user-defined data.</summary>
      <param name="instanceId">The workflow instance to abandon.</param>
      <param name="reason">The reason to abandon the workflow instance.</param>
      <param name="userState">The user-defined state data.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.BeginAbandon(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that abandons the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to abandon.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">The user-defined state data.</param>
      <returns>The asynchronous abandon operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.BeginAbandon(System.Guid,System.String,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that abandons the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to abandon.</param>
      <param name="reason">The reason to abandon the workflow instance.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">The user-defined state data.</param>
      <returns>The asynchronous abandon operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.BeginCancel(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that cancels the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to cancel.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">The user-defined state data.</param>
      <returns>The asynchronous cancel operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.BeginRun(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that runs the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to run.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">The user-defined state data.</param>
      <returns>The asynchronous run operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.BeginSuspend(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that suspends the specified operation.</summary>
      <param name="instanceId">The workflow instance to suspend.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">The user-defined state data.</param>
      <returns>The asynchronous suspend operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.BeginSuspend(System.Guid,System.String,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that suspends the specified operation.</summary>
      <param name="instanceId">The workflow instance to suspend.</param>
      <param name="reason">The reason the workflow instance is suspended.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">The user-defined state data.</param>
      <returns>The asynchronous suspend operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.BeginTerminate(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that terminates a workflow instance.</summary>
      <param name="instanceId">The workflow instance to terminate.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">The user-defined state data.</param>
      <returns>The asynchronous terminate operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.BeginTerminate(System.Guid,System.String,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that terminates a workflow instance.</summary>
      <param name="instanceId">The workflow instance to terminate.</param>
      <param name="reason">The reason to terminate the workflow instance.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">The user-defined state data.</param>
      <returns>The asynchronous terminate operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.BeginUnsuspend(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that unsuspends a workflow instance.</summary>
      <param name="instanceId">The workflow instance to unsuspend.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">The user-defined state data.</param>
      <returns>The asynchronous unsuspend operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.Cancel(System.Guid)">
      <summary>Cancels the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to cancel.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.CancelAsync(System.Guid)">
      <summary>Begins an asynchronous operation that cancels the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to cancel.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.CancelAsync(System.Guid,System.Object)">
      <summary>Begins an asynchronous operation that cancels the specified workflow instance with the specified user-defined data.</summary>
      <param name="instanceId">The workflow instance to cancel.</param>
      <param name="userState">The user-defined data.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.EndAbandon(System.IAsyncResult)">
      <summary>Completes an asynchronous abandon operation.</summary>
      <param name="result">The asynchronous result returned by a call to the <see cref="Overload:System.ServiceModel.Activities.WorkflowControlClient.BeginAbandon" /> method.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.EndCancel(System.IAsyncResult)">
      <summary>Completes an asynchronous cancel operation.</summary>
      <param name="result">The asynchronous result returned by a call to the <see cref="M:System.ServiceModel.Activities.WorkflowControlClient.BeginCancel(System.Guid,System.AsyncCallback,System.Object)" /> method.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.EndRun(System.IAsyncResult)">
      <summary>Completes an asynchronous run operation.</summary>
      <param name="result">The asynchronous result returned by a call to the <see cref="M:System.ServiceModel.Activities.WorkflowControlClient.BeginRun(System.Guid,System.AsyncCallback,System.Object)" /> method.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.EndSuspend(System.IAsyncResult)">
      <summary>Completes an asynchronous suspend operation.</summary>
      <param name="result">The asynchronous result returned by a call to the <see cref="Overload:System.ServiceModel.Activities.WorkflowControlClient.BeginSuspend" /> method.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.EndTerminate(System.IAsyncResult)">
      <summary>Completes an asynchronous terminate operation.</summary>
      <param name="result">The asynchronous result returned by a call to the <see cref="Overload:System.ServiceModel.Activities.WorkflowControlClient.BeginTerminate" /> method.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.EndUnsuspend(System.IAsyncResult)">
      <summary>Completes an asynchronous unsuspend operation.</summary>
      <param name="result">The asynchronous result returned by a call to the <see cref="M:System.ServiceModel.Activities.WorkflowControlClient.BeginUnsuspend(System.Guid,System.AsyncCallback,System.Object)" /> method.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.Run(System.Guid)">
      <summary>Runs the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to run.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.RunAsync(System.Guid)">
      <summary>Begins an asynchronous operation that runs the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to run.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.RunAsync(System.Guid,System.Object)">
      <summary>Begins an asynchronous operation that runs the specified workflow instance with the user-defined state data.</summary>
      <param name="instanceId">The workflow instance to run.</param>
      <param name="userState">The user-defined state data.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.Suspend(System.Guid)">
      <summary>Suspends the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to suspend.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.Suspend(System.Guid,System.String)">
      <summary>Suspends the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to suspend.</param>
      <param name="reason">The reason to suspend the workflow instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.SuspendAsync(System.Guid)">
      <summary>Begins an asynchronous suspend operation </summary>
      <param name="instanceId">The workflow instance to suspend.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.SuspendAsync(System.Guid,System.Object)">
      <summary>Begins an asynchronous suspend operation with the specified workflow instance ID and user-defined state data.</summary>
      <param name="instanceId">The workflow instance to suspend.</param>
      <param name="userState">The user-defined state data.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.SuspendAsync(System.Guid,System.String)">
      <summary>Begins an asynchronous suspend operation with the specified workflow instance ID and reason.</summary>
      <param name="instanceId">The workflow instance to suspend.</param>
      <param name="reason">The reason to suspend the workflow instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.SuspendAsync(System.Guid,System.String,System.Object)">
      <summary>Begins an asynchronous suspend operation with the specified workflow instance ID, reason, and user-defined state data.</summary>
      <param name="instanceId">The workflow instance to suspend.</param>
      <param name="reason">The reason to suspend the workflow instance.</param>
      <param name="userState">The user-defined state data.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.Terminate(System.Guid)">
      <summary>Terminates the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to terminate.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.Terminate(System.Guid,System.String)">
      <summary>Terminates the specified workflow instance with the specified reason.</summary>
      <param name="instanceId">The workflow instance to terminate.</param>
      <param name="reason">The reason to terminate the workflow instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.TerminateAsync(System.Guid)">
      <summary>Begins an asynchronous operation that terminates the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to terminate.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.TerminateAsync(System.Guid,System.Object)">
      <summary>Begins an asynchronous operation that terminates the specified workflow instance with the specified user-defined data.</summary>
      <param name="instanceId">The workflow instance to terminate.</param>
      <param name="userState">The user-defined state data.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.TerminateAsync(System.Guid,System.String)">
      <summary>Begins an asynchronous operation that terminates the specified workflow instance with the specified reason.</summary>
      <param name="instanceId">The workflow instance to terminate.</param>
      <param name="reason">The reason to terminate the workflow instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.TerminateAsync(System.Guid,System.String,System.Object)">
      <summary>Begins an asynchronous operation that terminates the specified workflow instance with the specified reason and user-defined data.</summary>
      <param name="instanceId">The workflow instance to terminate.</param>
      <param name="reason">The reason to terminate the workflow instance.</param>
      <param name="userState">The user-defined state data.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.Unsuspend(System.Guid)">
      <summary>Unsuspends the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to unsuspend.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.UnsuspendAsync(System.Guid)">
      <summary>Begins an asynchronous unsuspend operation.</summary>
      <param name="instanceId">The workflow instance to unsuspend.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlClient.UnsuspendAsync(System.Guid,System.Object)">
      <summary>Begins an asynchronous unsuspend operation with the specified user-defined state data.</summary>
      <param name="instanceId">The workflow instance to unsuspend.</param>
      <param name="userState">The user-defined state data.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlEndpoint.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowControlEndpoint" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowControlEndpoint.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowControlEndpoint" /> class with the specified binding and <see cref="T:System.ServiceModel.EndpointAddress" />.</summary>
      <param name="binding">The binding.</param>
      <param name="address">The endpoint address.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowCreationContext.#ctor">
      <summary>Initiates a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowCreationContext" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowCreationContext.OnAbort">
      <summary>Aborts the <see cref="T:System.ServiceModel.Activities.WorkflowCreationContext" />.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowCreationContext.OnBeginWorkflowCompleted(System.Activities.ActivityInstanceState,System.Collections.Generic.IDictionary{System.String,System.Object},System.Exception,System.TimeSpan,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation to perform workflow instance completion notification. This method is called when the workflow instance associated with this <see cref="T:System.ServiceModel.Activities.WorkflowCreationContext" /> completes. Derived classes can override this operation to perform custom actions on workflow instance completion.
</summary>
      <param name="completionState">The state of the workflow instance.</param>
      <param name="workflowOutputs">A collection of key/value pairs that contain output generated by the workflow instance.</param>
      <param name="terminationException">If present, an error that caused the workflow to terminate.</param>
      <param name="timeout">The time interval during which the asynchronous operation must complete.</param>
      <param name="callback">The location in an application to which control returns when the asynchronous operation completes.</param>
      <param name="state">User-defined state.</param>
      <returns>The status of the asynchronous operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowCreationContext.OnEndWorkflowCompleted(System.IAsyncResult)">
      <summary>Completes an asynchronous operation that notifies workflow instance completion associated with this <see cref="T:System.ServiceModel.Activities.WorkflowCreationContext" />.</summary>
      <param name="result">The status of the asynchronous operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowHostingEndpoint.#ctor(System.Type)">
      <summary>Creates a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowHostingEndpoint" /> class with the specified contract type.</summary>
      <param name="contractType">The type of the contract that defines the basic message exchange patterns for a workflow hosting operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowHostingEndpoint.#ctor(System.Type,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)">
      <summary>Creates a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowHostingEndpoint" /> class with the specified contract type, binding, and endpoint address.</summary>
      <param name="contractType">The service contract for the endpoint.</param>
      <param name="binding">The binding for the endpoint.</param>
      <param name="address">The address of the endpoint.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowHostingEndpoint.OnGetCreationContext(System.Object[],System.ServiceModel.OperationContext,System.Guid,System.ServiceModel.Activities.WorkflowHostingResponseContext)">
      <summary> Override to create a new<see cref="T:System.ServiceModel.Activities.WorkflowCreationContext" /> instance.</summary>
      <param name="inputs">The inputs to the service operation.</param>
      <param name="operationContext">Provides the execution context of the service operation invoked.</param>
      <param name="instanceId">The instance ID of the workflow instance being created.</param>
      <param name="responseContext">The <see cref="T:System.ServiceModel.Activities.WorkflowHostingEndpointResponseContext" /> object that can be used to send replies back to the message source for a request/reply contract.</param>
      <returns>A workflow creation context object.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowHostingEndpoint.OnGetInstanceId(System.Object[],System.ServiceModel.OperationContext)">
      <summary>Override to return the instance ID for the workflow instance being created.</summary>
      <param name="inputs">The inputs to the service operation.</param>
      <param name="operationContext">The operation context of the service operation.</param>
      <returns>The instance ID for the newly created workflow instance.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowHostingEndpoint.OnResolveBookmark(System.Object[],System.ServiceModel.OperationContext,System.ServiceModel.Activities.WorkflowHostingResponseContext,System.Object@)">
      <summary>Override to return a bookmark to be resumed on the workflow instance. </summary>
      <param name="inputs">The inputs to the service operation.</param>
      <param name="operationContext">The execution context of the service operation being invoked.</param>
      <param name="responseContext">The <see cref="T:System.ServiceModel.Activities.WorkflowHostingResponseContext" /> object that can be used to send replies back to the message source for a request/reply contract.</param>
      <param name="value">A value to be passed back to the workflow instance when the bookmark is resumed </param>
      <returns>A bookmark.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowHostingResponseContext.SendResponse(System.Object,System.Object[])">
      <summary>Sends response to a message sent to the <see cref="T:System.ServiceModel.Activities.WorkflowHostingEndpoint" />.</summary>
      <param name="returnValue">The return value of the operation.</param>
      <param name="outputs">The out arguments of the operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowService.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowService" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowService.GetContractDescriptions">
      <summary>Returns a dictionary of contract descriptions keyed by the contract name.</summary>
      <returns>A dictionary of contract descriptions keyed by the contract name.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowService.GetWorkflowRoot">
      <summary>Returns the root of the activity tree.</summary>
      <returns>The root of the activity tree.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowService.Validate(System.Activities.Validation.ValidationSettings)">
      <summary>Verifies that a workflow service is correctly configured according to the validation logic.</summary>
      <param name="settings">The custom settings that customize the behavior of the validation process.</param>
      <returns>A collection of validation errors and validation warnings as a result of the validation process.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowServiceHost" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.#ctor(System.Activities.Activity,System.Uri[])">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowServiceHost" /> class using the specified activity and base addresses.</summary>
      <param name="activity">The root activity of the workflow service.</param>
      <param name="baseAddresses">An array of  base addresses for the workflow service.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.#ctor(System.Object,System.Uri[])">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowServiceHost" /> class using the specified service object and base addresses.</summary>
      <param name="serviceImplementation">The root activity of the workflow service to be hosted.</param>
      <param name="baseAddresses">An array of base addresses for the workflow service.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.#ctor(System.ServiceModel.Activities.WorkflowService,System.Uri[])">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowServiceHost" /> class using the specified service definition and collection of base addresses.</summary>
      <param name="serviceDefinition">The workflow service to host.</param>
      <param name="baseAddresses">An array of base addresses for the hosted workflow service.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.AddServiceEndpoint(System.ServiceModel.Description.ServiceEndpoint)">
      <summary>Adds a service endpoint to the workflow service host.</summary>
      <param name="endpoint">The service endpoint to add.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.AddServiceEndpoint(System.String,System.ServiceModel.Channels.Binding,System.String)">
      <summary>Adds a service endpoint to the workflow service host using the specified contract, binding, and address.</summary>
      <param name="implementedContract">The service contract exposed by the endpoint.</param>
      <param name="binding">The binding for the endpoint.</param>
      <param name="address">The address of the endpoint..</param>
      <returns>A service endpoint.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.AddServiceEndpoint(System.String,System.ServiceModel.Channels.Binding,System.String,System.Uri)">
      <summary>Adds a service endpoint to the workflow service host using the specified contract, binding, endpoint address, and listen URI.</summary>
      <param name="implementedContract">The service contract exposed by the endpoint.</param>
      <param name="binding">The binding for the endpoint.</param>
      <param name="address">The address of the endpoint.</param>
      <param name="listenUri">The address at which the service endpoint listens for incoming messages.</param>
      <returns>A service endpoint.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.AddServiceEndpoint(System.String,System.ServiceModel.Channels.Binding,System.Uri)">
      <summary>Adds a service endpoint to the workflow service host using the specified contract, binding, and address.</summary>
      <param name="implementedContract">The service contract exposed by the endpoint.</param>
      <param name="binding">The binding for the endpoint.</param>
      <param name="address">The address of the endpoint.</param>
      <returns>A service endpoint.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.AddServiceEndpoint(System.String,System.ServiceModel.Channels.Binding,System.Uri,System.Uri)">
      <summary>Adds a service endpoint to the workflow service host using the specified contract, binding, endpoint address, and listen URI.</summary>
      <param name="implementedContract">The contract exposed by the endpoint.</param>
      <param name="binding">The binding for the endpoint.</param>
      <param name="address">The address of the endpoint.l</param>
      <param name="listenUri">The address at which the service endpoint listens for incoming messages.</param>
      <returns>A service endpoint.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.AddServiceEndpoint(System.Xml.Linq.XName,System.ServiceModel.Channels.Binding,System.String,System.Uri,System.String)">
      <summary>Adds a service endpoint to the workflow service host using the specified contract, binding, endpoint address, listen URI, and behavior configuration name.</summary>
      <param name="serviceContractName">The contract exposed by the endpoint</param>
      <param name="binding">The binding for the endpoint.</param>
      <param name="address">The address of the endpoint.</param>
      <param name="listenUri">The address at which the service endpoint listens for incoming messages.</param>
      <param name="behaviorConfigurationName">The endpoint behavior configuration name. </param>
      <returns>A service endpoint.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.AddServiceEndpoint(System.Xml.Linq.XName,System.ServiceModel.Channels.Binding,System.Uri,System.Uri,System.String)">
      <summary>Adds a service endpoint to the workflow service host using the specified implemented contract, binding, endpoint address, listen URI, and a behavior configuration name.</summary>
      <param name="serviceContractName">The contract exposed by the endpoint.</param>
      <param name="binding">The binding for the endpoint.</param>
      <param name="address">The address of the endpoint.</param>
      <param name="listenUri">The address at which the service endpoint listens for incoming messages.</param>
      <param name="behaviorConfigurationName">The behavior configuration name.</param>
      <returns>A service endpoint.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.CreateDescription(System.Collections.Generic.IDictionary{System.String,System.ServiceModel.Description.ContractDescription}@)">
      <summary>Creates a service description of the hosted workflow service using the specified key/value pair collection of address, binding, contract and behavior service endpoint information. </summary>
      <param name="implementedContracts">A collection of key/value pairs that contains the contract description for the hosted workflow service.</param>
      <returns>A service for the hosted workflow service.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.InitializeRuntime">
      <summary>Initializes the runtime for the workflow service host.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.OnAbort">
      <summary>Called when  the workflow service host is aborted.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation invoked when the workflow service host is closed.</summary>
      <param name="timeout">The period of time the asynchronous close operation has to complete before timing out.</param>
      <param name="callback">The asynchronous callback delegate that receives notification of the completion of the asynchronous close operation. </param>
      <param name="state">User-define state data that is associated with the asynchronous close operation.</param>
      <returns>A reference to the asynchronous close operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.OnClose(System.TimeSpan)">
      <summary>Closes down the hosted service, including the channel dispatchers and associated instance contexts and listeners.</summary>
      <param name="timeout">The period of time the close operation has to complete before timing out.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowServiceHost.OnEndClose(System.IAsyncResult)">
      <summary>Completes an asynchronous operation invoked when the workflow service host is closed.</summary>
      <param name="result">A reference to the asynchronous operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowUpdateableControlClient" /> class.</summary>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.#ctor(System.ServiceModel.Activities.WorkflowControlEndpoint)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowUpdateableControlClient" /> class.</summary>
      <param name="workflowEndpoint">The workflow control endpoint.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowUpdateableControlClient" /> class.</summary>
      <param name="binding">The binding.</param>
      <param name="remoteAddress">The endpoint address.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowUpdateableControlClient" /> class.</summary>
      <param name="endpointConfigurationName">The configuration to use.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.#ctor(System.String,System.ServiceModel.EndpointAddress)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowUpdateableControlClient" /> class.</summary>
      <param name="endpointConfigurationName">The configuration to use.</param>
      <param name="remoteAddress">The endpoint address.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.WorkflowUpdateableControlClient" /> class.</summary>
      <param name="endpointConfigurationName">The configuration to use.</param>
      <param name="remoteAddress">The endpoint address.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.Abandon(System.Guid)">
      <summary>Abandons the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to abandon.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.Abandon(System.Guid,System.String)">
      <summary>Abandons the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to abandon.</param>
      <param name="reason">The reason to abandon the workflow instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.AbandonAsync(System.Guid)">
      <summary>Begins an asynchronous operation that abandons the specified workflow instance.</summary>
      <param name="instanceId">The workflows instance to abandon.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.AbandonAsync(System.Guid,System.Object)">
      <summary>Begins an asynchronous operation that abandons the specified workflow instance.</summary>
      <param name="instanceId">The workflows instance to abandon.</param>
      <param name="userState">A user-defined object that contains state information associated with the asynchronous abandon operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.AbandonAsync(System.Guid,System.String)">
      <summary>Begins an asynchronous operation that abandons the specified workflow instance.</summary>
      <param name="instanceId">The workflows instance to abandon.</param>
      <param name="reason">The reason to abandon the workflow instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.AbandonAsync(System.Guid,System.String,System.Object)">
      <summary>Begins an asynchronous operation that abandons the specified workflow instance.</summary>
      <param name="instanceId">The workflows instance to abandon.</param>
      <param name="reason">The reason to abandon the workflow instance.</param>
      <param name="userState">A user-defined object that contains state information associated with the asynchronous abandon operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.BeginAbandon(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that abandons the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to abandon.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">A user-defined object that contains state information associated with the asynchronous abandon operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.BeginAbandon(System.Guid,System.String,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that abandons the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to abandon.</param>
      <param name="reason">The reason to abandon the workflow instance.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">A user-defined object that contains state information associated with the asynchronous abandon operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.BeginCancel(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that cancels the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to cancel.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">A user-defined object that contains state information associated with the asynchronous cancel operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.BeginRun(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that runs the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to run.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">A user-defined object that contains state information associated with the asynchronous run operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.BeginSuspend(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that suspends the specified operation.</summary>
      <param name="instanceId">The workflow instance to suspend.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">A user-defined object that contains state information associated with the asynchronous suspend operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.BeginSuspend(System.Guid,System.String,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that suspends the specified operation.</summary>
      <param name="instanceId">The workflow instance to suspend.</param>
      <param name="reason">The reason to suspend the workflow instance.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">A user-defined object that contains state information associated with the asynchronous suspend operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.BeginTerminate(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that terminates a workflow instance.</summary>
      <param name="instanceId">The workflow instance to terminate.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">A user-defined object that contains state information associated with the asynchronous terminate operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.BeginTerminate(System.Guid,System.String,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that terminates a workflow instance.</summary>
      <param name="instanceId">The workflow instance to terminate.</param>
      <param name="reason">The reason to terminate the workflow instance.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">A user-defined object that contains state information associated with the asynchronous terminate operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.BeginUnsuspend(System.Guid,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that unsuspends a workflow instance.</summary>
      <param name="instanceId">The workflow instance to unsuspend.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">A user-defined object that contains state information associated with the asynchronous unsuspend operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.BeginUpdate(System.Guid,System.Activities.WorkflowIdentity,System.AsyncCallback,System.Object)">
      <summary>Begins an asynchronous operation that updates a workflow instance.</summary>
      <param name="instanceId">The workflow instance to update.</param>
      <param name="updatedDefinitionIdentity">The updated workflow identity.</param>
      <param name="callback">The asynchronous callback delegate that receives the notification of the asynchronous operation completion.</param>
      <param name="state">A user-defined object that contains state information associated with the asynchronous update operation.</param>
      <returns>The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</returns>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.Cancel(System.Guid)">
      <summary>Cancels the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to cancel.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.CancelAsync(System.Guid)">
      <summary>Begins an asynchronous operation that cancels the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to cancel.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.CancelAsync(System.Guid,System.Object)">
      <summary>Begins an asynchronous operation that cancels the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to cancel.</param>
      <param name="userState">A user-defined object that contains state information associated with the asynchronous cancel operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.EndAbandon(System.IAsyncResult)">
      <summary>Completes an asynchronous abandon operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.EndCancel(System.IAsyncResult)">
      <summary>Completes an asynchronous cancel operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.EndRun(System.IAsyncResult)">
      <summary>Completes an asynchronous run operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.EndSuspend(System.IAsyncResult)">
      <summary>Completes an asynchronous suspend operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.EndTerminate(System.IAsyncResult)">
      <summary>Completes an asynchronous terminate operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.EndUnsuspend(System.IAsyncResult)">
      <summary>Completes an asynchronous unsuspend operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.EndUpdate(System.IAsyncResult)">
      <summary>Completes an asynchronous update operation.</summary>
      <param name="result">The <see cref="T:System.IAsyncResult" /> object that represents the status of the asynchronous operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.Run(System.Guid)">
      <summary>Runs the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to run.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.RunAsync(System.Guid)">
      <summary>Begins an asynchronous operation that runs the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to run.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.RunAsync(System.Guid,System.Object)">
      <summary>Begins an asynchronous operation that runs the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to run.</param>
      <param name="userState">A user-defined object that contains state information associated with the asynchronous run operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.Suspend(System.Guid)">
      <summary>Suspends the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to suspend.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.Suspend(System.Guid,System.String)">
      <summary>Suspends the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to suspend.</param>
      <param name="reason">The reason to suspend the workflow instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.SuspendAsync(System.Guid)">
      <summary>Begins an asynchronous suspend operation.</summary>
      <param name="instanceId">The workflow instance to suspend.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.SuspendAsync(System.Guid,System.Object)">
      <summary>Begins an asynchronous suspend operation.</summary>
      <param name="instanceId">The workflow instance to suspend.</param>
      <param name="userState">A user-defined object that contains state information associated with the asynchronous suspend operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.SuspendAsync(System.Guid,System.String)">
      <summary>Begins an asynchronous suspend operation.</summary>
      <param name="instanceId">The workflow instance to suspend.</param>
      <param name="reason">The reason to suspend the workflow instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.SuspendAsync(System.Guid,System.String,System.Object)">
      <summary>Begins an asynchronous suspend operation.</summary>
      <param name="instanceId">The workflow instance to suspend.</param>
      <param name="reason">The reason to suspend the workflow instance.</param>
      <param name="userState">A user-defined object that contains state information associated with the asynchronous run operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.Terminate(System.Guid)">
      <summary>Terminates the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to terminate.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.Terminate(System.Guid,System.String)">
      <summary>Terminates the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to terminate.</param>
      <param name="reason">The reason to terminate the workflow instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.TerminateAsync(System.Guid)">
      <summary>Begins an asynchronous terminate operation.</summary>
      <param name="instanceId">The workflow instance to terminate.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.TerminateAsync(System.Guid,System.Object)">
      <summary>Begins an asynchronous terminate operation.</summary>
      <param name="instanceId">The workflow instance to terminate.</param>
      <param name="userState">A user-defined object that contains state information associated with the asynchronous terminate operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.TerminateAsync(System.Guid,System.String)">
      <summary>Begins an asynchronous terminate operation.</summary>
      <param name="instanceId">The workflow instance to terminate.</param>
      <param name="reason">The reason to terminate the workflow instance.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.TerminateAsync(System.Guid,System.String,System.Object)">
      <summary>Begins an asynchronous terminate operation.</summary>
      <param name="instanceId">The workflow instance to terminate.</param>
      <param name="reason">The reason to terminate the workflow instance.</param>
      <param name="userState">A user-defined object that contains state information associated with the asynchronous terminate operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.Unsuspend(System.Guid)">
      <summary>Unsuspends the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to unsuspend.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.UnsuspendAsync(System.Guid)">
      <summary>Begins an asynchronous unsuspend operation.</summary>
      <param name="instanceId">The workflow instance to unsuspend.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.UnsuspendAsync(System.Guid,System.Object)">
      <summary>Begins an asynchronous unsuspend operation.</summary>
      <param name="instanceId">The workflow instance to unsuspend.</param>
      <param name="userState">A user-defined object that contains state information associated with the asynchronous unsuspend operation.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.Update(System.Guid,System.Activities.WorkflowIdentity)">
      <summary>Updates the specified workflow instance.</summary>
      <param name="instanceId">The workflow instance to update.</param>
      <param name="updatedDefinitionIdentity">The updated workflow identity.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.UpdateAsync(System.Guid,System.Activities.WorkflowIdentity)">
      <summary>Begins an asynchronous update operation.</summary>
      <param name="instanceId">The workflow instance to update.</param>
      <param name="updatedDefinitionIdentity">The updated workflow identity.</param>
    </member>
    <member name="M:System.ServiceModel.Activities.WorkflowUpdateableControlClient.UpdateAsync(System.Guid,System.Activities.WorkflowIdentity,System.Object)">
      <summary>Begins an asynchronous update operation.</summary>
      <param name="instanceId">The workflow instance to update.</param>
      <param name="updatedDefinitionIdentity">The updated workflow identity.</param>
      <param name="userState">A user-defined object that contains state information associated with the asynchronous update operation.</param>
    </member>
    <member name="M:System.ServiceModel.CorrelationActionMessageFilter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.CorrelationActionMessageFilter" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.CorrelationActionMessageFilter.Equals(System.Object)">
      <summary>Determines whether the current <see cref="T:System.ServiceModel.CorrelationActionMessageFilter" /> is equal to the specified <see cref="T:System.ServiceModel.CorrelationActionMessageFilter" />.</summary>
      <param name="other">The <see cref="T:System.ServiceModel.CorrelationActionMessageFilter" /> to compare with the current <see cref="T:System.ServiceModel.CorrelationActionMessageFilter" />.</param>
      <returns>
          <see langword="true" /> if the specified <see cref="T:System.ServiceModel.CorrelationActionMessageFilter" /> is equal to the current <see cref="T:System.ServiceModel.CorrelationActionMessageFilter" />; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.ServiceModel.CorrelationActionMessageFilter.GetHashCode">
      <summary>Returns the hash code for the <see cref="T:System.ServiceModel.CorrelationActionMessageFilter" /> instance.</summary>
      <returns>The hash code for the <see cref="T:System.ServiceModel.CorrelationActionMessageFilter" /> instance.</returns>
    </member>
    <member name="M:System.ServiceModel.CorrelationActionMessageFilter.Match(System.ServiceModel.Channels.Message)">
      <summary>Determines whether the specified message’s action matches the <see cref="P:System.ServiceModel.CorrelationActionMessageFilter.Action" /> of this <see cref="T:System.ServiceModel.CorrelationActionMessageFilter" />.</summary>
      <param name="message">The message to compare.</param>
      <returns>
          <see langword="true" /> if the action matches; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.ServiceModel.CorrelationActionMessageFilter.Match(System.ServiceModel.Channels.MessageBuffer)">
      <summary>Determines whether the action of the message contained by the specified message buffer matches the <see cref="P:System.ServiceModel.CorrelationActionMessageFilter.Action" /> of this <see cref="T:System.ServiceModel.CorrelationActionMessageFilter" />.</summary>
      <param name="messageBuffer">The message buffer that contains the message to compare.</param>
      <returns>
          <see langword="true" /> if the action matches; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.ServiceModel.CorrelationActionMessageFilter.ToString">
      <summary>Returns a <see cref="T:System.String" /> representation of the <see cref="T:System.ServiceModel.CorrelationActionMessageFilter" />.</summary>
      <returns>The current <see cref="T:System.ServiceModel.CorrelationActionMessageFilter" />.</returns>
    </member>
    <member name="M:System.ServiceModel.CorrelationQuery.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.CorrelationQuery" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.CorrelationQuery.Equals(System.Object)">
      <summary>Determines whether the current <see cref="T:System.ServiceModel.CorrelationQuery" /> is equal to the specified object.</summary>
      <param name="other">The object to compare.</param>
      <returns>
          <see langword="true" /> if the current <see cref="T:System.ServiceModel.CorrelationQuery" /> is equal to the specified object; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.ServiceModel.CorrelationQuery.GetHashCode">
      <summary>Returns the hash code for the current <see cref="T:System.ServiceModel.CorrelationQuery" />.</summary>
      <returns>The hash code for the current <see cref="T:System.ServiceModel.CorrelationQuery" />.</returns>
    </member>
    <member name="M:System.ServiceModel.Endpoint.#ctor">
      <summary>Creates a new instance of the <see cref="T:System.ServiceModel.Endpoint" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Endpoint.GetAddress">
      <summary>Gets the address of the endpoint.</summary>
      <returns>The <see cref="T:System.ServiceModel.EndpointAddress" /> of the endpoint.</returns>
    </member>
    <member name="M:System.ServiceModel.Endpoint.GetAddress(System.ServiceModel.ServiceHostBase)">
      <summary>Gets the address of the endpoint using the specified <see cref="T:System.ServiceModel.ServiceHostBase" /> instance.</summary>
      <param name="host">The <see cref="T:System.ServiceModel.ServiceHostBase" /> instance to use.</param>
      <returns>The <see cref="T:System.ServiceModel.EndpointAddress" /> of the endpoint.</returns>
    </member>
    <member name="M:System.ServiceModel.EndpointIdentityExtension.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.EndpointIdentityExtension" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.EndpointIdentityExtension.#ctor(System.ServiceModel.EndpointIdentity)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.EndpointIdentityExtension" /> class with the specified <see cref="T:System.ServiceModel.EndpointIdentity" />.</summary>
      <param name="identity">The endpoint identity.</param>
    </member>
    <member name="M:System.ServiceModel.EndpointIdentityExtension.ProvideValue(System.IServiceProvider)">
      <summary>Provides an <see cref="T:System.ServiceModel.EndpointIdentity" /> for the specified <see cref="T:System.IdentityModel.Claims.Claim" />.</summary>
      <param name="serviceProvider">This parameter is currently ignored.</param>
      <returns>An <see cref="T:System.Object" /> containing the value.</returns>
    </member>
    <member name="M:System.ServiceModel.MessageQuerySet.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.MessageQuerySet" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.MessageQuerySet.#ctor(System.ServiceModel.Dispatcher.MessageQueryTable{System.String})">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.MessageQuerySet" /> class with the specified <see cref="T:System.ServiceModel.Dispatcher.MessageQueryTable`1" />.</summary>
      <param name="queryTable">The message query table.</param>
    </member>
    <member name="M:System.ServiceModel.MessageQuerySet.GetMessageQueryTable">
      <summary>Gets the message query table associated with the current <see cref="T:System.ServiceModel.MessageQuerySet" /> instance.</summary>
      <returns>The message query table.</returns>
    </member>
    <member name="M:System.ServiceModel.XamlIntegration.EndpointIdentityConverter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.XamlIntegration.EndpointIdentityConverter" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.XamlIntegration.EndpointIdentityConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
      <summary>Gets a value that determines whether the converter can convert an <see cref="T:System.ServiceModel.EndpointIdentity" /> instance to the specified type.</summary>
      <param name="context">A type descriptor context that provides a format context.</param>
      <param name="destinationType">The type you want to convert to.</param>
      <returns>
          <see langword="true" /> if the converter can perform the conversion requested; otherwise <see langword="false" />.</returns>
    </member>
    <member name="M:System.ServiceModel.XamlIntegration.EndpointIdentityConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
      <summary>Converts the given object to the specified type, using the specified context and culture information.</summary>
      <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
      <param name="culture">The culture information. If <see langword="null" /> is passed, the current culture is assumed.</param>
      <param name="value">The object to convert.</param>
      <param name="destinationType">The type to convert the <paramref name="value" /> parameter to.</param>
      <returns>The converted value.</returns>
    </member>
    <member name="M:System.ServiceModel.XamlIntegration.ServiceXNameTypeConverter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.XamlIntegration.ServiceXNameTypeConverter" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.XamlIntegration.ServiceXNameTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
      <summary>Gets a value that indicates whether this converter can convert an object of one type to an <see cref="T:System.Xml.Linq.XName" />.  </summary>
      <param name="context">The type descriptor context</param>
      <param name="sourceType">The type to convert from.</param>
      <returns>
          <see langword="true" /> if the converter can perform the conversion; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.ServiceModel.XamlIntegration.ServiceXNameTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
      <summary>Gets a value that indicates whether this converter can convert an <see cref="T:System.Xml.Linq.XName" /> instance to an object of the specified type.</summary>
      <param name="context">The type descriptor context.</param>
      <param name="destinationType">The type to convert to.</param>
      <returns>
          <see langword="true" /> if the converter can perform the conversion; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.ServiceModel.XamlIntegration.ServiceXNameTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
      <summary>Converts the specified value to a <see cref="T:System.Xml.Linq.XName" /> instance.</summary>
      <param name="context">The type descriptor context.</param>
      <param name="culture">The current culture.</param>
      <param name="value">The object to convert.</param>
      <returns>The converted value.</returns>
    </member>
    <member name="M:System.ServiceModel.XamlIntegration.ServiceXNameTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
      <summary>Converts a <see cref="T:System.Xml.Linq.XName" /> instance to an object of the specified type.</summary>
      <param name="context">The type descriptor context.</param>
      <param name="culture">The current culture.</param>
      <param name="value">The value to convert.</param>
      <param name="destinationType">The type to convert the value to.</param>
      <returns>The converted value.</returns>
    </member>
    <member name="M:System.ServiceModel.XamlIntegration.SpnEndpointIdentityExtension.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.XamlIntegration.SpnEndpointIdentityExtension" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.XamlIntegration.SpnEndpointIdentityExtension.#ctor(System.ServiceModel.SpnEndpointIdentity)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.XamlIntegration.SpnEndpointIdentityExtension" /> class. </summary>
      <param name="identity">The service principal name (SPN) endpoint identity.</param>
    </member>
    <member name="M:System.ServiceModel.XamlIntegration.SpnEndpointIdentityExtension.ProvideValue(System.IServiceProvider)">
      <summary>Provides the object that the markup extension represents. </summary>
      <param name="serviceProvider">The service provider.</param>
      <returns>The object that the markup extension represents.</returns>
    </member>
    <member name="M:System.ServiceModel.XamlIntegration.UpnEndpointIdentityExtension.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.XamlIntegration.UpnEndpointIdentityExtension" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.XamlIntegration.UpnEndpointIdentityExtension.#ctor(System.ServiceModel.UpnEndpointIdentity)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.XamlIntegration.UpnEndpointIdentityExtension" /> class with the specified <see cref="T:System.ServiceModel.UpnEndpointIdentity" />.</summary>
      <param name="identity">The User Principal Name (UPN) endpoint identity.</param>
    </member>
    <member name="M:System.ServiceModel.XamlIntegration.UpnEndpointIdentityExtension.ProvideValue(System.IServiceProvider)">
      <summary>Provides the object that the markup extension represents.</summary>
      <param name="serviceProvider">The service provider.</param>
      <returns>The object that the markup extension represents.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.ChannelCacheSettings.IdleTimeout">
      <summary>Gets the maximum interval of time for which the object can remain idle in the cache before being disposed.</summary>
      <returns>An interval of time.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.ChannelCacheSettings.LeaseTimeout">
      <summary>Gets the interval of time after which an object is removed from the cache.</summary>
      <returns>An interval of time.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.ChannelCacheSettings.MaxItemsInCache">
      <summary>Gets the maximum number of objects that can be in the cache.</summary>
      <returns>A maximum number of objects.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.BufferedReceiveElement.BehaviorType">
      <summary>Gets the behavior type of the service element that controls the workflow runtime buffering of messages received from a client instance of workflow.</summary>
      <returns>A type object.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.BufferedReceiveElement.MaxPendingMessagesPerChannel">
      <summary>Gets or sets the maximum number of messages which can be buffered for a communications channel during a workflow service operation.</summary>
      <returns>An integer.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.ChannelSettingsElement.IdleTimeout">
      <summary>Gets or sets the maximum interval of time for which the object can remain idle in the cache before being disposed..</summary>
      <returns>A timespan object.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.ChannelSettingsElement.LeaseTimeout">
      <summary>Gets or sets the interval of time after which an object will be removed from the cache.</summary>
      <returns>A timespan object.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.ChannelSettingsElement.MaxItemsInCache">
      <summary>Gets or sets the maximum number of objects that can be in the cache.</summary>
      <returns>An integer representing a maximum number.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.EtwTrackingBehaviorElement.BehaviorType">
      <summary>Gets the type of the <see cref="T:System.ServiceModel.Activities.Configuration.EtwTrackingBehaviorElement" /> instance.</summary>
      <returns>The type of an event tracking behavior element.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.EtwTrackingBehaviorElement.ProfileName">
      <summary>Gets the tracking profile name parameter for the event tracking behavior element.</summary>
      <returns>A string profile name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.EtwTrackingBehaviorElement.Properties">
      <summary>Gets the <see cref="T:System.Configuration.ConfigurationPropertyCollection" /> of the current event tracking behavior element.</summary>
      <returns>A collection of configuration properties.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.FactorySettingsElement.IdleTimeout">
      <summary>Gets or sets the maximum interval of time for which the object can remain idle in a workflow cache before being disposed.</summary>
      <returns>A timespan object.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.FactorySettingsElement.LeaseTimeout">
      <summary>Gets or sets the interval of time after which an object will be removed from a workflow cache.</summary>
      <returns>A timespan object.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.FactorySettingsElement.MaxItemsInCache">
      <summary>Gets or sets the maximum number of objects that can be in a workflow cache.</summary>
      <returns>An integer representing a maximum number.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.SendMessageChannelCacheElement.AllowUnsafeCaching">
      <summary>Gets a value indicating whether the cache associated with an instance of workflow is turned on or off. </summary>
      <returns>
          <see langword="true" /> if the workflow instance cache is turned on; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.SendMessageChannelCacheElement.BehaviorType">
      <summary>Gets or sets the type of the <see cref="T:System.ServiceModel.Activities.Configuration.SendMessageChannelCacheElement" />.</summary>
      <returns>A type object.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.SendMessageChannelCacheElement.ChannelSettings">
      <summary>Gets or sets the settings of the channel cache.</summary>
      <returns>The settings of the channel cache.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.SendMessageChannelCacheElement.FactorySettings">
      <summary>Gets or sets the settings of the channel factory cache.</summary>
      <returns>The settings of the channel factory cache.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.ServiceModelActivitiesSectionGroup.WorkflowHostingOptionsSection">
      <summary>Gets or sets the <see cref="T:System.ServiceModel.Activities.Configuration.WorkflowHostingOptionsSection" />.</summary>
      <returns>The workflow hosting options section.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.SqlWorkflowInstanceStoreElement.BehaviorType">
      <summary>Gets the type of a <see cref="T:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior" /> object.</summary>
      <returns>A type object.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.SqlWorkflowInstanceStoreElement.ConnectionString">
      <summary>Gets or sets the connection string to the database server.</summary>
      <returns>A string that contains information about the connection to the instance store database.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.SqlWorkflowInstanceStoreElement.ConnectionStringName">
      <summary>Gets or sets a named connection string to the database server.</summary>
      <returns>A string name that represents a connection to a database server.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.SqlWorkflowInstanceStoreElement.HostLockRenewalPeriod">
      <summary>Gets or sets the time period in which the host must renew the lock on an instance.</summary>
      <returns>A timespan object that represents the lock renewal period.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.SqlWorkflowInstanceStoreElement.InstanceCompletionAction">
      <summary>Gets or sets whether workflow instance data is kept in the persistence store after the workflow instance completes or if it is deleted at that point.</summary>
      <returns>An enumeration of the actions that can occur when an instance completes.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.SqlWorkflowInstanceStoreElement.InstanceEncodingOption">
      <summary>Gets or sets the optional property that specifies how compression is used for instance data.</summary>
      <returns>An option that determines the manner in which data compression is performed, if at all.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.SqlWorkflowInstanceStoreElement.InstanceLockedExceptionAction">
      <summary>Gets or sets the action that occurs in response to an exception that is thrown when a workflow instance is locked.</summary>
      <returns>An action response to an exception thrown.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.SqlWorkflowInstanceStoreElement.MaxConnectionRetries">
      <summary>Gets or sets the maximum number of SQL connection retries.  The default value is 4.</summary>
      <returns>An integer representing the maximum number of SQL connection retries.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.SqlWorkflowInstanceStoreElement.RunnableInstancesDetectionPeriod">
      <summary>Gets or sets the <see cref="P:System.Activities.DurableInstancing.SqlWorkflowInstanceStore.RunnableInstancesDetectionPeriod" /> property. Specifies the time period after which the SQL Workflow Instance Store runs a detection task to detect any runnable or activatable workflow instances in the persistence database after the previous detection cycle. </summary>
      <returns>Returns the time interval.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointElement.Address">
      <summary>Gets or sets the URI address for the control endpoint.</summary>
      <returns>A string containing the URI address.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointElement.Binding">
      <summary>Gets or sets the binding for the control endpoint.</summary>
      <returns>A string containing the control endpoint binding.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointElement.BindingConfiguration">
      <summary>Gets or sets the binding configuration for the control endpoint.</summary>
      <returns>A string containing the binding configuration for the endpoint.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointElement.EndpointType">
      <summary>When called or overridden by a derived class, gets the type of the workflow control endpoint.</summary>
      <returns>The type of endpoint.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointElement.Properties">
      <summary>Gets a collection of properties for the control endpoint element.</summary>
      <returns>A collection of configuration properties.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.WorkflowHostingOptionsSection.OverrideSiteName">
      <summary>Gets or sets a value that indicates whether to override site name.</summary>
      <returns>
          <see langword="true" /> if to override site name; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.WorkflowIdleElement.BehaviorType">
      <summary>Gets whether the workflow instance only unloads from memory or is persisted when the workflow instance becomes idle.</summary>
      <returns>An object that represents a type of behavior.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.WorkflowIdleElement.TimeToPersist">
      <summary>Gets or sets the period of time allotted for persisting the workflow instance.</summary>
      <returns>A timespan object.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.WorkflowIdleElement.TimeToUnload">
      <summary>Gets or sets the period of time allotted for unloading the workflow instance.</summary>
      <returns>A timespan object.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.WorkflowInstanceManagementElement.AuthorizedWindowsGroup">
      <summary>Gets or sets the Windows group of users authorized to use the workflow instance control endpoint.</summary>
      <returns>The Windows group of users authorized to use the workflow instance control endpoint.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.WorkflowInstanceManagementElement.BehaviorType">
      <summary>Gets the type of the behavior associated with this configuration element.</summary>
      <returns>The type of behavior associated with this configuration element.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.WorkflowInstanceManagementElement.Properties">
      <summary>Gets the collection of properties associated with this configuration element.</summary>
      <returns>The properties associated with this configuration element.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.WorkflowUnhandledExceptionElement.Action">
      <summary>Gets or sets the process that is invoked when the unhandled exception occurs.</summary>
      <returns>An action.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Configuration.WorkflowUnhandledExceptionElement.BehaviorType">
      <summary>Gets the type of the unhandled exception behavior.</summary>
      <returns>A type object.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.CorrelationInitializer.CorrelationHandle">
      <summary>Gets or sets the <see cref="T:System.ServiceModel.Activities.CorrelationHandle" /> argument for the correlation initializer.</summary>
      <returns>The correlation handle argument.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.CorrelationScope.Body">
      <summary>Gets or sets the activity’s execution logic.</summary>
      <returns>The activity’s execution logic.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.CorrelationScope.CorrelatesWith">
      <summary>Gets or sets the <see cref="T:System.ServiceModel.Activities.CorrelationHandle" /> used by the child messaging activities.</summary>
      <returns>The correlation handle used by the child messaging activities.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Description.BufferedReceiveServiceBehavior.MaxPendingMessagesPerChannel">
      <summary>Gets or sets a value that specifies the maximum number of pending messages allowed for each channel.</summary>
      <returns>The maximum number of pending messages.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Description.EtwTrackingBehavior.ProfileName">
      <summary>Gets or sets the name of the <see cref="T:System.Activities.Tracking.TrackingProfile" /> associated with this behavior.</summary>
      <returns>The name of the <see cref="T:System.Activities.Tracking.TrackingProfile" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior.ConnectionString">
      <summary>Gets the connection string used to connect to persistence database.</summary>
      <returns>The connection string.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior.HostLockRenewalPeriod">
      <summary>Gets or sets the <see cref="P:System.Activities.DurableInstancing.SqlWorkflowInstanceStore.HostLockRenewalPeriod" />. This property specifies the interval within which a host must renew its lock on an instance before the lock expires. If the host does not renew the lock in the specified time period, the instance is unlocked and another host can obtain the lock on the instance.</summary>
      <returns>The specified time period before the instance is unlocked.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior.InstanceCompletionAction">
      <summary>Gets or sets the <see cref="P:System.Activities.DurableInstancing.SqlWorkflowInstanceStore.InstanceCompletionAction" /> property. This property specifies whether the instance state information is kept in the persistence database after the instance is completed.</summary>
      <returns>
          <see langword="true" /> if the instance state information is kept in the persistence database; otherwise <see langword="false" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior.InstanceEncodingOption">
      <summary>Gets or sets the <see cref="P:System.Activities.DurableInstancing.SqlWorkflowInstanceStore.InstanceEncodingOption" /> property. This property specifies whether the instance state information is compressed using the GZip algorithm before the information is saved in the persistence store.</summary>
      <returns>
          <see langword="true" /> if the instance state information is compressed using the GZip algorithm; otherwise <see langword="false" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior.InstanceLockedExceptionAction">
      <summary>Gets or sets the <see cref="P:System.Activities.DurableInstancing.SqlWorkflowInstanceStore.InstanceLockedExceptionAction" /> property. This property specifies what action a service host should take when it receives an <see cref="T:System.Runtime.DurableInstancing.InstanceLockedException" /> when the host tries to lock an instance because the instance is currently locked by another host. </summary>
      <returns>The action a service host should take when receiving a <see cref="T:System.Runtime.DurableInstancing.InstanceLockedException" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior.MaxConnectionRetries">
      <summary>Gets or sets the maximum number of SQL connection retries.  The default value is 4.</summary>
      <returns>An integer representing the maximum number of SQL connection retries.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior.RunnableInstancesDetectionPeriod">
      <summary>Gets or sets the <see cref="P:System.Activities.DurableInstancing.SqlWorkflowInstanceStore.RunnableInstancesDetectionPeriod" /> property. Specifies the time period after which the SQL Workflow Instance Store runs a detection task to detect any runnable or activatable workflow instances in the persistence database after the previous detection cycle. </summary>
      <returns>Returns the value of the time interval.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Description.WorkflowIdleBehavior.TimeToPersist">
      <summary>Gets or sets a value that specifies the <see cref="T:System.TimeSpan" /> that occurs between the time the workflow becomes idle and is persisted.</summary>
      <returns>The time span used to determine when a workflow is persisted.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Description.WorkflowIdleBehavior.TimeToUnload">
      <summary>Gets or sets a value that specifies the <see cref="T:System.TimeSpan" /> that occurs between the time workflow becomes idle and is unloaded.</summary>
      <returns>The time span used to determine when a workflow is unloaded.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Description.WorkflowInstanceManagementBehavior.HttpControlEndpointBinding">
      <summary>Gets the binding for the workflow instance control endpoint when the HTTP protocol is used.</summary>
      <returns>The binding for the workflow instance control endpoint.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Description.WorkflowInstanceManagementBehavior.NamedPipeControlEndpointBinding">
      <summary>Gets the binding for the workflow instance control endpoint when the net.pipe protocol is used.</summary>
      <returns>The binding for the workflow instance control endpoint.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Description.WorkflowInstanceManagementBehavior.WindowsGroup">
      <summary>Gets or sets the Windows group of users authorized to use the workflow instance control endpoint.</summary>
      <returns>The Windows group of users authorized to use the workflow instance control endpoint.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionBehavior.Action">
      <summary>Gets or sets the action to take when an unhandled exception occurs.</summary>
      <returns>A <see cref="T:System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionAction" /> object.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.DurableInstancingOptions.InstanceStore">
      <summary>Refers to a concrete implementation of the <see cref="T:System.Runtime.DurableInstancing.InstanceStore" /> class such as <see cref="T:System.Activities.DurableInstancing.SqlWorkflowInstanceStore" />.</summary>
      <returns>A concrete implementation of the <see cref="T:System.Runtime.DurableInstancing.InstanceStore" /> class.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.HostSettings.IncludeExceptionDetailInFaults">
      <summary>Gets or sets whether exception details are included in faults.</summary>
      <returns>
          <see langword="true" /> if exception details are included in faults; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.HostSettings.ScopeName">
      <summary>Gets or sets the name of scope.</summary>
      <returns>The name of scope.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.HostSettings.UseNoPersistHandle">
      <summary>Gets or sets a value that indicates whether to use non-persistent handle.</summary>
      <returns>
          <see langword="true" /> if non-persistent handle is used; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.InitializeCorrelation.Correlation">
      <summary>Gets or sets the <see cref="T:System.ServiceModel.Activities.CorrelationHandle" /> that references the correlation.</summary>
      <returns>The correlation handle.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.InitializeCorrelation.CorrelationData">
      <summary>Gets or sets a dictionary of correlation data that relates messages to this workflow instance.</summary>
      <returns>A dictionary of correlation data.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.MessageContext.EndToEndTracingId">
      <summary>Gets or sets the End-to-End tracing GUID of the message context.</summary>
      <returns>The End-to-End tracing GUID of the message context.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.MessageContext.Message">
      <summary>Gets or sets the message associated with the message context.</summary>
      <returns>The message associated with the message context.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.QueryCorrelationInitializer.MessageQuerySet">
      <summary>Gets or sets the <see cref="T:System.ServiceModel.MessageQuerySet" /> that is used to perform the <see cref="T:System.ServiceModel.Channels.CorrelationKey" /> calculation.</summary>
      <returns>The <see cref="T:System.ServiceModel.MessageQuerySet" /> that is used to perform the <see cref="T:System.ServiceModel.Channels.CorrelationKey" /> calculation.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Receive.Action">
      <summary>Gets or sets the value of the action header of the message.</summary>
      <returns>The action URI of the message.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Receive.CanCreateInstance">
      <summary>Gets or sets a value that indicates whether a new workflow instance is created to process the message if the message does not correlate to an existing workflow instance..</summary>
      <returns>
          <see langword="true" /> if a new workflow instance is created to process the message, otherwise <see langword="false" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Receive.Content">
      <summary>Gets or sets the data to receive. The content can be either a <see cref="T:System.ServiceModel.Activities.ReceiveMessageContent" /> or a <see cref="T:System.ServiceModel.Activities.ReceiveParametersContent" />.</summary>
      <returns>The data to receive.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Receive.CorrelatesOn">
      <summary>Gets or sets the <see cref="T:System.ServiceModel.MessageQuerySet" /> used to query the message to extract correlation data.</summary>
      <returns>A set of message queries used to extract correlation data from the incoming message.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Receive.CorrelatesWith">
      <summary>Gets or sets a correlation handle that is used to route the message to the appropriate workflow instance.</summary>
      <returns>The correlation handle.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Receive.CorrelationInitializers">
      <summary>Gets a collection of correlation initializers that initialize query-based, context, callback context, or request-reply correlations with a <see cref="T:System.ServiceModel.Activities.Send" /> activity runs.</summary>
      <returns>A collection of correlation initializers.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Receive.KnownTypes">
      <summary>Gets a collection of known types for the operation.</summary>
      <returns>A collection of known types.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Receive.OperationName">
      <summary>Gets or sets the name of the operation implemented by the <see cref="T:System.ServiceModel.Activities.Receive" />.</summary>
      <returns>The name of the operation.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Receive.ProtectionLevel">
      <summary>Gets or sets a value that indicates the protection level for the operation.</summary>
      <returns>The protection level for the operation.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Receive.SerializerOption">
      <summary>Gets or sets a value that specifies the serializer to use for this operation.</summary>
      <returns>The serializer to use.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Receive.ServiceContractName">
      <summary>Gets or sets the name of the service contract.</summary>
      <returns>The service contract name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.ReceiveMessageContent.DeclaredMessageType">
      <summary>Gets or sets the declared message type.</summary>
      <returns>The declared message type.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.ReceiveMessageContent.Message">
      <summary>Gets or sets the message received.</summary>
      <returns>The received message.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.ReceiveParametersContent.Parameters">
      <summary>Modifies the parameters collection.</summary>
      <returns>An ordered collection of key-value pairs with the keys containing the parameter names and the values containing the arguments.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.ReceiveReply.Action">
      <summary>Gets or sets the value of the action header of the message.</summary>
      <returns>The action of the message.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.ReceiveReply.Content">
      <summary>Gets or sets the content received by the <see cref="T:System.ServiceModel.Activities.ReceiveReply" /> activity</summary>
      <returns>The content received.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.ReceiveReply.CorrelationInitializers">
      <summary>Gets a collection of correlation initializers.</summary>
      <returns>A collection of correlation initializers.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.ReceiveReply.Request">
      <summary>Gets or sets a reference to the <see cref="T:System.ServiceModel.Activities.Send" /> activity paired with this <see cref="T:System.ServiceModel.Activities.ReceiveReply" /> activity.</summary>
      <returns>The send activity.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.ReceiveSettings.Action">
      <summary>Gets or sets the value of the action header of the message.</summary>
      <returns>The action URI of the message.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.ReceiveSettings.CanCreateInstance">
      <summary>Gets or sets a value that indicates whether a new workflow instance is created to process the message if the message does not correlate to an existing workflow instance.</summary>
      <returns>
          <see langword="true" /> if a new workflow instance is created to process the message; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.ReceiveSettings.OwnerDisplayName">
      <summary>Gets or sets the display name of the owner.</summary>
      <returns>The display name of the owner.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Send.Action">
      <summary>Gets or sets the value of the action header of the message being sent. </summary>
      <returns>The action of the message.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Send.Content">
      <summary>Gets or sets the content sent by the <see cref="T:System.ServiceModel.Activities.Send" /> activity.</summary>
      <returns>The content to send.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Send.CorrelatesWith">
      <summary>Gets or sets a correlation handle that is used to route the message to the appropriate workflow instance.</summary>
      <returns>The correlation handle.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Send.CorrelationInitializers">
      <summary>Gets a collection of correlation initializers.</summary>
      <returns>A collection of correlation initializers.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Send.Endpoint">
      <summary>Gets or sets the endpoint to send messages to.</summary>
      <returns>The endpoint.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Send.EndpointAddress">
      <summary>Gets or sets the address of the endpoint to send messages to.</summary>
      <returns>The endpoint address.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Send.EndpointConfigurationName">
      <summary>Gets or sets the name of the endpoint configuration.</summary>
      <returns>The endpoint configuration name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Send.KnownTypes">
      <summary>Gets a collection of the known types for the service operation to be called.</summary>
      <returns>A collection of known types.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Send.OperationName">
      <summary>Gets or sets the name of the service operation to be called.</summary>
      <returns>The name of the service operation.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Send.ProtectionLevel">
      <summary>Gets or sets a value that indicates the protection level for the message.</summary>
      <returns>The protection level for the message.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Send.SerializerOption">
      <summary>Gets or sets a value that specifies the serializer to use when sending a message.</summary>
      <returns>The serializer to use for this operation.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Send.ServiceContractName">
      <summary>The name of the contract the service to be called implements.</summary>
      <returns>The name of the service contract.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Send.TokenImpersonationLevel">
      <summary>Gets or sets a value that indicates the token impersonation level allowed for the receiver of the message.</summary>
      <returns>The token impersonation level.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendMessageChannelCache.AllowUnsafeCaching">
      <summary>Gets or sets a value that indicates whether to turn caching on.</summary>
      <returns>
          <see langword="true" /> to turn caching on; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendMessageChannelCache.ChannelSettings">
      <summary>Gets or sets the settings of the channel cache.</summary>
      <returns>The settings of the channel cache.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendMessageChannelCache.FactorySettings">
      <summary>Gets or sets the settings of the channel factory cache.</summary>
      <returns>The settings of the channel factory cache.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendMessageContent.DeclaredMessageType">
      <summary>Gets or sets the declared message type.</summary>
      <returns>The declared message type.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendMessageContent.Message">
      <summary>Gets or sets the data to send.</summary>
      <returns>The data to send.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendParametersContent.Parameters">
      <summary>Gets or sets the workflow service operation parameters.</summary>
      <returns>An ordered collection of key-value pairs with the keys containing the parameter names and the values containing the arguments. </returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendReceiveExtension.HostSettings">
      <summary>Gets the host settings of the send/receive activities.</summary>
      <returns>The host settings of the send/receive activities.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendReply.Action">
      <summary>Gets or sets the value of the action header of the message.</summary>
      <returns>The action URI of the message.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendReply.Content">
      <summary>Gets or sets the content sent by the <see cref="T:System.ServiceModel.Activities.SendReply" /> activity.</summary>
      <returns>The content to send.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendReply.CorrelationInitializers">
      <summary>Gets a collection of correlation initializers.</summary>
      <returns>A collection of correlation initializers.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendReply.PersistBeforeSend">
      <summary>Gets or sets a value that specifies whether the workflow service instance should be persisted before sending the message.</summary>
      <returns>
          <see langword="true" /> if the workflow service should be persisted before sending the message;otherwise <see langword="false" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendReply.Request">
      <summary>Gets or sets a reference to the <see cref="T:System.ServiceModel.Activities.Receive" /> activity paired with this <see cref="T:System.ServiceModel.Activities.SendReply" /> activity. </summary>
      <returns>A receive activity.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendSettings.Endpoint">
      <summary>Gets or sets the endpoint to send messages to.</summary>
      <returns>The endpoint to send messages to.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendSettings.EndpointAddress">
      <summary>Gets or sets the address of the endpoint to send messages to.</summary>
      <returns>The endpoint address.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendSettings.EndpointConfigurationName">
      <summary>Gets or sets the name of the endpoint configuration.</summary>
      <returns>The endpoint configuration name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendSettings.IsOneWay">
      <summary>Gets or sets a value that indicates whether communication is one-way.</summary>
      <returns>
          <see langword="true" /> if communication is one-way; <see langword="false" /> if communication is two-way.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendSettings.OwnerDisplayName">
      <summary>Gets or sets the display name of the owner.</summary>
      <returns>The display name of the owner.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendSettings.ProtectionLevel">
      <summary>Gets or sets a value that indicates the protection level for the message.</summary>
      <returns>One of the enumeration values of the <see cref="T:System.Net.Security.ProtectionLevel" /> enumeration.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendSettings.RequirePersistBeforeSend">
      <summary>Gets or sets a value that indicates whether the workflow service instance should be persisted before sending the message.</summary>
      <returns>
          <see langword="true" /> if the workflow service should be persisted before sending the message; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.SendSettings.TokenImpersonationLevel">
      <summary>Gets or sets a value that indicates the token impersonation level allowed for the receiver of the message.</summary>
      <returns>One of the enumeration values of the <see cref="T:System.Security.Principal.TokenImpersonationLevel" /> enumeration.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ActivityScheduledQueryElement.ActivityName">
      <summary>Gets or sets the name of the activity to filter <see cref="T:System.Activities.Tracking.ActivityScheduledRecord" /> instances on. The default value is "*" (all).</summary>
      <returns>The name of the activity.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ActivityScheduledQueryElement.ChildActivityName">
      <summary>Gets or sets the name of the child activity to filter <see cref="T:System.Activities.Tracking.ActivityScheduledRecord" /> instances on. The default value is "*" (all). </summary>
      <returns>The name of the child activity.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ActivityScheduledQueryElement.Properties">
      <summary>Gets the properties contained in this configuration element.</summary>
      <returns>The properties contained in this configuration element.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ActivityScheduledQueryElementCollection.ElementName">
      <summary>Gets the configuration element name.</summary>
      <returns>The configuration element name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElement.ActivityName">
      <summary>Gets or sets the name of the activity to filter <see cref="T:System.Activities.Tracking.ActivityStateRecord" /> instances on. </summary>
      <returns>The name of the activity.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElement.Arguments">
      <summary>Gets an <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ArgumentElementCollection" /> that contains the variables to filter <see cref="T:System.Activities.Tracking.ActivityStateRecord" /> on.</summary>
      <returns>The collection of arguments.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElement.Properties">
      <summary>Gets a <see cref="T:System.Configuration.ConfigurationPropertyCollection" /> that contains the properties of the configuration element.</summary>
      <returns>The configuration element properties.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElement.States">
      <summary>Gets a <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.StateElementCollection" /> that contains the states to filter <see cref="T:System.Activities.Tracking.ActivityStateRecord" /> on.</summary>
      <returns>The collection of states. </returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElement.Variables">
      <summary>Gets a <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.VariableElementCollection" /> that contains the variables to filter <see cref="T:System.Activities.Tracking.ActivityStateRecord" /> on.</summary>
      <returns>The collection of variables.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElementCollection.ElementName">
      <summary>Gets the configuration element name.</summary>
      <returns>The configuration element name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.AnnotationElement.ElementKey">
      <summary>Gets a key that uniquely identifies the annotation.</summary>
      <returns>The element key.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.AnnotationElement.Name">
      <summary>Gets or sets the name of the annotation.</summary>
      <returns>The name of the annotation.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.AnnotationElement.Properties">
      <summary>Gets a <see cref="T:System.Configuration.ConfigurationPropertyCollection" /> that contains the properties for the configuration element.</summary>
      <returns>The collection of properties.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.AnnotationElement.Value">
      <summary>Gets or sets the value of the annotation.</summary>
      <returns>The value of the annotation.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.AnnotationElementCollection.ElementName">
      <summary>Gets the configuration element name.</summary>
      <returns>The configuration element name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ArgumentElement.ElementKey">
      <summary>Gets a key that uniquely identifies the argument.</summary>
      <returns>The element key.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ArgumentElement.Name">
      <summary>Gets or sets the name of the argument.</summary>
      <returns>The argument name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ArgumentElement.Properties">
      <summary>Gets the collection of properties</summary>
      <returns>The <see cref="T:System.Configuration.ConfigurationPropertyCollection" /> of properties for the element.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ArgumentElementCollection.ElementName">
      <summary>Gets the configuration element name.</summary>
      <returns>The configuration element name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.BookmarkResumptionQueryElement.Name">
      <summary>Gets or sets the name of the bookmark.</summary>
      <returns>The bookmark name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.BookmarkResumptionQueryElement.Properties">
      <summary>Gets a <see cref="T:System.Configuration.ConfigurationPropertyCollection" /> that contains the properties associated with this element.</summary>
      <returns>A collection of properties.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.BookmarkResumptionQueryElementCollection.ElementName">
      <summary>Gets the configuration element name.</summary>
      <returns>The configuration element name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.CancelRequestedQueryElement.ActivityName">
      <summary>Gets or sets the name of the activity to subscribe for the <see cref="T:System.Activities.Tracking.CancelRequestedRecord" /> from the specified activity that issued the cancel request.</summary>
      <returns>The activity name to subscribe for <see cref="T:System.Activities.Tracking.CancelRequestedRecord" /> on.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.CancelRequestedQueryElement.ChildActivityName">
      <summary>Gets or sets the name of the child activity to subscribe for the <see cref="T:System.Activities.Tracking.CancelRequestedRecord" /> activity name to be canceled.</summary>
      <returns>The name of the child activity to subscribe for <see cref="T:System.Activities.Tracking.CancelRequestedRecord" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.CancelRequestedQueryElement.Properties">
      <summary>Gets a <see cref="T:System.Configuration.ConfigurationPropertyCollection" /> that contains the properties associated with this element.</summary>
      <returns>A collection of properties.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.CancelRequestedQueryElementCollection.ElementName">
      <summary>Gets the configuration element name.</summary>
      <returns>The configuration element name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.CustomTrackingQueryElement.ActivityName">
      <summary>Gets or sets the name of the activity to filter <see cref="T:System.Activities.Tracking.CustomTrackingRecord" /> instances on. The default value is “*” (all).</summary>
      <returns>The name of the activity to filter on.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.CustomTrackingQueryElement.Name">
      <summary>Gets or sets the name of the activity for which to query for tracking records.</summary>
      <returns>The activity name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.CustomTrackingQueryElement.Properties">
      <summary>Gets a <see cref="T:System.Configuration.ConfigurationPropertyCollection" /> that contains the properties associated with this element.</summary>
      <returns>The property collection.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.CustomTrackingQueryElementCollection.ElementName">
      <summary>Gets the configuration element name.</summary>
      <returns>The configuration element name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.FaultPropagationQueryElement.FaultHandlerActivityName">
      <summary>Gets or sets the name of the activity that handles the fault that is used to subscribe for <see cref="T:System.Activities.Tracking.FaultPropagationRecord" /> instances. </summary>
      <returns>The activity name to filter on.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.FaultPropagationQueryElement.FaultSourceActivityName">
      <summary>Gets or sets the name of the activity that generates the fault that is used to subscribe for <see cref="T:System.Activities.Tracking.FaultPropagationRecord" /> instances. </summary>
      <returns>The activity name to filter on.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.FaultPropagationQueryElement.Properties">
      <summary>Gets the <see cref="T:System.Configuration.ConfigurationPropertyCollection" /> that contains the properties associated with this element.</summary>
      <returns>The property collection.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.FaultPropagationQueryElementCollection.ElementName">
      <summary>Gets the configuration element name.</summary>
      <returns>The configuration element name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileElement.ElementKey">
      <summary>Gets a key that uniquely identifies the profile.</summary>
      <returns>The element key.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileElement.ImplementationVisibility">
      <summary>Gets or sets the visibility mode of the tracking profile.</summary>
      <returns>The visibility mode of the tracking profile</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileElement.Name">
      <summary>Gets or sets the name of the tracking profile.</summary>
      <returns>The name of the tracking profile. </returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileElement.Properties">
      <summary>Gets a <see cref="T:System.Configuration.ConfigurationPropertyCollection" /> that contains the properties associated with this element.</summary>
      <returns>The properties collection.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileElement.Workflows">
      <summary>Gets the collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement" /> elements associated with this <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ProfileElement" />.</summary>
      <returns>A collection of profile workflow query elements.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileElementCollection.CollectionType">
      <summary>Gets a value that specifies the type of collection contained within this element.</summary>
      <returns>One of the <see cref="T:System.Configuration.ConfigurationElementCollectionType" /> enumeration values.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement.ActivityDefinitionId">
      <summary>Gets or sets the activity definition ID of the workflow being tracked.</summary>
      <returns>The activity definition ID</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement.ActivityScheduledQueries">
      <summary>Gets a collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ActivityScheduledQueryElement" /> elements.</summary>
      <returns>A collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ActivityScheduledQueryElement" /> elements.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement.ActivityStateQueries">
      <summary>Gets a collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElement" /> elements.</summary>
      <returns>A <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElementCollection" /> object.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement.BookmarkResumptionQueries">
      <summary>Gets a collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.BookmarkResumptionQueryElement" /> elements.</summary>
      <returns>A collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.BookmarkResumptionQueryElement" /> elements.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement.CancelRequestedQueries">
      <summary>Gets a collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.CancelRequestedQueryElement" /> elements.</summary>
      <returns>A collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.CancelRequestedQueryElement" /> elements.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement.CustomTrackingQueries">
      <summary>Gets a collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.CustomTrackingQueryElement" /> elements.</summary>
      <returns>A <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.CustomTrackingQueryElementCollection" /> object.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement.ElementKey">
      <summary>Gets a key that uniquely identifies the workflow being tracked.</summary>
      <returns>The element key.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement.FaultPropagationQueries">
      <summary>Gets a collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.FaultPropagationQueryElement" /> elements.</summary>
      <returns>A collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.FaultPropagationQueryElement" /> elements. </returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement.Properties">
      <summary>Gets a collection of <see cref="T:System.Configuration.ConfigurationProperty" /> properties.</summary>
      <returns>A <see cref="T:System.Configuration.ConfigurationPropertyCollection" /> object.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement.StateMachineStateQueries">
      <summary>Gets a collection of StateMachineStateQueryElement configuration in DotNetConfig.xsd file.</summary>
      <returns>A collection of StateMachineStateQueryElement configuration in DotNetConfig.xsd file.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement.WorkflowInstanceQueries">
      <summary>Gets a collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.WorkflowInstanceQueryElement" /> elements.</summary>
      <returns>A <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.WorkflowInstanceQueryElementCollection" /> object.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElementCollection.ElementName">
      <summary>Gets the configuration element name.</summary>
      <returns>The configuration element name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.StateElement.ElementKey">
      <summary>Gets a key that uniquely identifies the element query.</summary>
      <returns>The element key.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.StateElement.Name">
      <summary>Gets or sets the state name to filter on.</summary>
      <returns>The state name to filter on. The default value is “*” (all).</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.StateElement.Properties">
      <summary>Gets a collection of <see cref="T:System.Configuration.ConfigurationProperty" /> properties.</summary>
      <returns>A collection of configuration properties.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.StateMachineStateQueryElement.ActivityName">
      <summary> Gets or sets the activity name filter attribute in StateMachineTrackingQuery element. </summary>
      <returns>The activity name filter attribute in StateMachineTrackingQuery element.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.StateMachineStateQueryElement.Properties">
      <summary> Gets the attributes in StateMachineTrackingQuery element. </summary>
      <returns>The attributes in StateMachineTrackingQuery element.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.StateMachineStateQueryElementCollection.ElementName">
      <summary> Gets the name of StateMachineTrackingQuery element in the DotNetConfig.xsd file.</summary>
      <returns>The name of StateMachineTrackingQuery element in the DotNetConfig.xsd file.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationCollection`1.CollectionType">
      <summary>Gets or sets the collection type.</summary>
      <returns>One of the <see cref="T:System.Configuration.ConfigurationElementCollectionType" /> enumeration values.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationCollection`1.Item(System.Int32)">
      <summary>Gets the element as the specified index.</summary>
      <param name="index">The index of the element to retrieve.</param>
      <returns>The element at the specified index.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationElement.ElementKey">
      <summary>Gets a key that uniquely identifies the configuration element.</summary>
      <returns>The element key.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.TrackingQueryElement.Annotations">
      <summary>Gets a collection of annotations associated with the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.TrackingQueryElement" />.</summary>
      <returns>A collection of annotations.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.TrackingQueryElement.ElementKey">
      <summary>A key that uniquely identifies the tracking query.</summary>
      <returns>The element key.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.TrackingQueryElement.Properties">
      <summary>Gets the collection of properties.</summary>
      <returns>The collection of properties for the element.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.TrackingSection.Profiles">
      <summary>Gets a collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ProfileElement" /> elements.</summary>
      <returns>A collection of elements.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.TrackingSection.Properties">
      <summary>Gets the collection of properties.</summary>
      <returns>The collection of properties for the element.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.TrackingSection.TrackingProfiles">
      <summary>Gets a collection of <see cref="T:System.Activities.Tracking.TrackingProfile" /> objects.</summary>
      <returns>A collection of <see cref="T:System.Activities.Tracking.TrackingProfile" /> objects.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.VariableElement.ElementKey">
      <summary>Gets a key that uniquely identifies the variable query.</summary>
      <returns>The element key.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.VariableElement.Name">
      <summary>Gets or sets the name of the variable to be extracted.</summary>
      <returns>The variable name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.VariableElement.Properties">
      <summary>Gets the collection of properties.</summary>
      <returns>The collection of properties for the element.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.VariableElementCollection.ElementName">
      <summary>Gets the configuration element name.</summary>
      <returns>The configuration element name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.WorkflowInstanceQueryElement.Properties">
      <summary>Gets the collection of properties.</summary>
      <returns>The collection of properties for the element.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.Configuration.WorkflowInstanceQueryElement.States">
      <summary>The workflow states that the query filters on.</summary>
      <returns>The states to filter on.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.ReceiveMessageRecord.E2EActivityId">
      <summary>Gets the receiving end-to-end activity ID associated with this record.</summary>
      <returns>The activity ID.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.ReceiveMessageRecord.MessageId">
      <summary>Gets the message ID of the message associated with this record.</summary>
      <returns>The message ID.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.Tracking.SendMessageRecord.E2EActivityId">
      <summary>Gets the sending end-to-end activity ID associated with this record.</summary>
      <returns>The end-to-end activity ID.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.TransactedReceiveScope.Body">
      <summary>Gets or sets the <see cref="T:System.Activities.Activity" /> that makes up the body of the <see cref="T:System.ServiceModel.Activities.TransactedReceiveScope" /> activity. </summary>
      <returns>The body of the transacted receive scope.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.TransactedReceiveScope.Request">
      <summary>Gets or sets the <see cref="T:System.ServiceModel.Activities.Receive" /> activity associated with this <see cref="T:System.ServiceModel.Activities.TransactedReceiveScope" /> activity.</summary>
      <returns>The receive activity associated with the transacted receive scope.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.TransactedReceiveScope.Variables">
      <summary>Gets the collection of <see cref="T:System.Activities.Variable" /> associated with this <see cref="T:System.ServiceModel.Activities.TransactedReceiveScope" />.</summary>
      <returns>The variables associated with the transacted receive scope.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.WorkflowCreationContext.CreateOnly">
      <summary>Gets or sets a value that indicates if the workflow instance should be suspended or run after creation..</summary>
      <returns>
          <see langword="true" /> if the workflow instance is suspended after it is created ; <see langword="false" /> if the workflow is run after it is created.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.WorkflowCreationContext.IsCompletionTransactionRequired">
      <summary>Gets or sets a value that indicates whether the <see cref="M:System.ServiceModel.Activities.WorkflowCreationContext.OnBeginWorkflowCompleted(System.Activities.ActivityInstanceState,System.Collections.Generic.IDictionary{System.String,System.Object},System.Exception,System.TimeSpan,System.AsyncCallback,System.Object)" /> method is called in a transaction..</summary>
      <returns>
          <see langword="true" /> if a completion transaction is required; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.WorkflowCreationContext.WorkflowArguments">
      <summary>Gets the arguments passed to the newly created workflow instance.</summary>
      <returns>A dictionary of key/value pair arguments to the workflow instance.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.WorkflowHostingEndpoint.CorrelationQueries">
      <summary>Gets a collection of <see cref="T:System.ServiceModel.CorrelationQuery" /> instances .</summary>
      <returns>A collection of correlation queries.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.WorkflowService.AllowBufferedReceive">
      <summary>Gets or sets a value that indicates whether the workflow service has buffered receive processing enabled for incoming messages.</summary>
      <returns>
          <see langword="true" /> if the workflow service has buffered receive processing enabled for incoming messages; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.WorkflowService.Body">
      <summary>Gets or sets the activity tree for this workflow service.</summary>
      <returns>The activity tree for this workflow service.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.WorkflowService.ConfigurationName">
      <summary>Gets or sets the workflow service configuration name.</summary>
      <returns>The workflow service configuration name.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.WorkflowService.DefinitionIdentity">
      <summary>Gets or sets the definition identity of the workflow service.</summary>
      <returns>The definition identity of the workflow service.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.WorkflowService.Endpoints">
      <summary>Gets the collection of endpoints of this workflow service.</summary>
      <returns>The collection of endpoints of this workflow service.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.WorkflowService.ImplementedContracts">
      <summary>Gets the contracts implemented by the workflow service.</summary>
      <returns>The <see cref="T:System.Collections.ObjectModel.Collection`1" /> object that contains the contracts implemented by the workflow service.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.WorkflowService.Name">
      <summary>Gets or sets the name of the workflow service as an <see cref="T:System.Xml.Linq.XName" /> object.</summary>
      <returns>The name of the workflow service.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.WorkflowService.UpdateMaps">
      <summary>Gets the dynamic update maps.</summary>
      <returns>A <see cref="T:System.Collections.Generic.IDictionary`2" /> object that represents the dynamic update maps.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.WorkflowServiceHost.Activity">
      <summary>Gets the root activity of the hosted workflow service. </summary>
      <returns>The root activity of the hosted workflow service.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.WorkflowServiceHost.DurableInstancingOptions">
      <summary>Gets the <see cref="T:System.ServiceModel.Activities.DurableInstancingOptions" /> associated with the workflow service host. </summary>
      <returns>The durable instancing options.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.WorkflowServiceHost.SupportedVersions">
      <summary>Gets a list of workflow versions that are supported by this workflow service host.</summary>
      <returns>A list of workflow versions that are supported by this workflow service host.</returns>
    </member>
    <member name="P:System.ServiceModel.Activities.WorkflowServiceHost.WorkflowExtensions">
      <summary>Gets a <see cref="T:System.Activities.Hosting.WorkflowInstanceExtensionManager" /> object to add or remove extensions to the workflow service instance.</summary>
      <returns>workflow instance extension manager.</returns>
    </member>
    <member name="P:System.ServiceModel.CorrelationActionMessageFilter.Action">
      <summary>Gets or sets the action for the <see cref="T:System.ServiceModel.CorrelationActionMessageFilter" />.</summary>
      <returns>The action for the <see cref="T:System.ServiceModel.CorrelationActionMessageFilter" />.</returns>
    </member>
    <member name="P:System.ServiceModel.CorrelationQuery.Select">
      <summary>Gets or sets the <see cref="T:System.ServiceModel.MessageQuerySet" /> that contains the elements in the message that compose the instance key that uniquely identifies the message.</summary>
      <returns>The <see cref="T:System.ServiceModel.MessageQuerySet" /> that contains the elements in the message that compose the instance key that uniquely identifies the message.</returns>
    </member>
    <member name="P:System.ServiceModel.CorrelationQuery.SelectAdditional">
      <summary>Gets a collection of clauses, each of which defines the set of elements in the message that make up an associated key.</summary>
      <returns>A collection of clauses, each of which defines the set of elements in the message that make up an associated key.</returns>
    </member>
    <member name="P:System.ServiceModel.CorrelationQuery.Where">
      <summary>Gets or sets the <see cref="T:System.ServiceModel.Dispatcher.MessageFilter" /> that defines the set of messages for which this query applies.</summary>
      <returns>The message filter that defines the set of messages for which this query applies.</returns>
    </member>
    <member name="P:System.ServiceModel.Endpoint.AddressUri">
      <summary>Gets or sets the endpoint’s URI.</summary>
      <returns>The <see cref="T:System.Uri" /> for the endpoint..</returns>
    </member>
    <member name="P:System.ServiceModel.Endpoint.BehaviorConfigurationName">
      <summary>Gets or sets the behavior configuration name.</summary>
      <returns>The behavior configuration name.</returns>
    </member>
    <member name="P:System.ServiceModel.Endpoint.Binding">
      <summary>Gets or sets the binding for the endpoint.</summary>
      <returns>The <see cref="T:System.ServiceModel.Channels.Binding" /> for the endpoint.</returns>
    </member>
    <member name="P:System.ServiceModel.Endpoint.Headers">
      <summary>Gets the address headers collection for the endpoint.</summary>
      <returns>A collection of <see cref="T:System.ServiceModel.Channels.AddressHeader" /> derived instances. </returns>
    </member>
    <member name="P:System.ServiceModel.Endpoint.Identity">
      <summary>Gets or sets the endpoint identity for the endpoint.</summary>
      <returns>The <see cref="T:System.ServiceModel.EndpointIdentity" /> for the endpoint.</returns>
    </member>
    <member name="P:System.ServiceModel.Endpoint.ListenUri">
      <summary>Gets or sets the listen URI for the endpoint.</summary>
      <returns>A <see cref="T:System.Uri" /> containing the listen URI for the endpoint.</returns>
    </member>
    <member name="P:System.ServiceModel.Endpoint.Name">
      <summary>Gets or sets the endpoint name.</summary>
      <returns>A <see cref="T:System.String" /> containing the endpoint’s name.</returns>
    </member>
    <member name="P:System.ServiceModel.Endpoint.ServiceContractName">
      <summary>Gets or sets the service contract name.</summary>
      <returns>The service contract name.</returns>
    </member>
    <member name="P:System.ServiceModel.EndpointIdentityExtension.ClaimResource">
      <summary>
          Gets or sets the claim resource.</summary>
      <returns>An <see cref="T:System.Object" /> containing the claim resource.</returns>
    </member>
    <member name="P:System.ServiceModel.EndpointIdentityExtension.ClaimRight">
      <summary>Gets or sets the claim right.</summary>
      <returns>A <see cref="T:System.String" /> containing the claim right.</returns>
    </member>
    <member name="P:System.ServiceModel.EndpointIdentityExtension.ClaimType">
      <summary>Gets or sets the claim type.</summary>
      <returns>A <see cref="T:System.String" /> containing the claim type.</returns>
    </member>
    <member name="P:System.ServiceModel.MessageQuerySet.Name">
      <summary>Gets or sets the name of the <see cref="T:System.ServiceModel.MessageQuerySet" /> instance.</summary>
      <returns>The name of the message query set.</returns>
    </member>
    <member name="P:System.ServiceModel.XamlIntegration.SpnEndpointIdentityExtension.SpnName">
      <summary>Gets or sets the service principle name.</summary>
      <returns>The service principle name.</returns>
    </member>
    <member name="P:System.ServiceModel.XamlIntegration.UpnEndpointIdentityExtension.UpnName">
      <summary>Gets or sets the user principle name.</summary>
      <returns>The user principle name.</returns>
    </member>
    <member name="T:System.ServiceModel.Activities.CallbackCorrelationInitializer">
      <summary>Initializes the associated <see cref="P:System.ServiceModel.Activities.CorrelationInitializer.CorrelationHandle" /> with a callback correlation.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.ChannelCacheSettings">
      <summary>Represents settings that define operational characteristics of a channel cache.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Configuration.BufferedReceiveElement">
      <summary>Defines the configuration element that controls the buffering of data received from the client by the workflow service operation. This is a sealed class.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Configuration.ChannelSettingsElement">
      <summary>Enables assigning values to the settings of a channel listener configuration element in a workflow service application. This is a sealed class.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Configuration.EtwTrackingBehaviorElement">
      <summary>Creates and maintains the <see cref="T:System.ServiceModel.Activities.Description.EtwTrackingBehavior" /> sub-element in the service behaviors section of a Sql workflow configuration file.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Configuration.FactorySettingsElement">
      <summary>Enables assigning values to the settings of a channel factory configuration element in a workflow service application. This is a sealed class.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Configuration.SendMessageChannelCacheElement">
      <summary>Creates and maintains the sub-element that configures use of the <see cref="T:System.ServiceModel.Activities.SendMessageChannelCache" />, in the service behaviors section of a workflow configuration file. This is a sealed class.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Configuration.ServiceModelActivitiesSectionGroup">
      <summary>Represents a configuration section that contains workflow hosting options.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Configuration.SqlWorkflowInstanceStoreElement">
      <summary>Creates and maintains the <see cref="T:System.Activities.DurableInstancing.SqlWorkflowInstanceStore" /> sub-element of the service behaviors section of a Sql workflow configuration file.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointCollectionElement">
      <summary>Represents a collection of <see cref="T:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointElement" /> objects in a workflow control configuration element.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Configuration.WorkflowControlEndpointElement">
      <summary>Defines a workflow control endpoint element for a workflow configuration file. </summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Configuration.WorkflowHostingOptionsSection">
      <summary>Represents the configuration section for the workflow hosting options. </summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Configuration.WorkflowIdleElement">
      <summary>Handles the properties of the workflow definition idle element. The idle element defines the process that is followed when the workflow instance goes into an idle state. This is a sealed class.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Configuration.WorkflowInstanceManagementElement">
      <summary>Adds the <see cref="T:System.ServiceModel.Activities.Description.WorkflowInstanceManagementBehavior" /> to the service host.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Configuration.WorkflowUnhandledExceptionElement">
      <summary>Handles the properties of an unhandled exception that occurs during a workflow service operation.  This is a sealed class.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.ContextCorrelationInitializer">
      <summary>Initializes the associated <see cref="P:System.ServiceModel.Activities.CorrelationInitializer.CorrelationHandle" /> with a.NET Context Exchange-based correlation, subject to the <see cref="T:System.ServiceModel.Channels.ContextExchangeMechanism" /> specified.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.CorrelationHandle">
      <summary>Associates activities together in a correlation by representing a particular shared <see cref="T:System.Runtime.DurableInstancing.InstanceKey" /> or transient context in the workflow. </summary>
    </member>
    <member name="T:System.ServiceModel.Activities.CorrelationInitializer">
      <summary>An abstract base class for correlation initializers that are used to tell the runtime what protocol is being used for the correlation.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.CorrelationScope">
      <summary>Provides implicit <see cref="T:System.ServiceModel.Activities.CorrelationHandle" /> management for child messaging activities.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Description.BufferedReceiveServiceBehavior">
      <summary>A service behavior that enables your service to use buffered receive processing. </summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Description.EtwTrackingBehavior">
      <summary>A service behavior that allows a service to utilize ETW tracking using an <see cref="T:System.Activities.Tracking.EtwTrackingParticipant" />.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior">
      <summary>A service behavior that allows you to configure the <see cref="T:System.Activities.DurableInstancing.SqlWorkflowInstanceStore" /> feature, which supports persisting state information for workflow service instances into an SQL Server 2005 or SQL Server 2008 database.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Description.WorkflowContractBehaviorAttribute">
      <summary>An attribute that can be applied to a service contract to enable workflow service model dispatch behavior. This attribute ensures that appropriate dispatch components are created..</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Description.WorkflowIdleBehavior">
      <summary>A service behavior that controls when idle workflow instances are unloaded and persisted.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Description.WorkflowInstanceManagementBehavior">
      <summary>A behavior that adds a workflow control endpoint with a fixed configuration to the service host.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionAction">
      <summary>An enumeration that specifies the action to perform when an unhandled exception occurs within a workflow.</summary>
    </member>
    <member name="F:System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionAction.Abandon">
      <summary>Abandons the workflow instance.</summary>
    </member>
    <member name="F:System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionAction.Cancel">
      <summary>Cancels the workflow instance.</summary>
    </member>
    <member name="F:System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionAction.Terminate">
      <summary>Terminates the workflow instance. The instance state is <see cref="F:System.Activities.Hosting.WorkflowInstanceState.Complete" />.</summary>
    </member>
    <member name="F:System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionAction.AbandonAndSuspend">
      <summary>Abandons the workflow instance and marks the last persisted state as suspended. If there is no last persisted instance can be found, the workflow instance is aborted.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionBehavior">
      <summary>A service behavior that enables you to specify the action to take when an unhandled exception occurs within a workflow service.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.DurableInstancingOptions">
      <summary>Used mainly to associate a concrete implementation of the <see cref="T:System.Runtime.DurableInstancing.InstanceStore" /> such as <see cref="T:System.Activities.DurableInstancing.SqlWorkflowInstanceStore" /> with a workflow service host. This class is also used to add instance owner metadata.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.HostSettings">
      <summary>Represents settings that define operational characteristics of a host.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.InitializeCorrelation">
      <summary>Initializes correlation without sending or receiving a message.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.IReceiveMessageCallback">
      <summary>Implements a callback to be executed when a service message is received by the <see cref="T:System.ServiceModel.Activities.Receive" /> and <see cref="T:System.ServiceModel.Activities.ReceiveParameters" /> activities.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.ISendMessageCallback">
      <summary>An interface that implements a callback that is called just before a message is sent on the wire by the <see cref="T:System.ServiceModel.Activities.Send" /> or <see cref="T:System.ServiceModel.Activities.SendParametersContent" /> activities. </summary>
    </member>
    <member name="T:System.ServiceModel.Activities.IWorkflowInstanceManagement">
      <summary>Represents a service contract that defines a set of operations that allow you to control workflow instances.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.IWorkflowUpdateableInstanceManagement">
      <summary>Represents a service contract that defines a set of operations that allow you to update workflow instances.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.MessageContext">
      <summary>Represents a message context.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.QueryCorrelationInitializer">
      <summary>Initializes the associated <see cref="P:System.ServiceModel.Activities.CorrelationInitializer.CorrelationHandle" /> based on the results of the <see cref="P:System.ServiceModel.Activities.QueryCorrelationInitializer.MessageQuerySet" /> when the message is sent or received.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Receive">
      <summary>An activity that receives a message.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.ReceiveContent">
      <summary>An abstract base class for classes that represent the data received by a workflow service.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.ReceiveMessageContent">
      <summary>A class used to receive a <see cref="T:System.ServiceModel.Channels.Message" /> or a message contract type within a workflow service.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.ReceiveParametersContent">
      <summary>Enables a workflow service to receive data n the form of parameters.<see cref="T:System.ServiceModel.Activities.ReceiveParametersContent" /> is interoperable with non-workflow WCF clients and services. The <see cref="P:System.ServiceModel.Activities.ReceiveParametersContent.Parameters" /> collection is similar to the argument declaration on a C# method signature.The <see cref="P:System.ServiceModel.Activities.ReceiveParametersContent.Parameters" /> collection cannot contain arguments marked with <see cref="T:System.ServiceModel.MessageContractAttribute" />, or of type <see cref="T:System.ServiceModel.Channels.Message" />. Please use <see cref="T:System.ServiceModel.Activities.ReceiveMessageContent" /> for these types of data.This is a sealed class.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.ReceiveReply">
      <summary>An activity that receives a message as part of a request/reply message exchange pattern.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.ReceiveSettings">
      <summary>Represents the settings for an activity that receives a message.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.RequestReplyCorrelationInitializer">
      <summary>Initializes the associated <see cref="P:System.ServiceModel.Activities.CorrelationInitializer.CorrelationHandle" /> based on the <see cref="T:System.ServiceModel.Channels.RequestContext" /> that is created for the two-way operation.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Send">
      <summary>An activity that sends a message to a service. </summary>
    </member>
    <member name="T:System.ServiceModel.Activities.SendContent">
      <summary>An abstract base class for classes that represent the data sent to a workflow service.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.SendMessageChannelCache">
      <summary>Represents an extension that enables the customization of the cache sharing levels, the settings of the channel factory cache, and the settings of the channel cache for workflows that send messages to service endpoints using <see cref="T:System.ServiceModel.Activities.Send" /> messaging activities.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.SendMessageContent">
      <summary>A class used to send a single item (message) to or from a workflow service. The item can be a built-in type such as primitive types, <see cref="T:System.ServiceModel.Channels.Message" />, or <see cref="T:System.Xml.Linq.XElement" />; or an application-defined data contract, message contract, or XML serializable type.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.SendParametersContent">
      <summary>Enables sending data to or from a workflow service in the form of parameters.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.SendReceiveExtension">
      <summary>An abstract class that defines extension methods for the send/receive activities.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.SendReply">
      <summary>An activity that sends the reply message as part of a request/response message exchange pattern on the service side.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.SendSettings">
      <summary>Represents the settings for an activity that sends a message.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.SerializerOption">
      <summary>A class that represents the types of serializers available.</summary>
    </member>
    <member name="F:System.ServiceModel.Activities.SerializerOption.DataContractSerializer">
      <summary>Specifies that the <see cref="T:System.Runtime.Serialization.DataContractSerializer" /> should be used when serializing.</summary>
    </member>
    <member name="F:System.ServiceModel.Activities.SerializerOption.XmlSerializer">
      <summary>Specifies that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> should be used when serializing.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.ActivityScheduledQueryElement">
      <summary>A configuration element that represents a <see cref="T:System.Activities.Tracking.ActivityScheduledQuery" />.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.ActivityScheduledQueryElementCollection">
      <summary>A configuration element that contains <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ActivityScheduledQueryElement" /> elements.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElement">
      <summary>A configuration element that represents a <see cref="T:System.Activities.Tracking.ActivityStateQuery" />.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElementCollection">
      <summary>A collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationElement" /> elements that contains <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElement" /> elements.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.AnnotationElement">
      <summary>A configuration element that represents an annotation that is added to an emitted tracking record.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.AnnotationElementCollection">
      <summary>A collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationElement" /> elements that contains <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.AnnotationElement" /> elements.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.ArgumentElement">
      <summary>A configuration element that represents an argument .</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.ArgumentElementCollection">
      <summary>A configuration element that contains a collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ArgumentElement" /> elements.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.BookmarkResumptionQueryElement">
      <summary>A configuration element that represents a <see cref="T:System.Activities.Tracking.BookmarkResumptionQuery" />.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.BookmarkResumptionQueryElementCollection">
      <summary>A configuration element that contains a collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.BookmarkResumptionQueryElement" /> elements.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.CancelRequestedQueryElement">
      <summary>A configuration element that represents a <see cref="T:System.Activities.Tracking.CancelRequestedQuery" />.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.CancelRequestedQueryElementCollection">
      <summary>A configuration element that contains <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.CancelRequestedQueryElement" /> elements.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.CustomTrackingQueryElement">
      <summary>A configuration element that represents a <see cref="T:System.Activities.Tracking.CustomTrackingQuery" />.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.CustomTrackingQueryElementCollection">
      <summary>A configuration element that contains <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.CustomTrackingQueryElement" /> elements.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.FaultPropagationQueryElement">
      <summary>A configuration element that represents a <see cref="T:System.Activities.Tracking.FaultPropagationQuery" />.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.FaultPropagationQueryElementCollection">
      <summary>A collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationElement" /> elements that contains <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.FaultPropagationQueryElement" /> elements.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.ProfileElement">
      <summary>A configuration element that represents a <see cref="T:System.Activities.Tracking.TrackingProfile" /> and is used for adding a profile through the behavior element.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.ProfileElementCollection">
      <summary>A configuration element that contains a collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ProfileElement" /> elements.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement">
      <summary>A configuration element that contains all queries for a specific workflow identified by the <see cref="P:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement.ActivityDefinitionId" /> property.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElementCollection">
      <summary>A collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationElement" /> elements that contains a collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElement" /> elements.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.StateElement">
      <summary>A configuration element that specifies workflow instance state or activity instance state the user subscribes tracking information for. </summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.StateElementCollection">
      <summary>A configuration element that contains a collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.StateElement" /> elements.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.StateMachineStateQueryElement">
      <summary>Represents a configuration StateMachineStateQuery element in DotNetConfig.xsd.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.StateMachineStateQueryElementCollection">
      <summary>Represents a collection of StateMachineStateQueryElement configuration in DotNetConfig.xsd file. </summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationCollection`1">
      <summary>The base class for all tracking configuration collections.</summary>
      <typeparam name="TConfigurationElement">The type of configuration element.</typeparam>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationElement">
      <summary>The base class for tracking configuration elements.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.TrackingQueryElement">
      <summary>A configuration element that represents a <see cref="T:System.Activities.Tracking.TrackingQuery" /> instance when specifying a tracking profile.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.TrackingSection">
      <summary>A configuration section for specifying tracking settings.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.VariableElement">
      <summary>A configuration element that specifies the variables to be extracted from an activity. </summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.VariableElementCollection">
      <summary>A configuration element that contains a collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.VariableElement" /> elements.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.WorkflowInstanceQueryElement">
      <summary>A configuration element that represents a <see cref="T:System.Activities.Tracking.WorkflowInstanceQuery" />. </summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.Configuration.WorkflowInstanceQueryElementCollection">
      <summary>A collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationElement" /> elements that contains <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.WorkflowInstanceQueryElement" /> elements.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.ReceiveMessageRecord">
      <summary>Contains the tracking record sent to a tracking participant by the run-time tracking infrastructure when a message is received by a workflow service instance.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.Tracking.SendMessageRecord">
      <summary>Contains the tracking record sent to a tracking participant by the run-time tracking infrastructure when a message is sent by a workflow service instance.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.TransactedReceiveScope">
      <summary>An activity which scopes the lifetime of a transaction which is initiated by a received message. The transaction may be flowed into the workflow on the initiating message, or be created by the dispatcher when the message is received.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.WorkflowControlClient">
      <summary>Allows a client to send control operations to a workflow service hosted with <see cref="T:System.ServiceModel.Activities.WorkflowServiceHost" />.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.WorkflowControlEndpoint">
      <summary>A standard endpoint that enables you to call control operations on workflow instances. </summary>
    </member>
    <member name="T:System.ServiceModel.Activities.WorkflowCreationContext">
      <summary>Represents a context that is set up during workflow activation using the workflow hosting endpoint to handle arguments, and receive workflow completion notifications.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.WorkflowHostingEndpoint">
      <summary>An abstract implementation of <see cref="T:System.ServiceModel.Description.ServiceEndpoint" />. Derive from this class to expose contracts that support workflow creation and bookmark resumption. </summary>
    </member>
    <member name="T:System.ServiceModel.Activities.WorkflowHostingResponseContext">
      <summary>This class is used in conjunction with the <see cref="T:System.ServiceModel.Activities.WorkflowHostingEndpoint" /> class.  It is used for sending the response for a request/reply contract supported by a <see cref="T:System.ServiceModel.Activities.WorkflowHostingEndpoint" /> implementation.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.WorkflowService">
      <summary>Enables you to create, configure, and access the properties of a workflow service.</summary>
    </member>
    <member name="T:System.ServiceModel.Activities.WorkflowServiceHost">
      <summary>Provides a host for workflows. Supports features like messaging activities, multi-instancing, and configuration. </summary>
    </member>
    <member name="T:System.ServiceModel.Activities.WorkflowUpdateableControlClient">
      <summary>Represents a service contract that defines a set of operations that allows a client to update workflow service hosted with <see cref="T:System.ServiceModel.Activities.WorkflowServiceHost" />.</summary>
    </member>
    <member name="T:System.ServiceModel.CorrelationActionMessageFilter">
      <summary>Provides a XAML-friendly implementation of a <see cref="T:System.ServiceModel.Dispatcher.MessageFilter" /> that filters on a single action.</summary>
    </member>
    <member name="T:System.ServiceModel.CorrelationQuery">
      <summary>Represents a <see cref="P:System.ServiceModel.CorrelationQuery.Where" /> clause and a <see cref="P:System.ServiceModel.CorrelationQuery.Select" /> clause that identify the unique characteristics of a message so that it can be routed to the correct instance.</summary>
    </member>
    <member name="T:System.ServiceModel.Endpoint">
      <summary>Represents an endpoint declared in XAML.</summary>
    </member>
    <member name="T:System.ServiceModel.EndpointIdentityExtension">
      <summary>A markup extension for the <see cref="T:System.ServiceModel.EndpointIdentity" /> class. </summary>
    </member>
    <member name="T:System.ServiceModel.MessageQuerySet">
      <summary>A set of <see cref="T:System.ServiceModel.Dispatcher.MessageQuery" /> objects and an associated string parameter.  A correlation hash (<see cref="T:System.Runtime.DurableInstancing.InstanceKey" />) is computed from the results of the <see cref="T:System.ServiceModel.Dispatcher.MessageQuery" /> objects as well as the associated strings.</summary>
    </member>
    <member name="T:System.ServiceModel.XamlIntegration.EndpointIdentityConverter">
      <summary>Converts an <see cref="T:System.ServiceModel.EndpointIdentity" /> instance to the specified type. </summary>
    </member>
    <member name="T:System.ServiceModel.XamlIntegration.ServiceXNameTypeConverter">
      <summary>A WCF-specific implementation of a <see cref="T:System.Xml.Linq.XName" /> type converter that does not require <see cref="T:System.Xml.Linq.XName" /> instances to specify a namespace.</summary>
    </member>
    <member name="T:System.ServiceModel.XamlIntegration.SpnEndpointIdentityExtension">
      <summary>A XAML markup extension for the <see cref="T:System.ServiceModel.SpnEndpointIdentity" /> class.  </summary>
    </member>
    <member name="T:System.ServiceModel.XamlIntegration.UpnEndpointIdentityExtension">
      <summary>A XAML markup extension for the <see cref="T:System.ServiceModel.UpnEndpointIdentity" /> class. </summary>
    </member>
  </members>
</doc>