1<?xml version="1.0" encoding="utf-8"?>
2<doc>
3  <assembly>
4    <name>System.Workflow.Runtime</name>
5  </assembly>
6  <members>
7    <member name="E:System.Workflow.Runtime.Tracking.IProfileNotification.ProfileRemoved">
8      <summary>Occurs when a <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> for a specific workflow Type is removed.</summary>
9    </member>
10    <member name="E:System.Workflow.Runtime.Tracking.IProfileNotification.ProfileUpdated">
11      <summary>Occurs when a <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> for a specific workflow <see cref="T:System.Type" /> is updated.</summary>
12    </member>
13    <member name="E:System.Workflow.Runtime.Tracking.SqlTrackingService.ProfileRemoved">
14      <summary>Occurs when the <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingService" /> detects that a <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> has been deleted. </summary>
15    </member>
16    <member name="E:System.Workflow.Runtime.Tracking.SqlTrackingService.ProfileUpdated">
17      <summary>Occurs when the <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingService" /> detects that a <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> has been changed. </summary>
18    </member>
19    <member name="E:System.Workflow.Runtime.WorkflowQueue.QueueItemArrived">
20      <summary>Occurs when an item is delivered on this <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</summary>
21    </member>
22    <member name="E:System.Workflow.Runtime.WorkflowQueue.QueueItemAvailable">
23      <summary>Occurs when an item is available on this <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</summary>
24    </member>
25    <member name="E:System.Workflow.Runtime.WorkflowRuntime.ServicesExceptionNotHandled">
26      <summary>Occurs when a service that is derived from the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowRuntimeService" /> class calls <see cref="M:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.RaiseServicesExceptionNotHandledEvent(System.Exception,System.Guid)" />.</summary>
27    </member>
28    <member name="E:System.Workflow.Runtime.WorkflowRuntime.Started">
29      <summary>Occurs when the workflow run-time engine is started.</summary>
30    </member>
31    <member name="E:System.Workflow.Runtime.WorkflowRuntime.Stopped">
32      <summary>Occurs when the workflow run-time engine is stopped.</summary>
33    </member>
34    <member name="E:System.Workflow.Runtime.WorkflowRuntime.WorkflowAborted">
35      <summary>Occurs when a workflow instance is aborted.</summary>
36    </member>
37    <member name="E:System.Workflow.Runtime.WorkflowRuntime.WorkflowCompleted">
38      <summary>Occurs when a workflow instance has completed. </summary>
39    </member>
40    <member name="E:System.Workflow.Runtime.WorkflowRuntime.WorkflowCreated">
41      <summary>Occurs when a workflow instance is created.</summary>
42    </member>
43    <member name="E:System.Workflow.Runtime.WorkflowRuntime.WorkflowIdled">
44      <summary>Occurs when a workflow instance enters the idle state.</summary>
45    </member>
46    <member name="E:System.Workflow.Runtime.WorkflowRuntime.WorkflowLoaded">
47      <summary>Occurs when the workflow instance is loaded into memory.</summary>
48    </member>
49    <member name="E:System.Workflow.Runtime.WorkflowRuntime.WorkflowPersisted">
50      <summary>Occurs when the state of a workflow instance is persisted.</summary>
51    </member>
52    <member name="E:System.Workflow.Runtime.WorkflowRuntime.WorkflowResumed">
53      <summary>Occurs when execution of a workflow instance is resumed following a suspension.</summary>
54    </member>
55    <member name="E:System.Workflow.Runtime.WorkflowRuntime.WorkflowStarted">
56      <summary>Occurs when a workflow instance has been started.</summary>
57    </member>
58    <member name="E:System.Workflow.Runtime.WorkflowRuntime.WorkflowSuspended">
59      <summary>Occurs when a workflow instance is suspended.</summary>
60    </member>
61    <member name="E:System.Workflow.Runtime.WorkflowRuntime.WorkflowTerminated">
62      <summary>Occurs when a workflow instance is terminated.</summary>
63    </member>
64    <member name="E:System.Workflow.Runtime.WorkflowRuntime.WorkflowUnloaded">
65      <summary>Occurs when the workflow instance is unloaded from memory.</summary>
66    </member>
67    <member name="F:System.Workflow.Runtime.CorrelationTokenCollection.CorrelationTokenCollectionProperty">
68      <summary>Represents the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that targets the <see cref="T:System.Workflow.Runtime.CorrelationTokenCollection" />.</summary>
69    </member>
70    <member name="F:System.Workflow.Runtime.DebugEngine.ActivityHandlerDescriptor.Name">
71      <summary>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> representing the name of the handler method.</summary>
72    </member>
73    <member name="F:System.Workflow.Runtime.DebugEngine.ActivityHandlerDescriptor.Token">
74      <summary>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> representing the CLR metadata token identifier for the handler method.</summary>
75    </member>
76    <member name="F:System.Workflow.Runtime.TimerEventSubscriptionCollection.TimerCollectionProperty">
77      <summary>Timer queue associated with a workflow instance. This queue contains time ordered <see cref="T:System.Workflow.Runtime.TimerEventSubscription" /> objects for a workflow.</summary>
78    </member>
79    <member name="F:System.Workflow.Runtime.WorkflowQueuingService.PendingMessagesProperty">
80      <summary>Contains the unconsumed items in the workflow queues associated with this <see cref="T:System.Workflow.Runtime.WorkflowQueuingService" />.</summary>
81    </member>
82    <member name="M:System.Activities.Statements.Interop.#ctor">
83      <summary>Creates a new instance of the <see cref="T:System.Activities.Statements.Interop" /> class. </summary>
84    </member>
85    <member name="M:System.Activities.Statements.Interop.System#ComponentModel#ICustomTypeDescriptor#GetAttributes">
86      <summary>Returns the collection of attributes for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
87      <returns>The attribute collection for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
88    </member>
89    <member name="M:System.Activities.Statements.Interop.System#ComponentModel#ICustomTypeDescriptor#GetClassName">
90      <summary>Returns the name of the class of the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
91      <returns>The class name of the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
92    </member>
93    <member name="M:System.Activities.Statements.Interop.System#ComponentModel#ICustomTypeDescriptor#GetComponentName">
94      <summary>Returns the name of the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
95      <returns>The activity name of the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
96    </member>
97    <member name="M:System.Activities.Statements.Interop.System#ComponentModel#ICustomTypeDescriptor#GetConverter">
98      <summary>Returns the associated type converter for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
99      <returns>The type converter for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
100    </member>
101    <member name="M:System.Activities.Statements.Interop.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent">
102      <summary>Returns the default event for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
103      <returns>The default event for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
104    </member>
105    <member name="M:System.Activities.Statements.Interop.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty">
106      <summary>Returns the default property for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
107      <returns>The default property for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
108    </member>
109    <member name="M:System.Activities.Statements.Interop.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)">
110      <summary>Returns the editor for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
111      <param name="editorBaseType">The type of the requested editor.</param>
112      <returns>The editor for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
113    </member>
114    <member name="M:System.Activities.Statements.Interop.System#ComponentModel#ICustomTypeDescriptor#GetEvents">
115      <summary>Returns the collection of events for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
116      <returns>The collection of events.</returns>
117    </member>
118    <member name="M:System.Activities.Statements.Interop.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])">
119      <summary>Returns the collection of events for the contained <see cref="T:System.Workflow.ComponentModel.Activity" /> using the specified array of attributes as a filter.</summary>
120      <param name="attributes">The attributes used to filter the returned events.</param>
121      <returns>The collection of events for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
122    </member>
123    <member name="M:System.Activities.Statements.Interop.System#ComponentModel#ICustomTypeDescriptor#GetProperties">
124      <summary>Returns the collection of properties for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
125      <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the collection of properties for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
126    </member>
127    <member name="M:System.Activities.Statements.Interop.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])">
128      <summary>Returns the collection of properties for the contained <see cref="T:System.Workflow.ComponentModel.Activity" /> using a specified array of attributes as a filter.</summary>
129      <param name="attributes">The array of attributes used to filter the properties.</param>
130      <returns>A collection of properties for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
131    </member>
132    <member name="M:System.Activities.Statements.Interop.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
133      <summary>Returns the owner of the specified property descriptor or the <see cref="T:System.Activities.Statements.Interop" /> activity itself if the property descriptor has no owner.</summary>
134      <param name="pd">The property whose owner is to be retrieved.</param>
135      <returns>The property owner or the <see cref="T:System.Activities.Statements.Interop" /> activity itself if the property descriptor has no owner.</returns>
136    </member>
137    <member name="M:System.Activities.Tracking.InteropTrackingRecord.#ctor(System.Activities.Tracking.InteropTrackingRecord)">
138      <summary>Creates a new instance of the <see cref="T:System.Activities.Tracking.InteropTrackingRecord" /> class using the specified <see cref="T:System.Activities.Tracking.InteropTrackingRecord" />.</summary>
139      <param name="record">The tracking record.</param>
140    </member>
141    <member name="M:System.Activities.Tracking.InteropTrackingRecord.#ctor(System.String,System.Workflow.Runtime.Tracking.TrackingRecord)">
142      <summary>Creates a new instance of the <see cref="T:System.Activities.Tracking.InteropTrackingRecord" /> class.</summary>
143      <param name="activityDisplayName">The activity name</param>
144      <param name="v1TrackingRecord">The tracking record of the <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
145    </member>
146    <member name="M:System.Activities.Tracking.InteropTrackingRecord.Clone">
147      <summary>Creates a copy of the <see cref="T:System.Activities.Tracking.InteropTrackingRecord" />.</summary>
148      <returns>A copy of the <see cref="T:System.Activities.Tracking.InteropTrackingRecord" />.</returns>
149    </member>
150    <member name="M:System.Workflow.Runtime.Configuration.WorkflowRuntimeSection.#ctor">
151      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Configuration.WorkflowRuntimeSection" /> class.</summary>
152    </member>
153    <member name="M:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement.#ctor">
154      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement" /> class. </summary>
155    </member>
156    <member name="M:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement.OnDeserializeUnrecognizedAttribute(System.String,System.String)">
157      <summary>Called when an unknown attribute is encountered while deserializing the <see cref="T:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement" />. </summary>
158      <param name="name">The name of the unrecognized attribute.</param>
159      <param name="value">The value of the unrecognized attribute.</param>
160      <returns>
161          <see cref="M:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement.OnDeserializeUnrecognizedAttribute(System.String,System.String)" /> always returns <see langword="true" />.</returns>
162    </member>
163    <member name="M:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection.#ctor">
164      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection" /> class. </summary>
165    </member>
166    <member name="M:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection.Add(System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement)">
167      <summary>Adds a <see cref="T:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement" /> to this <see cref="T:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection" />.</summary>
168      <param name="serviceSettings">A <see cref="T:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement" /> that represents a service to be initialized and activated by the workflow runtime engine.</param>
169      <exception cref="T:System.ArgumentNullException">
170              <paramref name="serviceSettings" /> is a null reference (<see langword="Nothing" /> in Visual Basic)</exception>
171    </member>
172    <member name="M:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection.CreateNewElement">
173      <summary>Creates a new <see cref="T:System.Configuration.ConfigurationElement" />.</summary>
174      <returns>An empty <see cref="T:System.Configuration.ConfigurationElement" />.</returns>
175    </member>
176    <member name="M:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection.GetElementKey(System.Configuration.ConfigurationElement)">
177      <summary>Returns a key for the specified <see cref="T:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement" />.</summary>
178      <param name="settings">A <see cref="T:System.Configuration.ConfigurationElement" /> for which to return a key.</param>
179      <returns>The assembly-qualified type name of the service for the <see cref="T:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement" /> specified by <paramref name="settings" />.</returns>
180    </member>
181    <member name="M:System.Workflow.Runtime.CorrelationProperty.#ctor(System.String,System.Object)">
182      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.CorrelationProperty" /> class. </summary>
183      <param name="name">The name of the property used in the correlation set.</param>
184      <param name="value">The value of the correlation set property.</param>
185      <exception cref="T:System.ArgumentNullException">
186              <paramref name="name" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
187    </member>
188    <member name="M:System.Workflow.Runtime.CorrelationToken.#ctor">
189      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.CorrelationToken" /> class. </summary>
190    </member>
191    <member name="M:System.Workflow.Runtime.CorrelationToken.#ctor(System.String)">
192      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.CorrelationToken" /> class using the name of the <see cref="T:System.Workflow.Runtime.CorrelationToken" />.</summary>
193      <param name="name">The name of the <see cref="T:System.Workflow.Runtime.CorrelationToken" />.</param>
194    </member>
195    <member name="M:System.Workflow.Runtime.CorrelationToken.Initialize(System.Workflow.ComponentModel.Activity,System.Collections.Generic.ICollection{System.Workflow.Runtime.CorrelationProperty})">
196      <summary>Fires correlation initialized events.</summary>
197      <param name="activity">The name of the <see cref="T:System.Workflow.ComponentModel.Activity" /> that owns the correlation token.</param>
198      <param name="propertyValues">A collection of property values in the <see cref="T:System.Workflow.Runtime.CorrelationToken" />.</param>
199      <exception cref="T:System.InvalidOperationException">
200              <see cref="T:System.Workflow.Runtime.CorrelationToken" /> was already initialized.</exception>
201    </member>
202    <member name="M:System.Workflow.Runtime.CorrelationToken.SubscribeForCorrelationTokenInitializedEvent(System.Workflow.ComponentModel.Activity,System.Workflow.ComponentModel.IActivityEventListener{System.Workflow.Runtime.CorrelationTokenEventArgs})">
203      <summary>Subscribes the <see cref="T:System.Workflow.Runtime.CorrelationToken" /> to the initialized event.</summary>
204      <param name="activity">The name of the <see cref="T:System.Workflow.ComponentModel.Activity" /> that owns the correlation token.</param>
205      <param name="dataChangeListener">The <see cref="T:System.Workflow.Runtime.CorrelationTokenEventArgs" /> that is listening for a change in event data.</param>
206      <exception cref="T:System.ArgumentNullException">
207              <paramref name="activity" /> or <paramref name="dataChangeListener" /> are null references (<see langword="Nothing" /> in Visual Basic).</exception>
208    </member>
209    <member name="M:System.Workflow.Runtime.CorrelationToken.UnsubscribeFromCorrelationTokenInitializedEvent(System.Workflow.ComponentModel.Activity,System.Workflow.ComponentModel.IActivityEventListener{System.Workflow.Runtime.CorrelationTokenEventArgs})">
210      <summary>Unsubscribes the <see cref="T:System.Workflow.Runtime.CorrelationToken" /> from the initialized event.</summary>
211      <param name="activity">The name of the <see cref="T:System.Workflow.ComponentModel.Activity" /> that owns the correlation token.</param>
212      <param name="dataChangeListener">The <see cref="T:System.Workflow.Runtime.CorrelationTokenEventArgs" /> that is listening for a change in event data.</param>
213      <exception cref="T:System.ArgumentNullException">
214              <paramref name="activity" /> or <paramref name="dataChangeListener" /> are null references (<see langword="Nothing" /> in Visual Basic).</exception>
215    </member>
216    <member name="M:System.Workflow.Runtime.CorrelationTokenCollection.#ctor">
217      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.CorrelationTokenCollection" /> class. </summary>
218    </member>
219    <member name="M:System.Workflow.Runtime.CorrelationTokenCollection.GetCorrelationToken(System.Workflow.ComponentModel.Activity,System.String,System.String)">
220      <summary>Gets the specified <see cref="T:System.Workflow.Runtime.CorrelationToken" />.</summary>
221      <param name="activity">The Activity associated with the <see cref="T:System.Workflow.Runtime.CorrelationTokenCollection" />.</param>
222      <param name="correlationTokenName">The name of the <see cref="T:System.Workflow.Runtime.CorrelationToken" />.</param>
223      <param name="ownerActivityName">The name of the activity associated with the <see cref="T:System.Workflow.Runtime.CorrelationTokenCollection" />.</param>
224      <returns>The <see cref="T:System.Workflow.Runtime.CorrelationToken" /> with the specified <paramref name="correlationTokenName" />.</returns>
225      <exception cref="T:System.ArgumentNullException">
226              <paramref name="activity" />, <paramref name="correlationTokenName" />, or <paramref name="ownerActivityName" /> are null references (<see langword="Nothing" /> in Visual Basic).</exception>
227    </member>
228    <member name="M:System.Workflow.Runtime.CorrelationTokenCollection.GetItem(System.String)">
229      <summary>Gets the <see cref="T:System.Workflow.Runtime.CorrelationToken" /> with the specified key.</summary>
230      <param name="key">The key for the <see cref="T:System.Workflow.Runtime.CorrelationToken" /> to retrieve. </param>
231      <returns>The <see cref="T:System.Workflow.Runtime.CorrelationToken" /> with the specified key.</returns>
232    </member>
233    <member name="M:System.Workflow.Runtime.DebugEngine.DebugController.AttachToConduit(System.Uri)">
234      <summary>Establishes the communication channel between the <see cref="T:System.Workflow.Runtime.DebugEngine.DebugController" /> object running in the workflow host application and the debugger process.</summary>
235      <param name="url">A <see cref="T:System.Uri" /> of the remoting object running in the debugger process with which the <see cref="T:System.Workflow.Runtime.DebugEngine.DebugController" /> communicates.</param>
236    </member>
237    <member name="M:System.Workflow.Runtime.DebugEngine.DebugController.InitializeLifetimeService">
238      <summary>Establishes a lifetime lease for the <see cref="T:System.Workflow.Runtime.DebugEngine.DebugController" /> object.</summary>
239      <returns>An <see cref="T:System.Object" /> that implements <see cref="T:System.Runtime.Remoting.Lifetime.ILease" /> and is used to control the lifetime policy for the <see cref="T:System.Workflow.Runtime.DebugEngine.DebugController" /> object. </returns>
240    </member>
241    <member name="M:System.Workflow.Runtime.DebugEngine.IExpressionEvaluationFrame.CreateEvaluationFrame(System.Workflow.Runtime.DebugEngine.IInstanceTable,System.Workflow.Runtime.DebugEngine.DebugEngineCallback)">
242      <summary>Creates a stack frame for workflow expression evaluation.</summary>
243      <param name="instanceTable">An object that implements <see cref="T:System.Workflow.Runtime.DebugEngine.IInstanceTable" />. Not used.</param>
244      <param name="callback">The default <see cref="T:System.Workflow.Runtime.DebugEngine.DebugEngineCallback" /> implemented by the workflow runtime.</param>
245    </member>
246    <member name="M:System.Workflow.Runtime.DebugEngine.IInstanceTable.GetActivity(System.String,System.String)">
247      <summary>Reserved for future use.</summary>
248      <param name="instanceId">Unique identifier of the workflow containing the activity</param>
249      <param name="activityName">Name of the <see cref="T:System.Workflow.ComponentModel.Activity" /></param>
250      <returns>The <see cref="T:System.Workflow.ComponentModel.Activity" /> specified by <paramref name="activityName" /> in the workflow with an id of <paramref name="instanceId" />. </returns>
251    </member>
252    <member name="M:System.Workflow.Runtime.DebugEngine.IWorkflowDebugger.ActivityStatusChanged(System.Guid,System.Guid,System.Guid,System.String,System.String,System.Workflow.ComponentModel.ActivityExecutionStatus,System.Int32)">
253      <summary>Called when the <see cref="P:System.Workflow.ComponentModel.Activity.ExecutionStatus" /> of an activity within the workflow changes.</summary>
254      <param name="programId">An internally generated <see cref="T:System.Guid" /> associated with a <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> instance.</param>
255      <param name="scheduleTypeId">An internally generated <see cref="T:System.Guid" /> associated with a workflow type. </param>
256      <param name="instanceId">A <see cref="T:System.Guid" /> associated with the currently running workflow instance.</param>
257      <param name="activityQualifiedName">A <see cref="T:System.String" /> containing the fully qualified name of the current activity.</param>
258      <param name="hierarchicalActivityId">A <see cref="T:System.String" /> containing the qualified name of the parent activity.</param>
259      <param name="status">The <see cref="P:System.Workflow.ComponentModel.Activity.ExecutionStatus" /> of the current activity.</param>
260      <param name="stateReaderId">An <see cref="T:System.Int32" /> containing the activity execution context ID associated with the current activity.</param>
261    </member>
262    <member name="M:System.Workflow.Runtime.DebugEngine.IWorkflowDebugger.AssemblyLoaded(System.Guid,System.String,System.Boolean)">
263      <summary>Called when an assembly is loaded in the app domain corresponding to the <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> in the workflow host application.</summary>
264      <param name="programId">An internally generated <see cref="T:System.Guid" /> associated with a <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> instance.</param>
265      <param name="assemblyPath">A <see cref="T:System.String" /> containing the path on disk from where the assembly is loaded</param>
266      <param name="fromGlobalAssemblyCache">A <see cref="T:System.Boolean" /> that indicates whether the assembly is loaded from the global assembly cache.</param>
267    </member>
268    <member name="M:System.Workflow.Runtime.DebugEngine.IWorkflowDebugger.BeforeActivityStatusChanged(System.Guid,System.Guid,System.Guid,System.String,System.String,System.Workflow.ComponentModel.ActivityExecutionStatus,System.Int32)">
269      <summary>Called before the <see cref="P:System.Workflow.ComponentModel.Activity.ExecutionStatus" /> of an activity within the workflow changes.</summary>
270      <param name="programId">An internally generated <see cref="T:System.Guid" /> associated with a <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> instance.</param>
271      <param name="scheduleTypeId">An internally generated <see cref="T:System.Guid" /> associated with a workflow type. </param>
272      <param name="instanceId">A <see cref="T:System.Guid" /> associated with the currently running workflow instance.</param>
273      <param name="activityQualifiedName">A <see cref="T:System.String" /> containing the fully qualified name of the current activity.</param>
274      <param name="hierarchicalActivityId">A <see cref="T:System.String" /> containing the qualified name of the parent activity.</param>
275      <param name="status">The <see cref="P:System.Workflow.ComponentModel.Activity.ExecutionStatus" /> of the current activity.</param>
276      <param name="stateReaderId">An <see cref="T:System.Int32" /> containing the activity execution context ID associated with the current activity.</param>
277    </member>
278    <member name="M:System.Workflow.Runtime.DebugEngine.IWorkflowDebugger.BeforeHandlerInvoked(System.Guid,System.Guid,System.String,System.Workflow.Runtime.DebugEngine.ActivityHandlerDescriptor)">
279      <summary>Called before a handler in the code-beside is about to be invoked.</summary>
280      <param name="programId">An internally generated <see cref="T:System.Guid" /> associated with a <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> instance.</param>
281      <param name="scheduleTypeId">An internally generated <see cref="T:System.Guid" /> associated with a workflow type. </param>
282      <param name="activityQualifiedName">A <see cref="T:System.String" /> containing the fully qualified name of the current activity.</param>
283      <param name="handlerMethod">An <see cref="T:System.Workflow.Runtime.DebugEngine.ActivityHandlerDescriptor" /> that contains the information regarding the code-beside handler method that is about to be invoked.</param>
284    </member>
285    <member name="M:System.Workflow.Runtime.DebugEngine.IWorkflowDebugger.HandlerInvoked(System.Guid,System.Guid,System.Int32,System.String)">
286      <summary>Called after a handler in the code-beside is invoked.</summary>
287      <param name="programId">An internally generated <see cref="T:System.Guid" /> associated with a <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> instance.</param>
288      <param name="instanceId">A <see cref="T:System.Guid" /> associated with the currently running workflow instance.</param>
289      <param name="threadId">An <see cref="T:System.Int32" /> containing the ID of the thread on which the handler was invoked.</param>
290      <param name="activityQualifiedName">A <see cref="T:System.String" /> containing the fully qualified name of the current activity.</param>
291    </member>
292    <member name="M:System.Workflow.Runtime.DebugEngine.IWorkflowDebugger.InstanceCompleted(System.Guid,System.Guid)">
293      <summary>Called when a workflow instance completes.</summary>
294      <param name="programId">An internally generated <see cref="T:System.Guid" /> associated with a <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> instance.</param>
295      <param name="instanceId">A <see cref="T:System.Guid" /> associated with the currently running workflow instance.</param>
296    </member>
297    <member name="M:System.Workflow.Runtime.DebugEngine.IWorkflowDebugger.InstanceCreated(System.Guid,System.Guid,System.Guid)">
298      <summary>Called when a workflow instance is created.</summary>
299      <param name="programId">An internally generated <see cref="T:System.Guid" /> associated with a <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> instance.</param>
300      <param name="instanceId">A <see cref="T:System.Guid" /> associated with the currently running workflow instance.</param>
301      <param name="scheduleTypeId">An internally generated <see cref="T:System.Guid" /> associated with a workflow type. </param>
302    </member>
303    <member name="M:System.Workflow.Runtime.DebugEngine.IWorkflowDebugger.InstanceDynamicallyUpdated(System.Guid,System.Guid,System.Guid)">
304      <summary>Called when the workflow instance is dynamically updated with a workflow change.</summary>
305      <param name="programId">An internally generated <see cref="T:System.Guid" /> associated with a <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> instance.</param>
306      <param name="instanceId">A <see cref="T:System.Guid" /> associated with the currently running workflow instance.</param>
307      <param name="scheduleTypeId">An internally generated <see cref="T:System.Guid" /> associated with a workflow type. </param>
308    </member>
309    <member name="M:System.Workflow.Runtime.DebugEngine.IWorkflowDebugger.ScheduleTypeLoaded(System.Guid,System.Guid,System.String,System.String,System.String,System.Boolean,System.String,System.String,System.String)">
310      <summary>Called when a new workflow type is loaded by the workflow runtime engine in the workflow host application.</summary>
311      <param name="programId">An internally generated <see cref="T:System.Guid" /> associated with a <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> instance.</param>
312      <param name="scheduleTypeId">An internally generated <see cref="T:System.Guid" /> associated with a workflow type. </param>
313      <param name="assemblyFullName">A <see cref="T:System.String" /> containing the assembly name from which the workflow type was loaded.</param>
314      <param name="fileName">A <see cref="T:System.String" /> containing the full path of the markup file corresponding to the workflow, or <see langword="null" /> if the workflow type was a code-only workflow.</param>
315      <param name="md5Digest">A <see cref="T:System.String" /> containing the md5 hash code for the workflow markup definition, or <see langword="null" /> if the workflow type was a code-only workflow.</param>
316      <param name="isDynamic">A <see cref="T:System.Boolean" /> that indicates whether the workflow definition was modified dynamically.</param>
317      <param name="scheduleNamespace">A <see cref="T:System.String" /> containing the fully qualified name of the workflow type.</param>
318      <param name="scheduleName">A <see cref="T:System.String" /> containing the workflow type name.</param>
319      <param name="workflowMarkup">A <see cref="T:System.String" /> containing the XAML serialized format of the workflow type.</param>
320    </member>
321    <member name="M:System.Workflow.Runtime.DebugEngine.IWorkflowDebugger.SetInitialActivityStatus(System.Guid,System.Guid,System.Guid,System.String,System.String,System.Workflow.ComponentModel.ActivityExecutionStatus,System.Int32)">
322      <summary>Called to set the initial status of the activities in a workflow. </summary>
323      <param name="programId">An internally generated <see cref="T:System.Guid" /> associated with a <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> instance.</param>
324      <param name="scheduleTypeId">An internally generated <see cref="T:System.Guid" /> associated with a workflow type. </param>
325      <param name="instanceId">A <see cref="T:System.Guid" /> associated with the currently running workflow instance.</param>
326      <param name="activityQualifiedName">A <see cref="T:System.String" /> containing the fully qualified name of the current activity.</param>
327      <param name="hierarchicalActivityId">A <see cref="T:System.String" /> containing the qualified name of the parent activity.</param>
328      <param name="status">The <see cref="P:System.Workflow.ComponentModel.Activity.ExecutionStatus" /> of the current activity.</param>
329      <param name="stateReaderId">An <see cref="T:System.Int32" /> containing the activity execution context ID associated with the current activity.</param>
330    </member>
331    <member name="M:System.Workflow.Runtime.DebugEngine.IWorkflowDebugger.UpdateHandlerMethodsForActivity(System.Guid,System.Guid,System.String,System.Collections.Generic.List{System.Workflow.Runtime.DebugEngine.ActivityHandlerDescriptor})">
332      <summary>Called when an activity enters the Executing state.</summary>
333      <param name="programId">An internally generated <see cref="T:System.Guid" /> associated with a <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> instance.</param>
334      <param name="scheduleTypeId">An internally generated <see cref="T:System.Guid" /> associated with a workflow type. </param>
335      <param name="activityQualifiedName">A <see cref="T:System.String" /> containing the fully qualified name of the current activity.</param>
336      <param name="handlerMethods">A <see cref="T:System.Collections.Generic.List`1" /> of handlers associated with an activity.</param>
337    </member>
338    <member name="M:System.Workflow.Runtime.DebugEngine.IWorkflowDebuggerService.NotifyHandlerInvoked">
339      <summary>Called after a code condition handler is invoked.</summary>
340    </member>
341    <member name="M:System.Workflow.Runtime.DebugEngine.IWorkflowDebuggerService.NotifyHandlerInvoking(System.Delegate)">
342      <summary>Called before a code condition handler is invoked.</summary>
343      <param name="delegateHandler">The code condition handler that will be invoked.</param>
344    </member>
345    <member name="M:System.Workflow.Runtime.DebugEngine.WorkflowDebuggerSteppingAttribute.#ctor(System.Workflow.Runtime.DebugEngine.WorkflowDebuggerSteppingOption)">
346      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.DebugEngine.WorkflowDebuggerSteppingAttribute" /> class by using a <see cref="T:System.Workflow.Runtime.DebugEngine.WorkflowDebuggerSteppingOption" /> enumeration value.</summary>
347      <param name="steppingOption">A <see cref="T:System.Workflow.Runtime.DebugEngine.WorkflowDebuggerSteppingOption" /> enumeration value specifying the stepping behavior for the concurrently executing child activities.</param>
348    </member>
349    <member name="M:System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService.#ctor">
350      <summary>Initializes a <see cref="T:System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService" /> class.</summary>
351    </member>
352    <member name="M:System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService.#ctor(System.Collections.Specialized.NameValueCollection)">
353      <summary>Initializes a SharedConnectionWorkflowCommitWorkBatchService class using a collection of parameters for initialization.</summary>
354      <param name="parameters">
355            <see cref="T:System.Collections.Specialized.NameValueCollection" />. The constructor is invoked when the workflow runtime engine loads services from an application configuration file. The valid key is <see cref="P:System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService.EnableRetries" />. This requests the <see cref="T:System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService" /> to retry in case of a failed database connection.</param>
356    </member>
357    <member name="M:System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService.CommitWorkBatch(System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService.CommitWorkBatchCallback)">
358      <summary>Creates a work batch if one does not exist.</summary>
359      <param name="commitWorkBatchCallback">The <see cref="T:System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService.CommitWorkBatchCallback" />  delegate to call to commit the work batch.</param>
360    </member>
361    <member name="M:System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService.OnStopped">
362      <summary>Represents the method called when the workflow runtime raises the <see cref="E:System.Workflow.Runtime.WorkflowRuntime.Stopped" /> event.</summary>
363    </member>
364    <member name="M:System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService.Start">
365      <summary>Represents the method called to start the service.</summary>
366    </member>
367    <member name="M:System.Workflow.Runtime.Hosting.DefaultWorkflowLoaderService.#ctor">
368      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.DefaultWorkflowLoaderService" /> class. </summary>
369    </member>
370    <member name="M:System.Workflow.Runtime.Hosting.DefaultWorkflowLoaderService.CreateInstance(System.Type)">
371      <summary>Creates a root activity definition tree by using the specified workflow <see cref="T:System.Type" />.</summary>
372      <param name="workflowType">The <see cref="T:System.Type" /> of the workflow to create. </param>
373      <returns>An <see cref="T:System.Workflow.ComponentModel.Activity" /> object that represents the root activity definition tree. </returns>
374    </member>
375    <member name="M:System.Workflow.Runtime.Hosting.DefaultWorkflowLoaderService.CreateInstance(System.Xml.XmlReader,System.Xml.XmlReader)">
376      <summary>Creates a new root activity definition tree by deserializing the .xoml and the .rules files.</summary>
377      <param name="workflowDefinitionReader">
378            <see cref="T:System.Xml.XmlReader" /> that holds the workflow XOML definition (.xoml file).</param>
379      <param name="rulesReader">
380            <see cref="T:System.Xml.XmlReader" /> that holds the workflow rules (.rules file).</param>
381      <returns>An <see cref="T:System.Workflow.ComponentModel.Activity" /> object that represents the root activity definition tree. </returns>
382    </member>
383    <member name="M:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService.#ctor">
384      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService" /> class.  </summary>
385    </member>
386    <member name="M:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService.#ctor(System.Collections.Specialized.NameValueCollection)">
387      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService" /> class.  </summary>
388      <param name="parameters">A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that holds initialization information.</param>
389      <exception cref="T:System.ArgumentNullException">
390              <paramref name="parameters" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
391      <exception cref="T:System.ArgumentException">One of the key values in the <paramref name="parameters" /> collection contains a null reference (<see langword="Nothing" />).--or--One of the key values in the <paramref name="parameters" /> collection does not match the default key for <see cref="T:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService" />.</exception>
392      <exception cref="T:System.FormatException">One of the parameters cannot be converted to a double-precision floating point number that matches <see cref="P:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService.MaxSimultaneousWorkflows" />. </exception>
393      <exception cref="T:System.ArgumentOutOfRangeException">
394              <see cref="P:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService.MaxSimultaneousWorkflows" /> is less than 1.</exception>
395    </member>
396    <member name="M:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService.#ctor(System.Int32)">
397      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService" /> class by using the specified maximum number of workflow instances that the service can run simultaneously. </summary>
398      <param name="maxSimultaneousWorkflows">An integer that determines the maximum number of workflow instances that can be stored in the thread pool queue.</param>
399      <exception cref="T:System.ArgumentOutOfRangeException">
400              <paramref name="maxSimultaneousWorkflows" /> is less than 1.</exception>
401    </member>
402    <member name="M:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService.Cancel(System.Guid)">
403      <summary>Cancels the specified existing workflow instance work item.</summary>
404      <param name="timerId">The <see cref="T:System.Guid" /> associated with the existing scheduled work item to cancel. </param>
405      <exception cref="T:System.ArgumentException">
406              <paramref name="timerId" /> is an empty GUID.</exception>
407    </member>
408    <member name="M:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService.OnStarted">
409      <summary>Notifies the <see cref="T:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService" /> that a workflow instance has started to run.</summary>
410    </member>
411    <member name="M:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService.Schedule(System.Threading.WaitCallback,System.Guid)">
412      <summary>Adds a workflow instance to the pending work items queue using the specified workflow instance using the specified multicast delegate. </summary>
413      <param name="callback">A <see cref="T:System.Threading.WaitCallback" /> multicast delegate that represents the method to run.</param>
414      <param name="workflowInstanceId">A <see cref="T:System.Guid" /> that represents the workflow instance.</param>
415      <exception cref="T:System.ArgumentNullException">
416              <paramref name="callback" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
417    </member>
418    <member name="M:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService.Schedule(System.Threading.WaitCallback,System.Guid,System.DateTime,System.Guid)">
419      <summary>Adds the specified workflow instance to the pending work item queue using the specified multicast delegate, <see cref="T:System.DateTime" /> and GUIDs. </summary>
420      <param name="callback">A <see cref="T:System.Threading.WaitCallback" /> multicast delegate that represents the method to run.</param>
421      <param name="workflowInstanceId">A <see cref="T:System.Guid" /> that represents the workflow instance.</param>
422      <param name="whenUtc">The <see cref="T:System.DateTime" /> that indicates the time to begin running the thread.</param>
423      <param name="timerId">A <see cref="T:System.Guid" /> that represents the scheduled thread.</param>
424      <exception cref="T:System.ArgumentNullException">
425              <paramref name="callback" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
426      <exception cref="T:System.ArgumentException">
427              <paramref name="workflowInstanceId" /> or <paramref name="timerId" /> is an empty GUID.</exception>
428    </member>
429    <member name="M:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService.Stop">
430      <summary>Stops the currently running thread on the workflow instance and any timers that are running. </summary>
431    </member>
432    <member name="M:System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService.#ctor">
433      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService" /> class.  </summary>
434    </member>
435    <member name="M:System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService.#ctor(System.Boolean)">
436      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService" /> class. </summary>
437      <param name="useActiveTimers">
438            <see langword="Boolean" /> that determines how delay activities are handled. If <see langword="true" />, the scheduler service automatically resumes workflows after delay activities expire (by using an in-memory timer). If <see langword="false" />, the host must manually resume the workflow after the delay activities expire.</param>
439    </member>
440    <member name="M:System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService.#ctor(System.Collections.Specialized.NameValueCollection)">
441      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService" /> class. </summary>
442      <param name="parameters">A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that contains parameters for <paramref name="useActiveTimers" />. If <see langword="true" />, the scheduler service automatically resumes workflows after delay activities expire (by using an in-memory timer). If <see langword="false" />, the host must manually resume the workflow after the delay activities expire.</param>
443    </member>
444    <member name="M:System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService.Cancel(System.Guid)">
445      <summary>Cancels the specified existing workflow instance work item.</summary>
446      <param name="timerId">The <see cref="T:System.Guid" /> associated with the existing scheduled work item to cancel.</param>
447    </member>
448    <member name="M:System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService.OnStarted">
449      <summary>Overloaded from <see cref="M:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.OnStarted" />. This method is called whenever <see cref="M:System.Workflow.Runtime.WorkflowRuntime.StartRuntime" /> is called and is used by the <see cref="T:System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService" /> to do work that is needed when the <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> starts.</summary>
450    </member>
451    <member name="M:System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService.RunWorkflow(System.Guid)">
452      <summary>Runs the specified workflow instance.</summary>
453      <param name="workflowInstanceId">The <see cref="T:System.Guid" /> for the workflow instance to run.</param>
454      <returns>
455          <see langword="true" /> if the workflow starts running; otherwise, <see langword="false" />.</returns>
456      <exception cref="T:System.ArgumentException">
457              <paramref name="workflowInstanceId" /> is an empty GUID.</exception>
458    </member>
459    <member name="M:System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService.Schedule(System.Threading.WaitCallback,System.Guid)">
460      <summary>Adds a workflow instance to the pending work items queue using the specified workflow instance using the specified multicast delegate. </summary>
461      <param name="callback">A <see cref="T:System.Threading.WaitCallback" /> multicast delegate that represents the method to run.</param>
462      <param name="workflowInstanceId">A <see cref="T:System.Guid" /> that represents the workflow instance.</param>
463      <exception cref="T:System.ArgumentNullException">
464              <paramref name="callback" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
465    </member>
466    <member name="M:System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService.Schedule(System.Threading.WaitCallback,System.Guid,System.DateTime,System.Guid)">
467      <summary>Adds the specified workflow instance to the pending work item queue using the specified multicast delegate, <see cref="T:System.DateTime" /> and GUIDs. </summary>
468      <param name="callback">A <see cref="T:System.Threading.WaitCallback" /> multicast delegate that represents the method to run.</param>
469      <param name="workflowInstanceId">A <see cref="T:System.Guid" /> that represents the workflow instance.</param>
470      <param name="whenUtc">The <see cref="T:System.DateTime" /> that indicates the time to begin running the thread.</param>
471      <param name="timerId">A <see cref="T:System.Guid" /> that represents the scheduled thread.</param>
472      <exception cref="T:System.ArgumentNullException">
473              <paramref name="callback" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
474      <exception cref="T:System.ArgumentException">
475              <paramref name="workflowInstanceId" /> or <paramref name="timerId" /> is an empty GUID.</exception>
476    </member>
477    <member name="M:System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService.Stop">
478      <summary>Overloaded from <see cref="M:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.Stop" />. The <see cref="T:System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService" /> uses this method to do work that is needed when the <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> stops.</summary>
479    </member>
480    <member name="M:System.Workflow.Runtime.Hosting.PersistenceException.#ctor">
481      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.PersistenceException" /> class. </summary>
482    </member>
483    <member name="M:System.Workflow.Runtime.Hosting.PersistenceException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
484      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.PersistenceException" /> class by using the specified <see cref="T:System.Runtime.Serialization.SerializationInfo" /> and the specified <see cref="T:System.Runtime.Serialization.StreamingContext" />. </summary>
485      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data.</param>
486      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> that holds contextual information about the source or destination.</param>
487    </member>
488    <member name="M:System.Workflow.Runtime.Hosting.PersistenceException.#ctor(System.String)">
489      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.PersistenceException" /> class by using the specified message.</summary>
490      <param name="message">A description of the cause of the exception.</param>
491    </member>
492    <member name="M:System.Workflow.Runtime.Hosting.PersistenceException.#ctor(System.String,System.Exception)">
493      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.PersistenceException" /> by using the specified message and <see cref="T:System.Exception" />.</summary>
494      <param name="message">A description of the cause of the exception.</param>
495      <param name="innerException">The exception that caused the <see cref="T:System.Workflow.Runtime.Hosting.PersistenceException" /> to be thrown.</param>
496    </member>
497    <member name="M:System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService.#ctor(System.Collections.Specialized.NameValueCollection)">
498      <summary>Initializes a <see cref="T:System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService" /> class.</summary>
499      <param name="parameters">
500            <see cref="T:System.Collections.Specialized.NameValueCollection" />. The constructor is invoked when the workflow runtime engine loads services from an application configuration file. The valid key is <paramref name="EnableRetries" />. This requests that the <see cref="T:System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService" /> retry in case of a failed database connection.</param>
501    </member>
502    <member name="M:System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService.#ctor(System.String)">
503      <summary>Initializes a <see cref="T:System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService" /> class using a database connection string.</summary>
504      <param name="connectionString">Database connection string.</param>
505    </member>
506    <member name="M:System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService.CommitWorkBatch(System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService.CommitWorkBatchCallback)">
507      <summary>Creates a transaction if one does not exist.</summary>
508      <param name="commitWorkBatchCallback">The <see cref="T:System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService.CommitWorkBatchCallback" />  delegate to call to commit the work batch.</param>
509    </member>
510    <member name="M:System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService.OnStopped">
511      <summary>Represents the method called when the workflow runtime raises the <see cref="E:System.Workflow.Runtime.WorkflowRuntime.Stopped" /> event.</summary>
512    </member>
513    <member name="M:System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService.Start">
514      <summary>Represents the method called to start the service.</summary>
515    </member>
516    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.#ctor(System.Collections.Specialized.NameValueCollection)">
517      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService" /> class by using the specified parameters.</summary>
518      <param name="parameters">A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that contains startup parameters.</param>
519      <exception cref="T:System.ArgumentException">
520              <paramref name="parameters" /> contains an invalid database connection string.</exception>
521      <exception cref="T:System.ArgumentNullException">
522              <paramref name="parameters " />is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
523    </member>
524    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.#ctor(System.String)">
525      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService" /> class by using the database connection string.</summary>
526      <param name="connectionString">A valid database connection string.</param>
527      <exception cref="T:System.ArgumentNullException">
528              <paramref name="connectionString" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
529    </member>
530    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.#ctor(System.String,System.Boolean,System.TimeSpan,System.TimeSpan)">
531      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService" /> class using a database connection string and other parameters. </summary>
532      <param name="connectionString">A valid database connection string.</param>
533      <param name="unloadOnIdle">
534            <see langword="true" /> to unload the workflow when it is in an idle state.</param>
535      <param name="instanceOwnershipDuration">The length of time that locks are maintained on idle workflows.</param>
536      <param name="loadingInterval">The frequency at which the persistence service polls the database for workflows with expired timers.</param>
537      <exception cref="T:System.ArgumentNullException">
538              <paramref name="connectionString" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
539    </member>
540    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.GetAllWorkflows">
541      <summary>Retrieves instance descriptions of all persisted workflows.</summary>
542      <returns>A list of all persisted workflows.</returns>
543    </member>
544    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.LoadCompletedContextActivity(System.Guid,System.Workflow.ComponentModel.Activity)">
545      <summary>Retrieves the specified completed scope from the database.</summary>
546      <param name="id">The <see cref="T:System.Guid" /> of the scope activity. </param>
547      <param name="outerActivity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> that encloses the scope activity.</param>
548      <returns>An <see cref="T:System.Workflow.ComponentModel.Activity" /> that represents the completed scope.</returns>
549      <exception cref="T:System.InvalidOperationException">A scope that matches <paramref name="id" /> could not be found in the database.</exception>
550    </member>
551    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.LoadExpiredTimerWorkflowIds">
552      <summary>Retrieves a list of ids for workflows with expired timers.</summary>
553      <returns>A list of ids for workflows with expired timers.</returns>
554    </member>
555    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.LoadWorkflowInstanceState(System.Guid)">
556      <summary>Retrieves the specified workflow instance state from the database.</summary>
557      <param name="id">The <see cref="T:System.Guid" /> of the workflow instance state.</param>
558      <returns>An <see cref="T:System.Workflow.ComponentModel.Activity" /> that represents the root activity of the workflow instance.</returns>
559      <exception cref="T:System.InvalidOperationException">A workflow instance state that matches <paramref name="id" /> could not be found in the database.</exception>
560    </member>
561    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.OnStarted">
562      <summary>Starts a new timer and recovers running workflow instances.</summary>
563    </member>
564    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.SaveCompletedContextActivity(System.Workflow.ComponentModel.Activity)">
565      <summary>Saves the state of the specified completed scope.</summary>
566      <param name="completedScopeActivity">An <see cref="T:System.Workflow.ComponentModel.Activity" /> that represents the completed scope.</param>
567    </member>
568    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.SaveWorkflowInstanceState(System.Workflow.ComponentModel.Activity,System.Boolean)">
569      <summary>Saves the specified workflow instance state.</summary>
570      <param name="rootActivity">The root activity of the workflow instance.</param>
571      <param name="unlock">
572            <see langword="true" /> if the workflow instance should not be locked; <see langword="false" /> if the workflow instance should be locked.</param>
573    </member>
574    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.Start">
575      <summary>Starts the <see cref="T:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService" />.</summary>
576    </member>
577    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.Stop">
578      <summary>Stops the service and the timer. </summary>
579    </member>
580    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.System#Workflow#Runtime#IPendingWork#Commit(System.Transactions.Transaction,System.Collections.ICollection)">
581      <summary>Writes an <see cref="T:System.Collections.ICollection" /> of serialized state objects to the database.</summary>
582      <param name="transaction">A <see cref="T:System.Transactions.Transaction" />.</param>
583      <param name="items">The <see cref="T:System.Collections.ICollection" /> of work items to be written to the database.</param>
584      <exception cref="T:System.Workflow.Runtime.Hosting.PersistenceException">An error occurred while trying to write to the database.</exception>
585    </member>
586    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.System#Workflow#Runtime#IPendingWork#Complete(System.Boolean,System.Collections.ICollection)">
587      <summary>Completes the work batch and releases any resources.</summary>
588      <param name="succeeded">
589            <see langword="true" /> if the commit succeeded; otherwise, <see langword="false" />.</param>
590      <param name="items">An <see cref="T:System.Collections.ICollection" /> of serialized state objects.</param>
591    </member>
592    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.System#Workflow#Runtime#IPendingWork#MustCommit(System.Collections.ICollection)">
593      <summary>Returns a value that indicates whether the collection of serialized state objects should be written to the database.</summary>
594      <param name="items">An <see cref="T:System.Collections.ICollection" /> of serialized state objects to be written to the database.</param>
595      <returns>
596          <see langword="true" /> indicates that the batch should be committed; <see cref="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.System.Workflow.Runtime.IPendingWork.MustCommit(System.Collections.ICollection)" /> always returns <see langword="true" />. </returns>
597    </member>
598    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.UnloadOnIdle(System.Workflow.ComponentModel.Activity)">
599      <summary>Returns a value that indicates whether the workflow is unloaded when it is in an idle state.</summary>
600      <param name="activity">An <see cref="T:System.Workflow.ComponentModel.Activity" /> that represents the root activity of the workflow instance.</param>
601      <returns>
602          <see langword="true" /> if the workflow is unloaded when it is in an idle state; otherwise, <see langword="false" />.</returns>
603    </member>
604    <member name="M:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.UnlockWorkflowInstanceState(System.Workflow.ComponentModel.Activity)">
605      <summary>Unlocks access to the specified workflow instance state.</summary>
606      <param name="rootActivity">An <see cref="T:System.Workflow.ComponentModel.Activity" /> that represents the root activity of the workflow instance.</param>
607    </member>
608    <member name="M:System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService.#ctor">
609      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService" /> class. </summary>
610    </member>
611    <member name="M:System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService.CommitWorkBatch(System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService.CommitWorkBatchCallback)">
612      <summary>Called to commit the work batch.</summary>
613      <param name="commitWorkBatchCallback">The <see cref="T:System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService.CommitWorkBatchCallback" />  delegate to call to commit the work batch. </param>
614    </member>
615    <member name="M:System.Workflow.Runtime.Hosting.WorkflowLoaderService.#ctor">
616      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowLoaderService" /> class. </summary>
617    </member>
618    <member name="M:System.Workflow.Runtime.Hosting.WorkflowLoaderService.CreateInstance(System.Type)">
619      <summary>Creates a new workflow instance by using the specified workflow <see cref="T:System.Type" />.</summary>
620      <param name="workflowType">The <see cref="T:System.Type" /> of the workflow to create. </param>
621      <returns>A <see cref="T:System.Workflow.Runtime.WorkflowInstance" /> object that represents the workflow instance created. </returns>
622    </member>
623    <member name="M:System.Workflow.Runtime.Hosting.WorkflowLoaderService.CreateInstance(System.Xml.XmlReader,System.Xml.XmlReader)">
624      <summary>Creates a workflow instance by using the specified <see cref="T:System.Xml.XmlReader" />.</summary>
625      <param name="workflowDefinitionReader">An <see cref="T:System.Xml.XmlReader" /> that contains the workflow definition.</param>
626      <param name="rulesReader">An <see cref="T:System.Xml.XmlReader" />.</param>
627      <returns>A <see cref="T:System.Workflow.Runtime.WorkflowInstance" /> object that represents the workflow instance created.</returns>
628    </member>
629    <member name="M:System.Workflow.Runtime.Hosting.WorkflowPersistenceService.#ctor">
630      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowPersistenceService" /> class. </summary>
631    </member>
632    <member name="M:System.Workflow.Runtime.Hosting.WorkflowPersistenceService.GetDefaultSerializedForm(System.Workflow.ComponentModel.Activity)">
633      <summary>Retrieves the serialized default form of the <see cref="T:System.Workflow.ComponentModel.Activity" />. </summary>
634      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> whose serialized form is requested.</param>
635      <returns>The serialized default form of the <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
636    </member>
637    <member name="M:System.Workflow.Runtime.Hosting.WorkflowPersistenceService.GetIsBlocked(System.Workflow.ComponentModel.Activity)">
638      <summary>Indicates whether the given activity is blocked.</summary>
639      <param name="rootActivity">The root activity of the workflow instance.</param>
640      <returns>
641          <see langword="true" /> if the given activity is blocked; otherwise, <see langword="false" />. </returns>
642    </member>
643    <member name="M:System.Workflow.Runtime.Hosting.WorkflowPersistenceService.GetSuspendOrTerminateInfo(System.Workflow.ComponentModel.Activity)">
644      <summary>Retrieves the termination or suspend information of the given activity.</summary>
645      <param name="rootActivity">The root activity of the workflow instance.</param>
646      <returns>A <see cref="T:System.String" /> that contains the termination or suspend information. </returns>
647    </member>
648    <member name="M:System.Workflow.Runtime.Hosting.WorkflowPersistenceService.GetWorkflowStatus(System.Workflow.ComponentModel.Activity)">
649      <summary>Retrieves the status of the workflow.</summary>
650      <param name="rootActivity">The root activity of the workflow instance.</param>
651      <returns>A <see cref="T:System.Workflow.Runtime.WorkflowStatus" /> enumeration value that denotes the status of the workflow.  </returns>
652    </member>
653    <member name="M:System.Workflow.Runtime.Hosting.WorkflowPersistenceService.LoadCompletedContextActivity(System.Guid,System.Workflow.ComponentModel.Activity)">
654      <summary>When implemented in a derived class, loads the specified completed scope back into memory.</summary>
655      <param name="scopeId">The <see cref="T:System.Guid" /> of the completed scope.</param>
656      <param name="outerActivity">An <see cref="T:System.Workflow.ComponentModel.Activity" /> that represents the activity that encloses the completed scope.</param>
657      <returns>An <see cref="T:System.Workflow.ComponentModel.Activity" /> that represents the completed scope.</returns>
658    </member>
659    <member name="M:System.Workflow.Runtime.Hosting.WorkflowPersistenceService.LoadWorkflowInstanceState(System.Guid)">
660      <summary>When implemented in a derived class, loads the specified state of the workflow instance back into memory.</summary>
661      <param name="instanceId">The <see cref="T:System.Guid" /> of the root activity of the workflow instance.</param>
662      <returns>An <see cref="T:System.Workflow.ComponentModel.Activity" /> that represents the root activity of the workflow instance.</returns>
663    </member>
664    <member name="M:System.Workflow.Runtime.Hosting.WorkflowPersistenceService.RestoreFromDefaultSerializedForm(System.Byte[],System.Workflow.ComponentModel.Activity)">
665      <summary>Restores the <see cref="T:System.Workflow.ComponentModel.Activity" /> from its serialized form.</summary>
666      <param name="activityBytes">The serialized form of <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
667      <param name="outerActivity">The outer <see cref="T:System.Workflow.ComponentModel.Activity" />, containing the <see cref="T:System.Workflow.ComponentModel.Activity" /> to restore.</param>
668      <returns>The restored <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
669    </member>
670    <member name="M:System.Workflow.Runtime.Hosting.WorkflowPersistenceService.SaveCompletedContextActivity(System.Workflow.ComponentModel.Activity)">
671      <summary>When implemented in a derived class, saves the specified completed scope to a data store.</summary>
672      <param name="activity">An <see cref="T:System.Workflow.ComponentModel.Activity" /> that represents the completed scope.</param>
673    </member>
674    <member name="M:System.Workflow.Runtime.Hosting.WorkflowPersistenceService.SaveWorkflowInstanceState(System.Workflow.ComponentModel.Activity,System.Boolean)">
675      <summary>When implemented in a derived class, saves the workflow instance state to a data store.</summary>
676      <param name="rootActivity">The root activity of the workflow instance.</param>
677      <param name="unlock">
678            <see langword="true" /> if the workflow instance should not be locked; <see langword="false" /> if the workflow instance should be locked.</param>
679    </member>
680    <member name="M:System.Workflow.Runtime.Hosting.WorkflowPersistenceService.UnloadOnIdle(System.Workflow.ComponentModel.Activity)">
681      <summary>Determines whether a workflow should be unloaded when idle. </summary>
682      <param name="activity">An <see cref="T:System.Workflow.ComponentModel.Activity" /> that represents the completed scope.</param>
683      <returns>If <see langword="true" />, the workflow runtime engine unloads the specified workflow when it becomes idle. </returns>
684    </member>
685    <member name="M:System.Workflow.Runtime.Hosting.WorkflowPersistenceService.UnlockWorkflowInstanceState(System.Workflow.ComponentModel.Activity)">
686      <summary>When overridden in a derived class, unlocks the workflow instance state.</summary>
687      <param name="rootActivity">The root activity of the workflow instance.</param>
688    </member>
689    <member name="M:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.#ctor">
690      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowRuntimeService" /> class.</summary>
691    </member>
692    <member name="M:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.OnStarted">
693      <summary>When overridden in a derived class, represents the method that will be called when the workflow runtime engine raises the <see cref="E:System.Workflow.Runtime.WorkflowRuntime.Started" /> event.</summary>
694    </member>
695    <member name="M:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.OnStopped">
696      <summary>When overridden in a derived class, represents the method that will be called when the workflow runtime engine raises the <see cref="E:System.Workflow.Runtime.WorkflowRuntime.Stopped" /> event.</summary>
697    </member>
698    <member name="M:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.RaiseServicesExceptionNotHandledEvent(System.Exception,System.Guid)">
699      <summary>Raises the <see cref="E:System.Workflow.Runtime.WorkflowRuntime.ServicesExceptionNotHandled" /> event.</summary>
700      <param name="exception">The exception that could not be handled.</param>
701      <param name="instanceId">The <see cref="T:System.Guid" /> of the workflow instance associated with the unhandled exception.</param>
702    </member>
703    <member name="M:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.Start">
704      <summary>When overridden in a derived class, starts the service and changes the <see cref="P:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.State" /> to <see cref="F:System.Workflow.Runtime.Hosting.WorkflowRuntimeServiceState.Starting" />.</summary>
705      <exception cref="T:System.InvalidOperationException">
706              <see cref="P:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.Runtime" /> is a null reference (<see langword="Nothing" /> in Visual Basic)-or-The service has already been started.</exception>
707    </member>
708    <member name="M:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.Stop">
709      <summary>When overridden in a derived class, stops the service and changes the <see cref="P:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.State" /> to <see cref="F:System.Workflow.Runtime.Hosting.WorkflowRuntimeServiceState.Stopping" />.</summary>
710      <exception cref="T:System.InvalidOperationException">
711              <see cref="P:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.Runtime" /> is a null reference (<see langword="Nothing" /> in Visual Basic).-or-The service has not yet been started.</exception>
712    </member>
713    <member name="M:System.Workflow.Runtime.Hosting.WorkflowSchedulerService.#ctor">
714      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowSchedulerService" /> class.  </summary>
715    </member>
716    <member name="M:System.Workflow.Runtime.Hosting.WorkflowSchedulerService.Cancel(System.Guid)">
717      <summary>When overridden in a derived class, cancels the scheduled work item with the given <paramref name="timerId" />.</summary>
718      <param name="timerId">The <see cref="T:System.Guid" /> associated with the existing scheduled thread to cancel.</param>
719    </member>
720    <member name="M:System.Workflow.Runtime.Hosting.WorkflowSchedulerService.Schedule(System.Threading.WaitCallback,System.Guid)">
721      <summary>When overridden in a derived class, this method is called by the runtime to schedule a work item (callback) for a particular instance ID.</summary>
722      <param name="callback">A <see cref="T:System.Threading.WaitCallback" /> multicast delegate that represents the method to run. </param>
723      <param name="workflowInstanceId">A <see cref="T:System.Guid" /> that represents the workflow instance.</param>
724    </member>
725    <member name="M:System.Workflow.Runtime.Hosting.WorkflowSchedulerService.Schedule(System.Threading.WaitCallback,System.Guid,System.DateTime,System.Guid)">
726      <summary>When overridden in a derived class, this method is called by the runtime to schedule a work item (callback) for a particular workflow instance to be done at the given time (<see cref="T:System.DateTime" />).</summary>
727      <param name="callback">A <see cref="T:System.Threading.WaitCallback" /> multicast delegate that represents the method to run.</param>
728      <param name="workflowInstanceId">A <see cref="T:System.Guid" /> that represents the workflow instance to add.</param>
729      <param name="whenUtc">The <see cref="T:System.DateTime" /> to begin running the workflow item.</param>
730      <param name="timerId">A <see cref="T:System.Guid" /> that represents the scheduled timer.</param>
731    </member>
732    <member name="M:System.Workflow.Runtime.Hosting.WorkflowWebHostingModule.#ctor">
733      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowWebHostingModule" /> class. </summary>
734    </member>
735    <member name="M:System.Workflow.Runtime.Hosting.WorkflowWebHostingModule.System#Web#IHttpModule#Dispose">
736      <summary>Releases the resources used by the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowWebHostingModule" />.</summary>
737    </member>
738    <member name="M:System.Workflow.Runtime.Hosting.WorkflowWebHostingModule.System#Web#IHttpModule#Init(System.Web.HttpApplication)">
739      <summary>Initializes the workflow Web hosting module and prepares the module to handle requests. </summary>
740      <param name="application">An <see cref="T:System.Web.HttpApplication" /> that provides access to the methods, properties, and events common to all application objects within an ASP.NET application.</param>
741    </member>
742    <member name="M:System.Workflow.Runtime.IPendingWork.Commit(System.Transactions.Transaction,System.Collections.ICollection)">
743      <summary>Commits the list of work items by using the specified <see cref="T:System.Transactions.Transaction" /> object.</summary>
744      <param name="transaction">The <see cref="T:System.Transactions.Transaction" /> associated with the pending work.</param>
745      <param name="items">The work items to be committed.</param>
746    </member>
747    <member name="M:System.Workflow.Runtime.IPendingWork.Complete(System.Boolean,System.Collections.ICollection)">
748      <summary>Called when the transaction has completed.</summary>
749      <param name="succeeded">
750            <see langword="true" /> if the transaction succeeded; otherwise, <see langword="false" />.</param>
751      <param name="items">An <see cref="T:System.Collections.ICollection" /> of work items.</param>
752    </member>
753    <member name="M:System.Workflow.Runtime.IPendingWork.MustCommit(System.Collections.ICollection)">
754      <summary>Allows the items in the work batch to assert whether they must commit immediately.</summary>
755      <param name="items">An <see cref="T:System.Collections.ICollection" /> of work items.</param>
756      <returns>
757          <see langword="true" /> if any item in the collection must be committed immediately; otherwise, <see langword="false" />.</returns>
758    </member>
759    <member name="M:System.Workflow.Runtime.IWorkBatch.Add(System.Workflow.Runtime.IPendingWork,System.Object)">
760      <summary>Adds a pending work item to a work batch.</summary>
761      <param name="work">An <see cref="T:System.Workflow.Runtime.IPendingWork" /> object associated with the <paramref name="workItem" />.</param>
762      <param name="workItem">An object on which work is to be performed.</param>
763    </member>
764    <member name="M:System.Workflow.Runtime.TimerEventSubscription.#ctor">
765      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.TimerEventSubscription" /> class. </summary>
766    </member>
767    <member name="M:System.Workflow.Runtime.TimerEventSubscription.#ctor(System.Guid,System.DateTime)">
768      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.TimerEventSubscription" /> class by using the specified <see cref="T:System.Guid" /> of a workflow instance and the specified expiration <see cref="T:System.DateTime" />. </summary>
769      <param name="workflowInstanceId">The <see cref="T:System.Guid" /> of the workflow instance associated with this subscription.</param>
770      <param name="expiresAt">A <see cref="T:System.DateTime" /> that represents the time in Universal Coordinated Time (UTC) at which the timer associated with this subscription is expected to expire.</param>
771    </member>
772    <member name="M:System.Workflow.Runtime.TimerEventSubscription.#ctor(System.Guid,System.Guid,System.DateTime)">
773      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.TimerEventSubscription" /> class by using the specified subscription Id, the specified <see cref="T:System.Guid" /> of a workflow instance, and the specified expiration <see cref="T:System.DateTime" />.</summary>
774      <param name="timerId">The <see cref="T:System.Guid" /> for this subscription.</param>
775      <param name="workflowInstanceId">The <see cref="T:System.Guid" /> of the workflow instance for which this subscription was created.</param>
776      <param name="expiresAt">A <see cref="T:System.DateTime" /> that represents the time in Universal Coordinated Time (UTC) at which the timer for this subscription is expected to expire.</param>
777    </member>
778    <member name="M:System.Workflow.Runtime.TimerEventSubscriptionCollection.Add(System.Workflow.Runtime.TimerEventSubscription)">
779      <summary>Adds a <see cref="T:System.Workflow.Runtime.TimerEventSubscription" /> to the timer queue.</summary>
780      <param name="item">The <see cref="T:System.Workflow.Runtime.TimerEventSubscription" /> to add to the timer queue.</param>
781      <exception cref="T:System.ArgumentNullException">
782              <paramref name="item" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
783    </member>
784    <member name="M:System.Workflow.Runtime.TimerEventSubscriptionCollection.CopyTo(System.Array,System.Int32)">
785      <summary>Copies the <see cref="T:System.Workflow.Runtime.TimerEventSubscriptionCollection" /> elements to an existing one-dimensional <see cref="T:System.Array" />, starting at the specified array index.</summary>
786      <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from the <see cref="T:System.Workflow.Runtime.TimerEventSubscriptionCollection" />. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
787      <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
788    </member>
789    <member name="M:System.Workflow.Runtime.TimerEventSubscriptionCollection.GetEnumerator">
790      <summary>Returns an enumerator that iterates through the <see cref="T:System.Workflow.Runtime.TimerEventSubscriptionCollection" />.</summary>
791      <returns>An <see cref="T:System.Collections.IEnumerator" /> for the <see cref="T:System.Workflow.Runtime.TimerEventSubscriptionCollection" />.</returns>
792    </member>
793    <member name="M:System.Workflow.Runtime.TimerEventSubscriptionCollection.Peek">
794      <summary>Returns the <see cref="T:System.Workflow.Runtime.TimerEventSubscription" /> at the beginning of the timer queue without removing it.</summary>
795      <returns>The <see cref="T:System.Workflow.Runtime.TimerEventSubscription" /> at the beginning of the timer queue or a null reference (<see langword="Nothing" /> in Visual Basic) if the timer queue is empty.</returns>
796    </member>
797    <member name="M:System.Workflow.Runtime.TimerEventSubscriptionCollection.Remove(System.Guid)">
798      <summary>Removes the <see cref="T:System.Workflow.Runtime.TimerEventSubscription" /> that has the specified subscription id from the timer queue.</summary>
799      <param name="timerSubscriptionId">The <see cref="T:System.Guid" /> of the <see cref="T:System.Workflow.Runtime.TimerEventSubscription" /> to remove.</param>
800    </member>
801    <member name="M:System.Workflow.Runtime.TimerEventSubscriptionCollection.Remove(System.Workflow.Runtime.TimerEventSubscription)">
802      <summary>Removes the <see cref="T:System.Workflow.Runtime.TimerEventSubscription" /> from the timer queue.</summary>
803      <param name="item">The <see cref="T:System.Workflow.Runtime.TimerEventSubscription" /> to remove from the timer queue.</param>
804      <exception cref="T:System.ArgumentNullException">
805              <paramref name="item" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
806    </member>
807    <member name="M:System.Workflow.Runtime.Tracking.ActivityDataTrackingExtract.#ctor">
808      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityDataTrackingExtract" /> class. </summary>
809    </member>
810    <member name="M:System.Workflow.Runtime.Tracking.ActivityDataTrackingExtract.#ctor(System.String)">
811      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityDataTrackingExtract" /> class by using the specified activity member name. </summary>
812      <param name="member">The dot delineated name of the field or the property that should be extracted and sent to the tracking service.</param>
813      <exception cref="T:System.ArgumentNullException">
814              <paramref name="member" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
815    </member>
816    <member name="M:System.Workflow.Runtime.Tracking.ActivityTrackingCondition.#ctor">
817      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingCondition" /> class. </summary>
818    </member>
819    <member name="M:System.Workflow.Runtime.Tracking.ActivityTrackingCondition.#ctor(System.String,System.String)">
820      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingCondition" /> class by specifying an activity member and a value for comparison.</summary>
821      <param name="member">The dot delineated name of an activity member.</param>
822      <param name="value">The value to be compared</param>
823      <exception cref="T:System.ArgumentNullException">
824              <paramref name="member" /> is a null reference (<see langword="Nothing" /> in Visual Basic). </exception>
825    </member>
826    <member name="M:System.Workflow.Runtime.Tracking.ActivityTrackingLocation.#ctor">
827      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingLocation" /> class. </summary>
828    </member>
829    <member name="M:System.Workflow.Runtime.Tracking.ActivityTrackingLocation.#ctor(System.String)">
830      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingLocation" /> class by using the specified activity name. </summary>
831      <param name="activityTypeName">The unqualified name of the common language runtime (CLR) type of an activity.</param>
832      <exception cref="T:System.ArgumentNullException">
833              <paramref name="activityTypeName" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
834    </member>
835    <member name="M:System.Workflow.Runtime.Tracking.ActivityTrackingLocation.#ctor(System.String,System.Boolean,System.Collections.Generic.IEnumerable{System.Workflow.ComponentModel.ActivityExecutionStatus})">
836      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingLocation" /> class that has a reference activity type with the specified unqualified name, that specifies whether to match activities derived from the reference activity type, and that matches the specified activity execution status events.</summary>
837      <param name="activityTypeName">The unqualified name of the common language runtime (CLR) type of an activity.</param>
838      <param name="matchDerivedTypes">
839            <see langword="true" /> if activities derived from the reference activity type should be matched; otherwise, <see langword="false" />.</param>
840      <param name="executionStatusEvents">A collection that contains one or more of the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> values.</param>
841      <exception cref="T:System.ArgumentNullException">
842              <paramref name="activityTypeName" /> is a null reference (<see langword="Nothing" /> in Visual Basic)-or-
843              <paramref name="executionStatusEvents" /> is a null reference (<see langword="Nothing" />).</exception>
844    </member>
845    <member name="M:System.Workflow.Runtime.Tracking.ActivityTrackingLocation.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Workflow.ComponentModel.ActivityExecutionStatus})">
846      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingLocation" /> class that has a reference activity type with the specified unqualified name and that matches the specified activity execution status events.</summary>
847      <param name="activityTypeName">The unqualified name of the common language runtime (CLR) type of an activity.</param>
848      <param name="executionStatusEvents">A collection that contains one or more of the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> values.</param>
849      <exception cref="T:System.ArgumentNullException">
850              <paramref name="activityTypeName" /> is a null reference (<see langword="Nothing" /> in Visual Basic)-or-
851              <paramref name="executionStatusEvents" /> is a null reference (<see langword="Nothing" />).</exception>
852    </member>
853    <member name="M:System.Workflow.Runtime.Tracking.ActivityTrackingLocation.#ctor(System.Type)">
854      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingLocation" /> class by using the specified reference activity type.</summary>
855      <param name="activityType">The <see cref="T:System.Type" /> of an activity.</param>
856      <exception cref="T:System.ArgumentNullException">
857              <paramref name="activityType" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
858    </member>
859    <member name="M:System.Workflow.Runtime.Tracking.ActivityTrackingLocation.#ctor(System.Type,System.Boolean,System.Collections.Generic.IEnumerable{System.Workflow.ComponentModel.ActivityExecutionStatus})">
860      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingLocation" /> class that has the specified reference activity type, that specifies whether to match activities derived from the reference activity type, and that matches the specified activity execution status events.</summary>
861      <param name="activityType">The <see cref="T:System.Type" /> of an activity.</param>
862      <param name="matchDerivedTypes">
863            <see langword="true" /> if activities derived from the reference activity type should be matched; otherwise, <see langword="false" />.</param>
864      <param name="executionStatusEvents">A collection that contains one or more of the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> values.</param>
865      <exception cref="T:System.ArgumentNullException">
866              <paramref name="activityType" /> is a null reference (<see langword="Nothing" /> in Visual Basic).-or-
867              <paramref name="executionStatusEvents" /> is a null reference (<see langword="Nothing" />).</exception>
868    </member>
869    <member name="M:System.Workflow.Runtime.Tracking.ActivityTrackingLocation.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Workflow.ComponentModel.ActivityExecutionStatus})">
870      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingLocation" /> class that has the specified reference activity type and matches the specified activity execution status events.</summary>
871      <param name="activityType">The <see cref="T:System.Type" /> of an activity.</param>
872      <param name="executionStatusEvents">A collection that contains one or more of the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> values.</param>
873      <exception cref="T:System.ArgumentNullException">
874              <paramref name="activityType" /> is a null reference (<see langword="Nothing" /> in Visual Basic).-or-
875              <paramref name="executionStatusEvents" /> is a null reference (<see langword="Nothing" />).</exception>
876    </member>
877    <member name="M:System.Workflow.Runtime.Tracking.ActivityTrackingLocationCollection.#ctor">
878      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingLocationCollection" /> class. </summary>
879    </member>
880    <member name="M:System.Workflow.Runtime.Tracking.ActivityTrackingLocationCollection.#ctor(System.Collections.Generic.IEnumerable{System.Workflow.Runtime.Tracking.ActivityTrackingLocation})">
881      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingLocationCollection" /> class by using a list of activity locations. </summary>
882      <param name="locations">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> list of <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingLocation" /> objects.</param>
883      <exception cref="T:System.ArgumentNullException">
884              <paramref name="locations" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
885    </member>
886    <member name="M:System.Workflow.Runtime.Tracking.ActivityTrackingRecord.#ctor">
887      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingRecord" /> class. </summary>
888    </member>
889    <member name="M:System.Workflow.Runtime.Tracking.ActivityTrackingRecord.#ctor(System.Type,System.String,System.Guid,System.Guid,System.Workflow.ComponentModel.ActivityExecutionStatus,System.DateTime,System.Int32,System.EventArgs)">
890      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingRecord" /> class by using the specified parameters.</summary>
891      <param name="activityType">The <see cref="T:System.Type" /> of the activity associated with the activity status event.</param>
892      <param name="qualifiedName">The <see cref="P:System.Workflow.ComponentModel.Activity.QualifiedName" /> of the activity associated with the activity status event.</param>
893      <param name="contextGuid">The <see cref="T:System.Guid" /> that identifies the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> of the activity associated with the activity status event.</param>
894      <param name="parentContextGuid">The <see cref="T:System.Guid" /> that identifies the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> of the parent activity of the activity associated with the activity status event.</param>
895      <param name="executionStatus">One of the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> values.</param>
896      <param name="eventDateTime">A <see cref="T:System.DateTime" /> that indicates the date and time of the activity status event associated with the tracking record.</param>
897      <param name="eventOrder">The relative order in which the activity status event associated with this tracking record occurred in the workflow instance.</param>
898      <param name="eventArgs">A null reference (<see langword="Nothing" /> in Visual Basic). This field is not set for an <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingRecord" />.</param>
899    </member>
900    <member name="M:System.Workflow.Runtime.Tracking.ActivityTrackPoint.#ctor">
901      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackPoint" /> class.</summary>
902    </member>
903    <member name="M:System.Workflow.Runtime.Tracking.ActivityTrackPointCollection.#ctor">
904      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackPointCollection" /> class. </summary>
905    </member>
906    <member name="M:System.Workflow.Runtime.Tracking.ActivityTrackPointCollection.#ctor(System.Collections.Generic.IEnumerable{System.Workflow.Runtime.Tracking.ActivityTrackPoint})">
907      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackPointCollection" /> class by using a list of activity track points.</summary>
908      <param name="points">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> list of <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackPoint" /> objects.</param>
909      <exception cref="T:System.ArgumentNullException">
910              <paramref name="points" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
911    </member>
912    <member name="M:System.Workflow.Runtime.Tracking.ExtractCollection.#ctor">
913      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ExtractCollection" /> class. </summary>
914    </member>
915    <member name="M:System.Workflow.Runtime.Tracking.ExtractCollection.#ctor(System.Collections.Generic.IEnumerable{System.Workflow.Runtime.Tracking.TrackingExtract})">
916      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ExtractCollection" /> class by using a list of <see cref="T:System.Workflow.Runtime.Tracking.TrackingExtract" /> objects. </summary>
917      <param name="extracts">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> list of <see cref="T:System.Workflow.Runtime.Tracking.TrackingExtract" /> objects.</param>
918      <exception cref="T:System.ArgumentNullException">
919              <paramref name="extracts" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
920    </member>
921    <member name="M:System.Workflow.Runtime.Tracking.PreviousTrackingServiceAttribute.#ctor(System.String)">
922      <summary>Creates a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.PreviousTrackingServiceAttribute" /> class. </summary>
923      <param name="assemblyQualifiedName">A <see cref="T:System.String" /> that contains a fully qualified assembly name that identifies the previous version of the tracking service.</param>
924    </member>
925    <member name="M:System.Workflow.Runtime.Tracking.ProfileRemovedEventArgs.#ctor">
926      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ProfileRemovedEventArgs" /> class. </summary>
927    </member>
928    <member name="M:System.Workflow.Runtime.Tracking.ProfileRemovedEventArgs.#ctor(System.Type)">
929      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ProfileRemovedEventArgs" /> class that applies to the specified workflow <see cref="T:System.Type" />.</summary>
930      <param name="workflowType">The workflow <see cref="T:System.Type" /> for which the <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> should be removed. </param>
931    </member>
932    <member name="M:System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs.#ctor">
933      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs" /> class.</summary>
934    </member>
935    <member name="M:System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs.#ctor(System.Type,System.Workflow.Runtime.Tracking.TrackingProfile)">
936      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs" /> class that specifies a new <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> for the specified workflow <see cref="T:System.Type" />.</summary>
937      <param name="workflowType">The <see cref="T:System.Type" /> of workflow for which the <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> has changed.</param>
938      <param name="profile">The new <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" />.</param>
939    </member>
940    <member name="M:System.Workflow.Runtime.Tracking.SqlTrackingQuery.#ctor">
941      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingQuery" /> class. </summary>
942    </member>
943    <member name="M:System.Workflow.Runtime.Tracking.SqlTrackingQuery.#ctor(System.String)">
944      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingQuery" /> class.</summary>
945      <param name="connectionString">The connection string of the SQL database to query.</param>
946      <exception cref="T:System.ArgumentNullException">
947              <paramref name="connectionString" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
948    </member>
949    <member name="M:System.Workflow.Runtime.Tracking.SqlTrackingQuery.GetWorkflows(System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions)">
950      <summary>Returns tracking data for a set of workflow instances that correspond to a set of query parameters specified by a <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions" />.</summary>
951      <param name="options">A <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions" /> that specifies query parameters.</param>
952      <returns>A list of <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance" /> objects that provide access to tracking data for the set of workflow instances with tracking data that matches the query parameters specified by <paramref name="options" />. </returns>
953      <exception cref="T:System.ArgumentNullException">
954              <paramref name="options" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
955      <exception cref="T:System.InvalidOperationException">
956              <see cref="P:System.Workflow.Runtime.Tracking.SqlTrackingQuery.ConnectionString" /> is a null reference (<see langword="Nothing" />).</exception>
957    </member>
958    <member name="M:System.Workflow.Runtime.Tracking.SqlTrackingQuery.TryGetWorkflow(System.Guid,System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance@)">
959      <summary>Tries to get query data for a specified workflow instance.</summary>
960      <param name="workflowInstanceId">The <see cref="T:System.Guid" /> of the workflow instance for which the tracking data is requested.</param>
961      <param name="workflowInstance">When this method returns <see langword="true" />, contains a <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance" /> that provides access to the tracking data associated with the workflow instance. This parameter is passed uninitiailized.</param>
962      <returns>
963          <see langword="true" /> if tracking data is available for the requested workflow instance; otherwise, <see langword="false" />. </returns>
964      <exception cref="T:System.InvalidOperationException">
965              <see cref="P:System.Workflow.Runtime.Tracking.SqlTrackingQuery.ConnectionString" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
966    </member>
967    <member name="M:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions.#ctor">
968      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions" /> class.</summary>
969    </member>
970    <member name="M:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions.Clear">
971      <summary>Resets the properties of the <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions" /> to their default values.</summary>
972    </member>
973    <member name="M:System.Workflow.Runtime.Tracking.SqlTrackingService.#ctor(System.Collections.Specialized.NameValueCollection)">
974      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingService" /> class by using the specified <see cref="T:System.Collections.Specialized.NameValueCollection" />.</summary>
975      <param name="parameters">A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that specifies properties of <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingService" /> and their initial values.</param>
976      <exception cref="T:System.ArgumentNullException">
977              <paramref name="parameters" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
978      <exception cref="T:System.FormatException">The <see langword="string" /> value associated with a <see langword="Boolean" /> property key in <paramref name="parameters" /> is not represented by either <see cref="F:System.Boolean.TrueString" /> or <see cref="F:System.Boolean.FalseString" />.</exception>
979    </member>
980    <member name="M:System.Workflow.Runtime.Tracking.SqlTrackingService.#ctor(System.String)">
981      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingService" /> class by using the specified database connection string.</summary>
982      <param name="connectionString">A valid database connection string.</param>
983      <exception cref="T:System.ArgumentException">The database connection string is not valid.</exception>
984    </member>
985    <member name="M:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.Refresh">
986      <summary>Updates the property data for this <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance" />.</summary>
987    </member>
988    <member name="M:System.Workflow.Runtime.Tracking.TrackingAnnotationCollection.#ctor">
989      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingAnnotationCollection" /> class</summary>
990    </member>
991    <member name="M:System.Workflow.Runtime.Tracking.TrackingAnnotationCollection.#ctor(System.Collections.Generic.IEnumerable{System.String})">
992      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingAnnotationCollection" /> class by using a list of string annotations. </summary>
993      <param name="annotations">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> list of <see langword="string" /> annotations.</param>
994      <exception cref="T:System.ArgumentNullException">
995              <paramref name="annotations" /> is a null reference (<see langword="Nothing" /> in Visual Basic)</exception>
996    </member>
997    <member name="M:System.Workflow.Runtime.Tracking.TrackingChannel.#ctor">
998      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingChannel" /> class. </summary>
999    </member>
1000    <member name="M:System.Workflow.Runtime.Tracking.TrackingChannel.InstanceCompletedOrTerminated">
1001      <summary>When implemented in a derived class, notifies a receiver of data on the tracking channel that the workflow instance associated with the tracking channel has either completed or terminated.</summary>
1002    </member>
1003    <member name="M:System.Workflow.Runtime.Tracking.TrackingChannel.Send(System.Workflow.Runtime.Tracking.TrackingRecord)">
1004      <summary>When implemented in a derived class, sends a <see cref="T:System.Workflow.Runtime.Tracking.TrackingRecord" /> on the <see cref="T:System.Workflow.Runtime.Tracking.TrackingChannel" />.</summary>
1005      <param name="record">The <see cref="T:System.Workflow.Runtime.Tracking.TrackingRecord" /> to send. </param>
1006    </member>
1007    <member name="M:System.Workflow.Runtime.Tracking.TrackingCondition.#ctor">
1008      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingCondition" /> class.</summary>
1009    </member>
1010    <member name="M:System.Workflow.Runtime.Tracking.TrackingConditionCollection.#ctor">
1011      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingConditionCollection" /> class</summary>
1012    </member>
1013    <member name="M:System.Workflow.Runtime.Tracking.TrackingConditionCollection.#ctor(System.Collections.Generic.IEnumerable{System.Workflow.Runtime.Tracking.TrackingCondition})">
1014      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingConditionCollection" /> by using a list of <see cref="T:System.Workflow.Runtime.Tracking.TrackingCondition" /> objects. </summary>
1015      <param name="conditions">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> list of <see cref="T:System.Workflow.Runtime.Tracking.TrackingCondition" /> objects.</param>
1016      <exception cref="T:System.ArgumentNullException">
1017              <paramref name="conditions" /> is a null reference (Nothing in Visual Basic)</exception>
1018    </member>
1019    <member name="M:System.Workflow.Runtime.Tracking.TrackingDataItem.#ctor">
1020      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingDataItem" /> class.</summary>
1021    </member>
1022    <member name="M:System.Workflow.Runtime.Tracking.TrackingDataItemValue.#ctor">
1023      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingDataItemValue" /> class. </summary>
1024    </member>
1025    <member name="M:System.Workflow.Runtime.Tracking.TrackingDataItemValue.#ctor(System.String,System.String,System.String)">
1026      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingDataItemValue" /> class by using the specified qualified name of an activity, data field name, and <see langword="string" /> representation of a data value. </summary>
1027      <param name="qualifiedName">The qualified name of the activity from which the data was extracted.</param>
1028      <param name="fieldName">The name of the member from which the data was extracted.</param>
1029      <param name="dataValue">A <see langword="string" /> representation of the value of the data.</param>
1030    </member>
1031    <member name="M:System.Workflow.Runtime.Tracking.TrackingExtract.#ctor">
1032      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingExtract" /> class.</summary>
1033    </member>
1034    <member name="M:System.Workflow.Runtime.Tracking.TrackingParameters.#ctor(System.Guid,System.Type,System.Workflow.ComponentModel.Activity,System.Collections.Generic.IList{System.String},System.Guid,System.Guid,System.Guid,System.Guid)">
1035      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingParameters" /> class. </summary>
1036      <param name="instanceId">The <see cref="T:System.Guid" /> of the workflow instance associated with the tracking channel.</param>
1037      <param name="workflowType">The <see cref="T:System.Type" /> of the workflow instance associated with the tracking channel.</param>
1038      <param name="rootActivity">The root <see cref="T:System.Workflow.ComponentModel.Activity" /> of the workflow instance associated with the tracking channel.</param>
1039      <param name="callPath">A list of strings, each of which represents the <see cref="P:System.Workflow.ComponentModel.Activity.QualifiedName" /> of an activity in the call chain of the workflow instance associated with the tracking channel. Currently, only the <see cref="P:System.Workflow.ComponentModel.Activity.QualifiedName" /> of the activity that invoked the workflow instance is included in the list.</param>
1040      <param name="callerInstanceId">The <see cref="T:System.Guid" /> of the workflow that has called the workflow instance associated with the tracking channel.</param>
1041      <param name="contextGuid">A number that identifies the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> of the root activity of the workflow instance associated with the tracking channel.</param>
1042      <param name="callerContextGuid">A number that identifies the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> of the activity that invoked the workflow instance associated with the tracking channel.</param>
1043      <param name="callerParentContextGuid">A number that identifies the parent <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> of the activity that invoked the workflow instance associated with the tracking channel.</param>
1044    </member>
1045    <member name="M:System.Workflow.Runtime.Tracking.TrackingProfile.#ctor">
1046      <summary>Initializes a new instance of <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" />.</summary>
1047    </member>
1048    <member name="M:System.Workflow.Runtime.Tracking.TrackingProfileCache.Clear">
1049      <summary>Clears the tracking profile cache maintained by the runtime tracking infrastructure of all tracking profiles.</summary>
1050    </member>
1051    <member name="M:System.Workflow.Runtime.Tracking.TrackingProfileDeserializationException.#ctor">
1052      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfileDeserializationException" /> class. </summary>
1053    </member>
1054    <member name="M:System.Workflow.Runtime.Tracking.TrackingProfileDeserializationException.#ctor(System.String)">
1055      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfileDeserializationException" /> class with a specified error message.</summary>
1056      <param name="message">The message that describes the error.</param>
1057    </member>
1058    <member name="M:System.Workflow.Runtime.Tracking.TrackingProfileDeserializationException.#ctor(System.String,System.Exception)">
1059      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfileDeserializationException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
1060      <param name="message">The message that describes the error.</param>
1061      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a catch block that handles the inner exception.</param>
1062    </member>
1063    <member name="M:System.Workflow.Runtime.Tracking.TrackingProfileDeserializationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1064      <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the collection of <see cref="T:System.Xml.Schema.ValidationEventArgs" /> associated with this exception, and additional exception information.</summary>
1065      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
1066      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
1067      <exception cref="T:System.ArgumentNullException">
1068              <paramref name="info" /> is a null reference (<see langword="Nothing" /> in Visual Basic)</exception>
1069    </member>
1070    <member name="M:System.Workflow.Runtime.Tracking.TrackingProfileSerializer.#ctor">
1071      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfileSerializer" /> class. </summary>
1072    </member>
1073    <member name="M:System.Workflow.Runtime.Tracking.TrackingProfileSerializer.Deserialize(System.IO.TextReader)">
1074      <summary>Deserializes the XML document that is contained in the text reader by using the tracking profile XML Schema definition (XSD).</summary>
1075      <param name="reader">A <see cref="T:System.IO.TextReader" /> that contains an XML document. </param>
1076      <returns>A <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> that contains the deserialized tracking profile.</returns>
1077      <exception cref="T:System.ArgumentNullException">
1078              <paramref name="reader" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1079      <exception cref="T:System.Workflow.Runtime.Tracking.TrackingProfileDeserializationException">
1080              <paramref name="reader" /> does not contain a document that conforms to the tracking profile XSD.</exception>
1081    </member>
1082    <member name="M:System.Workflow.Runtime.Tracking.TrackingProfileSerializer.Serialize(System.IO.TextWriter,System.Workflow.Runtime.Tracking.TrackingProfile)">
1083      <summary>Serializes the tracking profile into an XML document by using the tracking profile XML Schema definition (XSD).</summary>
1084      <param name="writer">A valid <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" />.</param>
1085      <param name="profile">When this method returns, contains a <see cref="T:System.IO.TextWriter" /> that holds the XML document. The parameter is passed uninitialized.</param>
1086      <exception cref="T:System.ArgumentNullException">
1087              <paramref name="profile" /> is <see langword="null" />.-or-
1088              <paramref name="writer" /> is <see langword="null" />.</exception>
1089      <exception cref="T:System.ArgumentException">
1090              <paramref name="profile" /> is not a valid tracking profile.</exception>
1091    </member>
1092    <member name="M:System.Workflow.Runtime.Tracking.TrackingRecord.#ctor">
1093      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingRecord" /> class.</summary>
1094    </member>
1095    <member name="M:System.Workflow.Runtime.Tracking.TrackingService.#ctor">
1096      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingService" /> class.</summary>
1097    </member>
1098    <member name="M:System.Workflow.Runtime.Tracking.TrackingService.GetProfile(System.Guid)">
1099      <summary>Must be overridden in the derived class, and when implemented, returns the tracking profile for the specified workflow instance.</summary>
1100      <param name="workflowInstanceId">The <see cref="T:System.Guid" /> of the workflow instance.</param>
1101      <returns>The tracking profile for the specified workflow instance.</returns>
1102    </member>
1103    <member name="M:System.Workflow.Runtime.Tracking.TrackingService.GetProfile(System.Type,System.Version)">
1104      <summary>Must be overridden in the derived class, and when implemented, returns the tracking profile, qualified by version, for the specified workflow <see cref="T:System.Type" />.</summary>
1105      <param name="workflowType">The <see cref="T:System.Type" /> of the workflow.</param>
1106      <param name="profileVersionId">The <see cref="T:System.Version" /> of the tracking profile.</param>
1107      <returns>The tracking profile for the specified workflow type.</returns>
1108    </member>
1109    <member name="M:System.Workflow.Runtime.Tracking.TrackingService.GetTrackingChannel(System.Workflow.Runtime.Tracking.TrackingParameters)">
1110      <summary>Must be overridden in the derived class, and when implemented, returns the channel that the run-time tracking infrastructure uses to send tracking records to the tracking service.</summary>
1111      <param name="parameters">The <see cref="T:System.Workflow.Runtime.Tracking.TrackingParameters" /> associated with the workflow instance.</param>
1112      <returns>The <see cref="T:System.Workflow.Runtime.Tracking.TrackingChannel" /> that is used to send tracking records to the tracking service.</returns>
1113    </member>
1114    <member name="M:System.Workflow.Runtime.Tracking.TrackingService.TryGetProfile(System.Type,System.Workflow.Runtime.Tracking.TrackingProfile@)">
1115      <summary>Must be overridden in the derived class, and when implemented, retrieves the tracking profile for the specified workflow type if one is available.</summary>
1116      <param name="workflowType">The <see cref="T:System.Type" /> of the workflow for which to get the tracking profile.</param>
1117      <param name="profile">When this method returns, contains the <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> to load. This parameter is passed uninitialized.</param>
1118      <returns>
1119          <see langword="true" /> if a <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> for the specified workflow <see cref="T:System.Type" /> is available; otherwise, <see langword="false" />. If <see langword="true" />, the <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> is returned in <paramref name="profile" />.</returns>
1120    </member>
1121    <member name="M:System.Workflow.Runtime.Tracking.TrackingService.TryReloadProfile(System.Type,System.Guid,System.Workflow.Runtime.Tracking.TrackingProfile@)">
1122      <summary>Must be overridden in the derived class, and when implemented, retrieves a new tracking profile for the specified workflow instance if the tracking profile has changed since it was last loaded.</summary>
1123      <param name="workflowType">The <see cref="T:System.Type" /> of the workflow instance.</param>
1124      <param name="workflowInstanceId">The <see cref="T:System.Guid" /> of the workflow instance.</param>
1125      <param name="profile">When this method returns, contains the <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> to load. This parameter is passed uninitialized.</param>
1126      <returns>
1127          <see langword="true" /> if a new <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> should be loaded; otherwise, <see langword="false" />. If <see langword="true" />, the <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> is returned in <paramref name="profile" />.</returns>
1128    </member>
1129    <member name="M:System.Workflow.Runtime.Tracking.UserTrackingLocation.#ctor">
1130      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingLocation" /> class. </summary>
1131    </member>
1132    <member name="M:System.Workflow.Runtime.Tracking.UserTrackingLocation.#ctor(System.String)">
1133      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingLocation" /> class by using the unqualified name of the common language runtime (CLR) type of the user data.</summary>
1134      <param name="argumentTypeName">The unqualified name of the CLR type of the user data to be matched.</param>
1135    </member>
1136    <member name="M:System.Workflow.Runtime.Tracking.UserTrackingLocation.#ctor(System.String,System.String)">
1137      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingLocation" /> class by using the unqualified name of the common language runtime (CLR) type of the user data and the unqualified name of the CLR type of the activity from which the user data must be emitted.</summary>
1138      <param name="argumentTypeName">The unqualified name of the CLR type of the user data to be matched.</param>
1139      <param name="activityTypeName">The unqualified name of the CLR type of the activity from which the user data must be emitted.</param>
1140    </member>
1141    <member name="M:System.Workflow.Runtime.Tracking.UserTrackingLocation.#ctor(System.String,System.Type)">
1142      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingLocation" /> class by using the unqualified name of the common language runtime (CLR) type of the user data and the CLR type of the activity from which the user data must be emitted.</summary>
1143      <param name="argumentTypeName">The unqualified name of the CLR type of the user data to be matched.</param>
1144      <param name="activityType">The <see cref="T:System.Type" /> of the activity from which the user data must be emitted.</param>
1145    </member>
1146    <member name="M:System.Workflow.Runtime.Tracking.UserTrackingLocation.#ctor(System.Type)">
1147      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingLocation" /> class using the common language runtime (CLR) type of the user data.</summary>
1148      <param name="argumentType">The <see cref="T:System.Type" /> of the user data to be matched.</param>
1149    </member>
1150    <member name="M:System.Workflow.Runtime.Tracking.UserTrackingLocation.#ctor(System.Type,System.String)">
1151      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingLocation" /> class by using the common language runtime (CLR) type of the user data and unqualified name of the CLR type of the activity from which the user data must be emitted.</summary>
1152      <param name="argumentType">The <see cref="T:System.Type" /> of the user data to be matched.</param>
1153      <param name="activityTypeName">The unqualified name of the CLR type of the activity from which the user data must be emitted.</param>
1154    </member>
1155    <member name="M:System.Workflow.Runtime.Tracking.UserTrackingLocation.#ctor(System.Type,System.Type)">
1156      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingLocation" /> class by using the common language runtime (CLR) type of the user data and the CLR type of the activity from which the user data must be emitted.</summary>
1157      <param name="argumentType">The <see cref="T:System.Type" /> of the user data to be matched.</param>
1158      <param name="activityType">The <see cref="T:System.Type" /> of the activity from which the user data must be emitted.</param>
1159    </member>
1160    <member name="M:System.Workflow.Runtime.Tracking.UserTrackingLocationCollection.#ctor">
1161      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingLocationCollection" /> class. </summary>
1162    </member>
1163    <member name="M:System.Workflow.Runtime.Tracking.UserTrackingLocationCollection.#ctor(System.Collections.Generic.IEnumerable{System.Workflow.Runtime.Tracking.UserTrackingLocation})">
1164      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingLocationCollection" /> class by using a list of user locations.</summary>
1165      <param name="locations">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> list of <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingLocation" /> objects. </param>
1166      <exception cref="T:System.ArgumentNullException">
1167              <paramref name="locations" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1168    </member>
1169    <member name="M:System.Workflow.Runtime.Tracking.UserTrackingRecord.#ctor">
1170      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingRecord" /> class</summary>
1171    </member>
1172    <member name="M:System.Workflow.Runtime.Tracking.UserTrackingRecord.#ctor(System.Type,System.String,System.Guid,System.Guid,System.DateTime,System.Int32,System.String,System.Object)">
1173      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingRecord" /> class by using the specified parameters.</summary>
1174      <param name="activityType">The <see cref="T:System.Type" /> of the activity associated with the user event.</param>
1175      <param name="qualifiedName">The <see cref="P:System.Workflow.ComponentModel.Activity.QualifiedName" /> of the activity associated with the user event.</param>
1176      <param name="contextGuid">A number that identifies the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> of the activity associated with the user event.</param>
1177      <param name="parentContextGuid">A number that identifies the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> of the parent activity of the activity associated with the user event.</param>
1178      <param name="eventDateTime">A <see cref="T:System.DateTime" /> that indicates the date and time of the user event associated with the tracking record.</param>
1179      <param name="eventOrder">The relative order in which the user event associated with this tracking record occurred in the workflow instance.</param>
1180      <param name="userDataKey">A key associated with the user data for this tracking record, or a null reference (<see langword="Nothing" /> in Visual Basic).</param>
1181      <param name="userData">The user data associated with the user event.</param>
1182    </member>
1183    <member name="M:System.Workflow.Runtime.Tracking.UserTrackPoint.#ctor">
1184      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackPoint" /> class.</summary>
1185    </member>
1186    <member name="M:System.Workflow.Runtime.Tracking.UserTrackPointCollection.#ctor">
1187      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackPointCollection" /> class. </summary>
1188    </member>
1189    <member name="M:System.Workflow.Runtime.Tracking.UserTrackPointCollection.#ctor(System.Collections.Generic.IEnumerable{System.Workflow.Runtime.Tracking.UserTrackPoint})">
1190      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackPointCollection" /> class by using a list of user track points. </summary>
1191      <param name="points">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> list of <see cref="T:System.Workflow.Runtime.Tracking.UserTrackPoint" /> objects.</param>
1192      <exception cref="T:System.ArgumentNullException">
1193              <paramref name="points" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1194    </member>
1195    <member name="M:System.Workflow.Runtime.Tracking.WorkflowDataTrackingExtract.#ctor">
1196      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.WorkflowDataTrackingExtract" /> class. </summary>
1197    </member>
1198    <member name="M:System.Workflow.Runtime.Tracking.WorkflowDataTrackingExtract.#ctor(System.String)">
1199      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.WorkflowDataTrackingExtract" /> class by using the specified name of a member of the root activity.</summary>
1200      <param name="member">The dot delineated name of the field or property of the root activity that should be extracted and sent to the tracking service.</param>
1201      <exception cref="T:System.ArgumentNullException">
1202              <paramref name="member" /> is a null reference (<see langword="Nothing" /> in Visual Basic). </exception>
1203    </member>
1204    <member name="M:System.Workflow.Runtime.Tracking.WorkflowTrackingLocation.#ctor">
1205      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackingLocation" /> class. </summary>
1206    </member>
1207    <member name="M:System.Workflow.Runtime.Tracking.WorkflowTrackingLocation.#ctor(System.Collections.Generic.IList{System.Workflow.Runtime.Tracking.TrackingWorkflowEvent})">
1208      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackingLocation" /> class that matches the specified tracking workflow events.</summary>
1209      <param name="events">IList of tracking workflow events to be matched.</param>
1210    </member>
1211    <member name="M:System.Workflow.Runtime.Tracking.WorkflowTrackingRecord.#ctor">
1212      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackingRecord" /> class. </summary>
1213    </member>
1214    <member name="M:System.Workflow.Runtime.Tracking.WorkflowTrackingRecord.#ctor(System.Workflow.Runtime.Tracking.TrackingWorkflowEvent,System.DateTime,System.Int32,System.EventArgs)">
1215      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackingRecord" /> class by using the specified <see cref="T:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent" /> value, <see cref="T:System.DateTime" />, number, and <see cref="T:System.EventArgs" />.</summary>
1216      <param name="trackingWorkflowEvent">One of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent" /> values.</param>
1217      <param name="eventDateTime">A <see cref="T:System.DateTime" /> that indicates the date and time of the workflow status event associated with the tracking record.</param>
1218      <param name="eventOrder">The relative order in which the workflow status event associated with this tracking record occurred in the workflow instance.</param>
1219      <param name="eventArgs">Either a <see cref="T:System.Workflow.Runtime.Tracking.TrackingWorkflowSuspendedEventArgs" />, a <see cref="T:System.Workflow.Runtime.Tracking.TrackingWorkflowTerminatedEventArgs" />, a <see cref="T:System.Workflow.Runtime.Tracking.TrackingWorkflowExceptionEventArgs" />, or a null reference (<see langword="Nothing" /> in Visual Basic).</param>
1220    </member>
1221    <member name="M:System.Workflow.Runtime.Tracking.WorkflowTrackPoint.#ctor">
1222      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackPoint" /> class.</summary>
1223    </member>
1224    <member name="M:System.Workflow.Runtime.Tracking.WorkflowTrackPointCollection.#ctor">
1225      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackPointCollection" /> class. </summary>
1226    </member>
1227    <member name="M:System.Workflow.Runtime.Tracking.WorkflowTrackPointCollection.#ctor(System.Collections.Generic.IEnumerable{System.Workflow.Runtime.Tracking.WorkflowTrackPoint})">
1228      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackPointCollection" /> class by using a list of workflow track points. </summary>
1229      <param name="points">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> list of <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackPoint" /> objects.</param>
1230      <exception cref="T:System.ArgumentNullException">
1231              <paramref name="points" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1232    </member>
1233    <member name="M:System.Workflow.Runtime.WorkflowInstance.Abort">
1234      <summary>Aborts the workflow instance.</summary>
1235      <exception cref="T:System.InvalidOperationException">The workflow runtime engine is not running.</exception>
1236    </member>
1237    <member name="M:System.Workflow.Runtime.WorkflowInstance.ApplyWorkflowChanges(System.Workflow.ComponentModel.WorkflowChanges)">
1238      <summary>Applies changes to the workflow instance specified by the <see cref="T:System.Workflow.ComponentModel.WorkflowChanges" /> object.</summary>
1239      <param name="workflowChanges">A <see cref="T:System.Workflow.ComponentModel.WorkflowChanges" /> specifying dynamic updates for the workflow instance.</param>
1240      <exception cref="T:System.InvalidOperationException">The workflow runtime engine is not running.</exception>
1241    </member>
1242    <member name="M:System.Workflow.Runtime.WorkflowInstance.EnqueueItem(System.IComparable,System.Object,System.Workflow.Runtime.IPendingWork,System.Object)">
1243      <summary>Posts a message to the specified workflow queue synchronously.</summary>
1244      <param name="queueName">The name of the <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</param>
1245      <param name="item">The object to enqueue.</param>
1246      <param name="pendingWork">An <see cref="T:System.Workflow.Runtime.IPendingWork" /> that allows the sender to be notified when <paramref name="item" /> is delivered.</param>
1247      <param name="workItem">An object to be passed to the <see cref="T:System.Workflow.Runtime.IPendingWork" /> methods.</param>
1248      <exception cref="T:System.ArgumentNullException">
1249              <paramref name="queueName" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1250      <exception cref="T:System.InvalidOperationException">The workflow runtime engine is not running.-or-The <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> specified by <paramref name="queueName" /> does not exist.-or-The <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> specified by <paramref name="queueName" /> is not enabled.</exception>
1251    </member>
1252    <member name="M:System.Workflow.Runtime.WorkflowInstance.EnqueueItemOnIdle(System.IComparable,System.Object,System.Workflow.Runtime.IPendingWork,System.Object)">
1253      <summary>Posts a message to the specified workflow queue when the workflow is idle. <see cref="M:System.Workflow.Runtime.WorkflowInstance.EnqueueItemOnIdle(System.IComparable,System.Object,System.Workflow.Runtime.IPendingWork,System.Object)" /> waits until the workflow reaches an idle point and enqueues after verifying that the workflow scheduler is idle (that is, no active operation is being executed).</summary>
1254      <param name="queueName">The name of the <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</param>
1255      <param name="item">The object to enqueue.</param>
1256      <param name="pendingWork">An <see cref="T:System.Workflow.Runtime.IPendingWork" /> that allows the sender to be notified when <paramref name="item" /> is delivered.</param>
1257      <param name="workItem">An object to be passed to the <see cref="T:System.Workflow.Runtime.IPendingWork" /> methods.</param>
1258      <exception cref="T:System.ArgumentNullException">
1259              <paramref name="queueName" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1260      <exception cref="T:System.InvalidOperationException">The workflow runtime engine is not running.-or-The workflow instance is suspended.-or-The <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> specified by <paramref name="queueName" /> does not exist.-or-The <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> specified by <paramref name="queueName" /> is not enabled.</exception>
1261    </member>
1262    <member name="M:System.Workflow.Runtime.WorkflowInstance.Equals(System.Object)">
1263      <summary>Returns a value that indicates whether the specified object is equal to the <see cref="T:System.Workflow.Runtime.WorkflowInstance" />.</summary>
1264      <param name="obj">The object to compare.</param>
1265      <returns>
1266          <see langword="true" /> if the specified object is equal to this <see cref="T:System.Workflow.Runtime.WorkflowInstance" />; otherwise, <see langword="false" />.</returns>
1267    </member>
1268    <member name="M:System.Workflow.Runtime.WorkflowInstance.GetHashCode">
1269      <summary>Returns the hash code for this workflow instance.</summary>
1270      <returns>The hash code for this <see cref="T:System.Workflow.Runtime.WorkflowInstance" />.</returns>
1271    </member>
1272    <member name="M:System.Workflow.Runtime.WorkflowInstance.GetWorkflowDefinition">
1273      <summary>Retrieves the root activity for this workflow instance.</summary>
1274      <returns>An <see cref="T:System.Workflow.ComponentModel.Activity" /> object.</returns>
1275    </member>
1276    <member name="M:System.Workflow.Runtime.WorkflowInstance.GetWorkflowNextTimerExpiration">
1277      <summary>Returns the next point in time that this <see cref="T:System.Workflow.Runtime.WorkflowInstance" /> is scheduled to be delivered a timer message.</summary>
1278      <returns>A DateTime value that represents the next <see cref="P:System.Workflow.Runtime.TimerEventSubscription.ExpiresAt" /> time this <see cref="T:System.Workflow.Runtime.WorkflowInstance" /> will be delivered a timer message. </returns>
1279    </member>
1280    <member name="M:System.Workflow.Runtime.WorkflowInstance.GetWorkflowQueueData">
1281      <summary>Gets a collection of <see cref="T:System.Workflow.Runtime.WorkflowQueueInfo" /> objects that contains the pending items and subscribed activities for the workflow queues associated with this workflow instance.</summary>
1282      <returns>A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:System.Workflow.Runtime.WorkflowQueueInfo" /> objects.</returns>
1283      <exception cref="T:System.InvalidOperationException">The workflow runtime engine is not running.</exception>
1284    </member>
1285    <member name="M:System.Workflow.Runtime.WorkflowInstance.Load">
1286      <summary>Loads a previously unloaded workflow instance.</summary>
1287      <exception cref="T:System.InvalidOperationException">The workflow runtime engine is not running.</exception>
1288    </member>
1289    <member name="M:System.Workflow.Runtime.WorkflowInstance.ReloadTrackingProfiles">
1290      <summary>Reload the tracking profiles for this workflow instance.</summary>
1291      <exception cref="T:System.InvalidOperationException">The workflow runtime engine is not running.</exception>
1292    </member>
1293    <member name="M:System.Workflow.Runtime.WorkflowInstance.Resume">
1294      <summary>Resumes execution of a previously suspended workflow instance.</summary>
1295      <exception cref="T:System.InvalidOperationException">The workflow runtime engine is not running.</exception>
1296    </member>
1297    <member name="M:System.Workflow.Runtime.WorkflowInstance.Start">
1298      <summary>Starts the execution of the workflow instance.</summary>
1299      <exception cref="T:System.InvalidOperationException">The workflow runtime engine is not running.-or-The workflow instance has already been started.</exception>
1300    </member>
1301    <member name="M:System.Workflow.Runtime.WorkflowInstance.Suspend(System.String)">
1302      <summary>Suspends the workflow instance.</summary>
1303      <param name="error">A description of the reason for suspending the workflow instance.</param>
1304      <exception cref="T:System.InvalidOperationException">The workflow runtime engine is not running. </exception>
1305    </member>
1306    <member name="M:System.Workflow.Runtime.WorkflowInstance.Terminate(System.String)">
1307      <summary>Terminates the workflow instance in a synchronous manner.</summary>
1308      <param name="error">A description of the reason for terminating the workflow instance.</param>
1309      <exception cref="T:System.InvalidOperationException">The workflow runtime engine is not running.</exception>
1310    </member>
1311    <member name="M:System.Workflow.Runtime.WorkflowInstance.TryUnload">
1312      <summary>Unloads the workflow instance from memory to the persistence store when the instance is suspended or idle.</summary>
1313      <returns>
1314          <see langword="true" /> if the workflow instance was unloaded; otherwise, <see langword="false" />.</returns>
1315      <exception cref="T:System.InvalidOperationException">There is no persistence service registered with the workflow runtime engine.</exception>
1316    </member>
1317    <member name="M:System.Workflow.Runtime.WorkflowInstance.Unload">
1318      <summary>Unloads the workflow instance from memory to the persistence store. This call blocks until after the currently scheduled work is finished, or the end of a transaction scope.</summary>
1319      <exception cref="T:System.InvalidOperationException">There is no persistence service registered with the workflow runtime engine.</exception>
1320    </member>
1321    <member name="M:System.Workflow.Runtime.WorkflowOwnershipException.#ctor">
1322      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.WorkflowOwnershipException" /> class. </summary>
1323    </member>
1324    <member name="M:System.Workflow.Runtime.WorkflowOwnershipException.#ctor(System.Guid)">
1325      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.WorkflowOwnershipException" /> class by using a specified workflow instance <see cref="T:System.Guid" />.</summary>
1326      <param name="instanceId">The <see cref="T:System.Guid" /> of the workflow instance for which this exception occurred.</param>
1327    </member>
1328    <member name="M:System.Workflow.Runtime.WorkflowOwnershipException.#ctor(System.Guid,System.String)">
1329      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.WorkflowOwnershipException" /> class by using a specified workflow instance <see cref="T:System.Guid" /> and a specified error message.</summary>
1330      <param name="instanceId">The <see cref="T:System.Guid" /> of the workflow instance for which this exception occurred.</param>
1331      <param name="message">The message that describes the error.</param>
1332    </member>
1333    <member name="M:System.Workflow.Runtime.WorkflowOwnershipException.#ctor(System.Guid,System.String,System.Exception)">
1334      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.WorkflowOwnershipException" /> class by using a specified workflow instance <see cref="T:System.Guid" />, a specified error message, and a reference to the inner exception that is the cause of this exception.</summary>
1335      <param name="instanceId">The <see cref="T:System.Guid" /> of the workflow instance for which this exception occurred.</param>
1336      <param name="message">The message that describes the error.</param>
1337      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a catch block that handles the inner exception.</param>
1338    </member>
1339    <member name="M:System.Workflow.Runtime.WorkflowOwnershipException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1340      <summary>Initializes a new instance of the WorkflowOwnershipException class with serialized data.</summary>
1341      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
1342      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
1343    </member>
1344    <member name="M:System.Workflow.Runtime.WorkflowOwnershipException.#ctor(System.String)">
1345      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.WorkflowOwnershipException" /> class by using a specified error message.</summary>
1346      <param name="message">The message that describes the error.</param>
1347    </member>
1348    <member name="M:System.Workflow.Runtime.WorkflowOwnershipException.#ctor(System.String,System.Exception)">
1349      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.WorkflowOwnershipException" /> class by using a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
1350      <param name="message">The message that describes the error.</param>
1351      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a catch block that handles the inner exception.</param>
1352    </member>
1353    <member name="M:System.Workflow.Runtime.WorkflowOwnershipException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1354      <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the <see cref="T:System.Guid" /> of the workflow instance associated with this exception, and additional exception information.</summary>
1355      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
1356      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
1357      <exception cref="T:System.ArgumentNullException">
1358              <paramref name="info" /> is a null reference (<see langword="Nothing" /> in Visual Basic)</exception>
1359    </member>
1360    <member name="M:System.Workflow.Runtime.WorkflowQueue.Dequeue">
1361      <summary>Removes and returns the object at the beginning of the <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</summary>
1362      <returns>The object that is removed from the beginning of the <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</returns>
1363      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> is empty.</exception>
1364    </member>
1365    <member name="M:System.Workflow.Runtime.WorkflowQueue.Enqueue(System.Object)">
1366      <summary>Adds an object to the end of the <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</summary>
1367      <param name="item">The object to add to the <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</param>
1368      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> is not enabled.</exception>
1369    </member>
1370    <member name="M:System.Workflow.Runtime.WorkflowQueue.Peek">
1371      <summary>Returns the object at the beginning of the <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> without removing it.</summary>
1372      <returns>The object at the beginning of the <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</returns>
1373      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> is empty.</exception>
1374    </member>
1375    <member name="M:System.Workflow.Runtime.WorkflowQueue.RegisterForQueueItemArrived(System.Workflow.ComponentModel.IActivityEventListener{System.Workflow.ComponentModel.QueueEventArgs})">
1376      <summary>Registers a subscriber to the <see cref="E:System.Workflow.Runtime.WorkflowQueue.QueueItemArrived" /> event.</summary>
1377      <param name="eventListener">A subscriber for <see cref="T:System.Workflow.ComponentModel.QueueEventArgs" /> that implements the <see cref="T:System.Workflow.ComponentModel.IActivityEventListener`1" /> interface.</param>
1378    </member>
1379    <member name="M:System.Workflow.Runtime.WorkflowQueue.RegisterForQueueItemAvailable(System.Workflow.ComponentModel.IActivityEventListener{System.Workflow.ComponentModel.QueueEventArgs})">
1380      <summary>Registers a subscriber to the <see cref="E:System.Workflow.Runtime.WorkflowQueue.QueueItemAvailable" /> event.</summary>
1381      <param name="eventListener">A subscriber for <see cref="T:System.Workflow.ComponentModel.QueueEventArgs" /> that implements the <see cref="T:System.Workflow.ComponentModel.IActivityEventListener`1" /> interface.</param>
1382      <exception cref="T:System.ArgumentNullException">
1383              <paramref name="eventListener" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1384    </member>
1385    <member name="M:System.Workflow.Runtime.WorkflowQueue.RegisterForQueueItemAvailable(System.Workflow.ComponentModel.IActivityEventListener{System.Workflow.ComponentModel.QueueEventArgs},System.String)">
1386      <summary>Registers a subscriber to the <see cref="E:System.Workflow.Runtime.WorkflowQueue.QueueItemAvailable" /> event.</summary>
1387      <param name="eventListener">A subscriber for <see cref="T:System.Workflow.ComponentModel.QueueEventArgs" /> that implements the <see cref="T:System.Workflow.ComponentModel.IActivityEventListener`1" /> interface.</param>
1388      <param name="subscriberQualifiedName">The <see cref="P:System.Workflow.ComponentModel.Activity.QualifiedName" /> of the activity that is subscribing to the <see cref="E:System.Workflow.Runtime.WorkflowQueue.QueueItemAvailable" /> event or a null reference (<see langword="Nothing" /> in Visual Basic).</param>
1389      <exception cref="T:System.ArgumentNullException">
1390              <paramref name="eventListener" /> is a null reference (<see langword="Nothing" />).</exception>
1391    </member>
1392    <member name="M:System.Workflow.Runtime.WorkflowQueue.UnregisterForQueueItemArrived(System.Workflow.ComponentModel.IActivityEventListener{System.Workflow.ComponentModel.QueueEventArgs})">
1393      <summary>Unregisters a subscriber to the <see cref="E:System.Workflow.Runtime.WorkflowQueue.QueueItemArrived" /> event.</summary>
1394      <param name="eventListener">A subscriber for <see cref="T:System.Workflow.ComponentModel.QueueEventArgs" /> that implements the <see cref="T:System.Workflow.ComponentModel.IActivityEventListener`1" /> interface.</param>
1395      <exception cref="T:System.ArgumentNullException">
1396              <paramref name="eventListener" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1397    </member>
1398    <member name="M:System.Workflow.Runtime.WorkflowQueue.UnregisterForQueueItemAvailable(System.Workflow.ComponentModel.IActivityEventListener{System.Workflow.ComponentModel.QueueEventArgs})">
1399      <summary>Unregisters a subscriber to the <see cref="E:System.Workflow.Runtime.WorkflowQueue.QueueItemAvailable" /> event.</summary>
1400      <param name="eventListener">A subscriber for <see cref="T:System.Workflow.ComponentModel.QueueEventArgs" /> that implements the <see cref="T:System.Workflow.ComponentModel.IActivityEventListener`1" /> interface.</param>
1401      <exception cref="T:System.ArgumentNullException">
1402              <paramref name="eventListener" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1403    </member>
1404    <member name="M:System.Workflow.Runtime.WorkflowQueuingService.CreateWorkflowQueue(System.IComparable,System.Boolean)">
1405      <summary>Creates a <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> by using the specified name and transactional scope.</summary>
1406      <param name="queueName">The name of the queue.</param>
1407      <param name="transactional">A value that specifies whether the <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> is visible outside the scope of the current transaction.</param>
1408      <returns>A <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> object.</returns>
1409      <exception cref="T:System.ArgumentNullException">
1410              <paramref name="queueName" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1411      <exception cref="T:System.InvalidOperationException">A <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> with the name specified by <paramref name="queueName" /> already exists.</exception>
1412    </member>
1413    <member name="M:System.Workflow.Runtime.WorkflowQueuingService.DeleteWorkflowQueue(System.IComparable)">
1414      <summary>Deletes the specified <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</summary>
1415      <param name="queueName">The name of the <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> to delete.</param>
1416      <exception cref="T:System.ArgumentNullException">
1417              <paramref name="queueName" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1418    </member>
1419    <member name="M:System.Workflow.Runtime.WorkflowQueuingService.Exists(System.IComparable)">
1420      <summary>Tests for the existence of the specified <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</summary>
1421      <param name="queueName">The name of the <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</param>
1422      <returns>
1423          <see langword="true" /> if the <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> exists; otherwise, <see langword="false" />.</returns>
1424      <exception cref="T:System.ArgumentNullException">
1425              <paramref name="queueName" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1426    </member>
1427    <member name="M:System.Workflow.Runtime.WorkflowQueuingService.GetWorkflowQueue(System.IComparable)">
1428      <summary>Retrieves the specified <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</summary>
1429      <param name="queueName">The name of the <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> to retrieve.</param>
1430      <returns>A <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> object.</returns>
1431      <exception cref="T:System.ArgumentNullException">
1432              <paramref name="queueName" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1433      <exception cref="T:System.InvalidOperationException">The specified <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> was not found.</exception>
1434    </member>
1435    <member name="M:System.Workflow.Runtime.WorkflowRuntime.#ctor">
1436      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> class. </summary>
1437    </member>
1438    <member name="M:System.Workflow.Runtime.WorkflowRuntime.#ctor(System.String)">
1439      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> class by using the specified section of the application configuration file.</summary>
1440      <param name="configSectionName">The name of a valid <see langword="workflowSettings" /> section in the application configuration file.</param>
1441      <exception cref="T:System.ArgumentNullException">
1442              <paramref name="configSectionName" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1443      <exception cref="T:System.ArgumentException">A valid <see langword="workflowSettings" /> section could not be found in the application configuration file.</exception>
1444      <exception cref="T:System.InvalidOperationException">A <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> already exists for this application domain.</exception>
1445    </member>
1446    <member name="M:System.Workflow.Runtime.WorkflowRuntime.#ctor(System.Workflow.Runtime.Configuration.WorkflowRuntimeSection)">
1447      <summary>Initializes a new instance of the <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> class by using the settings in the specified <see cref="T:System.Workflow.Runtime.Configuration.WorkflowRuntimeSection" />.</summary>
1448      <param name="settings">A <see cref="T:System.Workflow.Runtime.Configuration.WorkflowRuntimeSection" />.</param>
1449      <exception cref="T:System.ArgumentNullException">
1450              <paramref name="settings" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1451      <exception cref="T:System.InvalidOperationException">A <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> already exists for this application domain.</exception>
1452    </member>
1453    <member name="M:System.Workflow.Runtime.WorkflowRuntime.AddService(System.Object)">
1454      <summary>Adds the specified service to the workflow run-time engine.</summary>
1455      <param name="service">An object that represents the service to add.</param>
1456      <exception cref="T:System.ArgumentNullException">
1457              <paramref name="service" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1458      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> is disposed.</exception>
1459      <exception cref="T:System.InvalidOperationException">
1460              <paramref name="service" /> is already registered with the workflow run-time engine.-or-
1461              <paramref name="service" /> is a core service and the workflow run-time engine is already running (<see cref="P:System.Workflow.Runtime.WorkflowRuntime.IsStarted" /> is <see langword="true" />).</exception>
1462    </member>
1463    <member name="M:System.Workflow.Runtime.WorkflowRuntime.CreateWorkflow(System.Type)">
1464      <summary>Creates a new workflow instance by using the specified workflow <see cref="T:System.Type" />.</summary>
1465      <param name="workflowType">The <see cref="T:System.Type" /> of the workflow to create.</param>
1466      <returns>The created workflow instance.</returns>
1467      <exception cref="T:System.ArgumentNullException">
1468              <paramref name="workflowType" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1469    </member>
1470    <member name="M:System.Workflow.Runtime.WorkflowRuntime.CreateWorkflow(System.Type,System.Collections.Generic.Dictionary{System.String,System.Object})">
1471      <summary>Creates a workflow instance by using the specified workflow <see cref="T:System.Type" /> and the arguments to the workflow contained in the specified <see cref="T:System.Collections.Generic.Dictionary`2" />.</summary>
1472      <param name="workflowType">The <see cref="T:System.Type" /> of the workflow to create.</param>
1473      <param name="namedArgumentValues">A <see cref="T:System.Collections.Generic.Dictionary`2" /> of objects keyed by string that represents the arguments to the workflow.</param>
1474      <returns>The created workflow instance.</returns>
1475      <exception cref="T:System.ArgumentNullException">
1476              <paramref name="workflowType" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1477    </member>
1478    <member name="M:System.Workflow.Runtime.WorkflowRuntime.CreateWorkflow(System.Type,System.Collections.Generic.Dictionary{System.String,System.Object},System.Guid)">
1479      <summary>Creates a workflow instance by using the specified parameters. </summary>
1480      <param name="workflowType">The <see cref="T:System.Type" /> of the workflow to create.</param>
1481      <param name="namedArgumentValues">A <see cref="T:System.Collections.Generic.Dictionary`2" /> of objects keyed by a string that represents the arguments to the workflow.</param>
1482      <param name="instanceId">The <see cref="T:System.Guid" /> of the specific <see cref="T:System.Workflow.Runtime.WorkflowInstance" /> to create.</param>
1483      <returns>The created workflow instance.</returns>
1484      <exception cref="T:System.ArgumentNullException">
1485              <paramref name="workflowType" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1486    </member>
1487    <member name="M:System.Workflow.Runtime.WorkflowRuntime.CreateWorkflow(System.Xml.XmlReader)">
1488      <summary>Creates a workflow instance by using the specified <see cref="T:System.Xml.XmlReader" />.</summary>
1489      <param name="workflowDefinitionReader">An <see cref="T:System.Xml.XmlReader" /> that contains the workflow definition.</param>
1490      <returns>The created workflow instance.</returns>
1491      <exception cref="T:System.ArgumentNullException">
1492              <paramref name="workflowDefinitionReader" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1493      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> is disposed.</exception>
1494    </member>
1495    <member name="M:System.Workflow.Runtime.WorkflowRuntime.CreateWorkflow(System.Xml.XmlReader,System.Xml.XmlReader,System.Collections.Generic.Dictionary{System.String,System.Object})">
1496      <summary>Creates a workflow instance by using the specified <see cref="T:System.Xml.XmlReader" /> objects and the arguments contained in the specified <see cref="T:System.Collections.Generic.Dictionary`2" />. </summary>
1497      <param name="workflowDefinitionReader">An <see cref="T:System.Xml.XmlReader" /> that contains the workflow definition.</param>
1498      <param name="rulesReader">An <see cref="T:System.Xml.XmlReader" />.</param>
1499      <param name="namedArgumentValues">A <see cref="T:System.Collections.Generic.Dictionary`2" /> of objects keyed by a string that represents the arguments to the workflow.</param>
1500      <returns>The created workflow instance.</returns>
1501      <exception cref="T:System.ArgumentNullException">
1502              <paramref name="workflowDefinitionReader" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1503      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> is disposed.</exception>
1504    </member>
1505    <member name="M:System.Workflow.Runtime.WorkflowRuntime.CreateWorkflow(System.Xml.XmlReader,System.Xml.XmlReader,System.Collections.Generic.Dictionary{System.String,System.Object},System.Guid)">
1506      <summary>Creates a workflow instance by using the specified parameters.</summary>
1507      <param name="workflowDefinitionReader">An <see cref="T:System.Xml.XmlReader" /> that contains the workflow definition.</param>
1508      <param name="rulesReader">An <see cref="T:System.Xml.XmlReader" />.</param>
1509      <param name="namedArgumentValues">A <see cref="T:System.Collections.Generic.Dictionary`2" /> of objects keyed by a string that represents the arguments to the workflow.</param>
1510      <param name="instanceId">The <see cref="T:System.Guid" /> of the specific <see cref="T:System.Workflow.Runtime.WorkflowInstance" /> to create.</param>
1511      <returns>The created workflow instance.</returns>
1512      <exception cref="T:System.ArgumentNullException">
1513              <paramref name="workflowType" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1514    </member>
1515    <member name="M:System.Workflow.Runtime.WorkflowRuntime.Dispose">
1516      <summary>Releases the resources used by the <see cref="T:System.Workflow.Runtime.WorkflowRuntime" />.</summary>
1517    </member>
1518    <member name="M:System.Workflow.Runtime.WorkflowRuntime.GetAllServices(System.Type)">
1519      <summary>Retrieves all the services that are added to the workflow run-time engine that implement or derive from the specified <see cref="T:System.Type" />.</summary>
1520      <param name="serviceType">The <see cref="T:System.Type" /> that services must implement to be returned.</param>
1521      <returns>Services that implement or derive from the specified <see cref="T:System.Type" />.</returns>
1522      <exception cref="T:System.ArgumentNullException">
1523              <paramref name="serviceType" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1524      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> is disposed.</exception>
1525    </member>
1526    <member name="M:System.Workflow.Runtime.WorkflowRuntime.GetAllServices``1">
1527      <summary>Retrieves all the services that are added to the workflow run-time engine that implement or derive from the specified generic type.</summary>
1528      <typeparam name="T">The service type.</typeparam>
1529      <returns>Services that implement or derive from the specified generic type. </returns>
1530      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> is disposed.</exception>
1531    </member>
1532    <member name="M:System.Workflow.Runtime.WorkflowRuntime.GetLoadedWorkflows">
1533      <summary>Gets a collection that contains all the workflow instances currently loaded in memory.</summary>
1534      <returns>A <see cref="T:System.Workflow.Runtime.WorkflowInstance" /> object for each workflow instance currently loaded in memory.</returns>
1535      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> is disposed.</exception>
1536    </member>
1537    <member name="M:System.Workflow.Runtime.WorkflowRuntime.GetService(System.Type)">
1538      <summary>Retrieves a service of the specified <see cref="T:System.Type" /> from the workflow run-time engine.</summary>
1539      <param name="serviceType">The <see cref="T:System.Type" /> of the service to retrieve.</param>
1540      <returns>The service of the specified <see cref="T:System.Type" />.</returns>
1541      <exception cref="T:System.ArgumentNullException">
1542              <paramref name="serviceType" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1543      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> is already disposed of.</exception>
1544      <exception cref="T:System.InvalidOperationException">More than one service of type <paramref name="serviceType" /> was found.</exception>
1545    </member>
1546    <member name="M:System.Workflow.Runtime.WorkflowRuntime.GetService``1">
1547      <summary>Retrieves a service of the specified generic type from the workflow run-time engine.</summary>
1548      <typeparam name="T">The service type.</typeparam>
1549      <returns>A single service of the specified generic type.</returns>
1550      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> has already been disposed of.</exception>
1551      <exception cref="T:System.InvalidOperationException">More than one service of the generic type was found.</exception>
1552    </member>
1553    <member name="M:System.Workflow.Runtime.WorkflowRuntime.GetWorkflow(System.Guid)">
1554      <summary>Retrieves the workflow instance that has the specified <see cref="T:System.Guid" />.</summary>
1555      <param name="instanceId">The <see cref="T:System.Guid" /> of a workflow instance.</param>
1556      <returns>The <see cref="T:System.Workflow.Runtime.WorkflowInstance" /> that has the specified <see cref="T:System.Guid" />.</returns>
1557      <exception cref="T:System.InvalidOperationException">The workflow runtime is not started.</exception>
1558    </member>
1559    <member name="M:System.Workflow.Runtime.WorkflowRuntime.RemoveService(System.Object)">
1560      <summary>Removes the specified service from the workflow run-time engine.</summary>
1561      <param name="service">An object that represents the service to remove.</param>
1562      <exception cref="T:System.ArgumentNullException">
1563              <paramref name="service" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1564      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> is already disposed of.</exception>
1565      <exception cref="T:System.InvalidOperationException">The workflow run-time engine has started (<see cref="P:System.Workflow.Runtime.WorkflowRuntime.IsStarted" /> is <see langword="true" />) and <paramref name="service" /> is a core service. - or -
1566              <paramref name="service" /> is not registered with the workflow run-time engine.</exception>
1567    </member>
1568    <member name="M:System.Workflow.Runtime.WorkflowRuntime.StartRuntime">
1569      <summary>Starts the workflow run-time engine and the workflow run-time engine services.</summary>
1570      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> is disposed.</exception>
1571      <exception cref="T:System.InvalidOperationException">There is more than one service workflow <see langword="CommitWorkBatch" /> service registered with this <see cref="T:System.Workflow.Runtime.WorkflowRuntime" />.-or-There is more than one scheduler service registered with this <see cref="T:System.Workflow.Runtime.WorkflowRuntime" />.-or- There is more than one persistence service registered with this <see cref="T:System.Workflow.Runtime.WorkflowRuntime" />. </exception>
1572    </member>
1573    <member name="M:System.Workflow.Runtime.WorkflowRuntime.StopRuntime">
1574      <summary>Stops the workflow run-time engine and the run-time services.</summary>
1575      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> is already disposed of.</exception>
1576    </member>
1577    <member name="P:System.Activities.Statements.Interop.ActivityMetaProperties">
1578      <summary>The collection of name-value pairs that corresponds to the metadata of the <see cref="T:System.Workflow.ComponentModel.Activity" />, such as an activity’s <see cref="P:System.Workflow.ComponentModel.Activity.Name" /> property, or a <see cref="T:System.Workflow.Activities.WhileActivity" /> activity’s <see cref="P:System.Workflow.Activities.While.Condition" /> property.</summary>
1579      <returns>The collection of metadata of the <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
1580    </member>
1581    <member name="P:System.Activities.Statements.Interop.ActivityProperties">
1582      <summary>Gets the collection of name-value pairs that corresponds to the input and output properties of the <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
1583      <returns>The collection of input and output properties of the <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
1584    </member>
1585    <member name="P:System.Activities.Statements.Interop.ActivityType">
1586      <summary>Gets or sets the type of the activity contained by the <see cref="T:System.Activities.Statements.Interop" /> activity.</summary>
1587      <returns>The type of the activity contained by the <see cref="T:System.Activities.Statements.Interop" /> activity.</returns>
1588    </member>
1589    <member name="P:System.Activities.Tracking.InteropTrackingRecord.TrackingRecord">
1590      <summary>Returns a tracking record that represents the data sent to tracking participants when tracked events occur.</summary>
1591      <returns>The data sent to tracking participants when tracked events occur.</returns>
1592    </member>
1593    <member name="P:System.Workflow.Runtime.Configuration.WorkflowRuntimeSection.CommonParameters">
1594      <summary>Gets the collection of common parameters used by services.</summary>
1595      <returns>The common parameters used by services. The default is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
1596    </member>
1597    <member name="P:System.Workflow.Runtime.Configuration.WorkflowRuntimeSection.EnablePerformanceCounters">
1598      <summary>Gets or sets a value that indicates whether performance counters are enabled.</summary>
1599      <returns>
1600          <see langword="true" /> if performance counters are enabled; otherwise <see langword="false" />.</returns>
1601    </member>
1602    <member name="P:System.Workflow.Runtime.Configuration.WorkflowRuntimeSection.Name">
1603      <summary>Gets or sets the name of the workflow run-time engine.</summary>
1604      <returns>The name of the workflow run-time engine. </returns>
1605    </member>
1606    <member name="P:System.Workflow.Runtime.Configuration.WorkflowRuntimeSection.Services">
1607      <summary>Gets the collection of services that are added to the workflow run-time engine when it is initialized.</summary>
1608      <returns>The services to be added to the workflow run-time engine.</returns>
1609    </member>
1610    <member name="P:System.Workflow.Runtime.Configuration.WorkflowRuntimeSection.ValidateOnCreate">
1611      <summary>Gets or sets a value that indicates whether validation occurs on the creation of the workflow instance.</summary>
1612      <returns>
1613          <see langword="true" /> if validation occurs on creation; otherwise, <see langword="false" />.</returns>
1614    </member>
1615    <member name="P:System.Workflow.Runtime.Configuration.WorkflowRuntimeSection.WorkflowDefinitionCacheCapacity">
1616      <summary>Gets the number of workflow definitions that can be cached by the runtime.</summary>
1617      <returns>The number of workflows.</returns>
1618    </member>
1619    <member name="P:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement.Parameters">
1620      <summary>Gets the parameters for this service.</summary>
1621      <returns>A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that specifies the parameters for the service.</returns>
1622    </member>
1623    <member name="P:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement.Type">
1624      <summary>Gets or sets the assembly-qualified type name of the service.</summary>
1625      <returns>The assembly-qualified type name of the service.</returns>
1626      <exception cref="T:System.ArgumentNullException">An attempt to set <see cref="P:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement.Type" /> to a null reference is made.</exception>
1627    </member>
1628    <member name="P:System.Workflow.Runtime.CorrelationProperty.Name">
1629      <summary>Gets the name of the property used in the correlation set.</summary>
1630      <returns>The name of the property used in the correlation set.</returns>
1631    </member>
1632    <member name="P:System.Workflow.Runtime.CorrelationProperty.Value">
1633      <summary>Gets the value of the correlation set property.</summary>
1634      <returns>The value of the correlation set property.</returns>
1635    </member>
1636    <member name="P:System.Workflow.Runtime.CorrelationToken.Initialized">
1637      <summary>Gets a value indicating whether the <see cref="T:System.Workflow.Runtime.CorrelationToken" /> is initialized.</summary>
1638      <returns>
1639          <see langword="true" /> if the <see cref="T:System.Workflow.Runtime.CorrelationToken" /> is initialized; otherwise, <see langword="false" />.</returns>
1640    </member>
1641    <member name="P:System.Workflow.Runtime.CorrelationToken.Name">
1642      <summary>Gets or sets the name of the <see cref="T:System.Workflow.Runtime.CorrelationToken" />.</summary>
1643      <returns>The name of the <see cref="T:System.Workflow.Runtime.CorrelationToken" />.</returns>
1644    </member>
1645    <member name="P:System.Workflow.Runtime.CorrelationToken.OwnerActivityName">
1646      <summary>Gets or sets the name of the <see cref="T:System.Workflow.ComponentModel.Activity" /> that owns the correlation token.</summary>
1647      <returns>The name of the <see cref="T:System.Workflow.ComponentModel.Activity" /> that owns the correlation token.</returns>
1648    </member>
1649    <member name="P:System.Workflow.Runtime.CorrelationToken.Properties">
1650      <summary>Gets the collection of <see cref="T:System.Workflow.Runtime.CorrelationProperty" /> objects in the <see cref="T:System.Workflow.Runtime.CorrelationToken" />.</summary>
1651      <returns>A collection of <see cref="T:System.Workflow.Runtime.CorrelationProperty" /> objects.</returns>
1652    </member>
1653    <member name="P:System.Workflow.Runtime.CorrelationTokenEventArgs.CorrelationToken">
1654      <summary>Gets the current <see cref="T:System.Workflow.Runtime.CorrelationToken" />.</summary>
1655      <returns>The current <see cref="T:System.Workflow.Runtime.CorrelationToken" />.</returns>
1656    </member>
1657    <member name="P:System.Workflow.Runtime.CorrelationTokenEventArgs.IsInitializing">
1658      <summary>Gets a value that indicates whether the <see cref="M:System.Workflow.Runtime.CorrelationToken.Initialize(System.Workflow.ComponentModel.Activity,System.Collections.Generic.ICollection{System.Workflow.Runtime.CorrelationProperty})" /> method has been executed.</summary>
1659      <returns>
1660          <see langword="true" /> if the <see cref="M:System.Workflow.Runtime.CorrelationToken.Initialize(System.Workflow.ComponentModel.Activity,System.Collections.Generic.ICollection{System.Workflow.Runtime.CorrelationProperty})" /> method has been executed; otherwise, <see langword="false" />.  </returns>
1661    </member>
1662    <member name="P:System.Workflow.Runtime.DebugEngine.WorkflowDebuggerSteppingAttribute.SteppingOption">
1663      <summary>Gets the stepping behavior for the composite activity.</summary>
1664      <returns>A <see cref="T:System.Workflow.Runtime.DebugEngine.WorkflowDebuggerSteppingOption" /> enumeration value.</returns>
1665    </member>
1666    <member name="P:System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService.EnableRetries">
1667      <summary>Gets and sets a value specifying whether the <see cref="T:System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService" /> will retry committing a work batch. </summary>
1668      <returns>
1669          <see langword="true" /> if the service should retry committing the work batch; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
1670    </member>
1671    <member name="P:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService.MaxSimultaneousWorkflows">
1672      <summary>Gets the maximum number of workflow instances that can be stored in the thread pool queue.</summary>
1673      <returns>An integer that represents the maximum number of workflow instances that can be stored in the thread pool queue.</returns>
1674    </member>
1675    <member name="P:System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService.EnableRetries">
1676      <summary>Gets and sets a value specifying whether the <see cref="T:System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService" /> will retry committing a work batch.</summary>
1677      <returns>
1678          <see langword="true" /> if the service should retry committing the work batch; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
1679    </member>
1680    <member name="P:System.Workflow.Runtime.Hosting.SqlPersistenceWorkflowInstanceDescription.IsBlocked">
1681      <summary>Gets a value that shows whether the workflow instance is blocked.</summary>
1682      <returns>
1683          <see langword="true" /> if the workflow instance is blocked; otherwise, <see langword="false" />.</returns>
1684    </member>
1685    <member name="P:System.Workflow.Runtime.Hosting.SqlPersistenceWorkflowInstanceDescription.NextTimerExpiration">
1686      <summary>Gets the time in UTC format at which the next timer will expire.</summary>
1687      <returns>The time in UTC format at which the next timer will expire.</returns>
1688    </member>
1689    <member name="P:System.Workflow.Runtime.Hosting.SqlPersistenceWorkflowInstanceDescription.Status">
1690      <summary>Gets the status of the workflow instance.</summary>
1691      <returns>The status of the workflow instance.</returns>
1692    </member>
1693    <member name="P:System.Workflow.Runtime.Hosting.SqlPersistenceWorkflowInstanceDescription.SuspendOrTerminateDescription">
1694      <summary>Gets the description for the suspension or termination of the <see cref="T:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService" />.</summary>
1695      <returns>The description for the suspension or termination of the <see cref="T:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService" />.</returns>
1696    </member>
1697    <member name="P:System.Workflow.Runtime.Hosting.SqlPersistenceWorkflowInstanceDescription.WorkflowInstanceId">
1698      <summary>Gets the workflow instance identifier.</summary>
1699      <returns>The workflow instance identifier.</returns>
1700    </member>
1701    <member name="P:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.EnableRetries">
1702      <summary>Gets and sets a value that specifies whether the <see cref="T:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService" /> retries committing a work batch. </summary>
1703      <returns>
1704          <see langword="true" /> if the service should retry committing the work batch; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
1705    </member>
1706    <member name="P:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.LoadingInterval">
1707      <summary>Gets the length of the loading interval.</summary>
1708      <returns>The frequency at which the persistence service polls the database for workflows with expired timers.</returns>
1709    </member>
1710    <member name="P:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService.ServiceInstanceId">
1711      <summary>Gets the service instance identifier.</summary>
1712      <returns>The service instance identifier.</returns>
1713    </member>
1714    <member name="P:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.Runtime">
1715      <summary>Gets the <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> for this service.</summary>
1716      <returns>The <see cref="T:System.Workflow.Runtime.Hosting.WorkflowRuntimeService" /> object.</returns>
1717    </member>
1718    <member name="P:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.State">
1719      <summary>Gets the state of the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowRuntimeService" />.</summary>
1720      <returns>One of the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowRuntimeServiceState" /> values.</returns>
1721    </member>
1722    <member name="P:System.Workflow.Runtime.ServicesExceptionNotHandledEventArgs.Exception">
1723      <summary>Gets the exception that could not be handled by the service.</summary>
1724      <returns>A <see cref="T:System.Exception" /> that represents the exception that could not be handled by the service.</returns>
1725    </member>
1726    <member name="P:System.Workflow.Runtime.ServicesExceptionNotHandledEventArgs.WorkflowInstanceId">
1727      <summary>Gets the <see cref="T:System.Guid" /> of the workflow instance associated with the unhandled exception. </summary>
1728      <returns>The <see cref="T:System.Guid" /> of the workflow instance associated with the unhandled exception.</returns>
1729    </member>
1730    <member name="P:System.Workflow.Runtime.TimerEventSubscription.ExpiresAt">
1731      <summary>Gets the expected expiration time of the timer associated with this subscription.</summary>
1732      <returns>A <see cref="T:System.DateTime" /> that represents the time in Universal Coordinated Time (UTC) at which the timer associated with this subscription is expected to expire.</returns>
1733    </member>
1734    <member name="P:System.Workflow.Runtime.TimerEventSubscription.QueueName">
1735      <summary>Represents the name of the <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> that the <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> sends a message to when the timer subscription expires.</summary>
1736      <returns>The <see cref="T:System.IComparable" /> interface for a <see cref="T:System.Guid" /> object.</returns>
1737    </member>
1738    <member name="P:System.Workflow.Runtime.TimerEventSubscription.SubscriptionId">
1739      <summary>Unique identifier that represents a timer event</summary>
1740      <returns>
1741          <see cref="T:System.Guid" /> representing the unique identifier for a timer event</returns>
1742    </member>
1743    <member name="P:System.Workflow.Runtime.TimerEventSubscription.WorkflowInstanceId">
1744      <summary>Identifier of the workflow associated with the timer subscription</summary>
1745      <returns>
1746          <see cref="T:System.Guid" /> representing the unique identifier for the workflow associated with the timer subscription.</returns>
1747    </member>
1748    <member name="P:System.Workflow.Runtime.TimerEventSubscriptionCollection.Count">
1749      <summary>Gets the number of <see cref="T:System.Workflow.Runtime.TimerEventSubscription" /> objects in the timer queue.</summary>
1750      <returns>The number of <see cref="T:System.Workflow.Runtime.TimerEventSubscription" /> objects in the queue.</returns>
1751    </member>
1752    <member name="P:System.Workflow.Runtime.TimerEventSubscriptionCollection.IsSynchronized">
1753      <summary>Gets a value that indicates whether the access to the <see cref="T:System.Workflow.Runtime.TimerEventSubscriptionCollection" /> is synchronized (thread safe).</summary>
1754      <returns>Always returns <see langword="true" /> indicating that access to the <see cref="T:System.Workflow.Runtime.TimerEventSubscriptionCollection" /> is synchronized (thread safe).</returns>
1755    </member>
1756    <member name="P:System.Workflow.Runtime.TimerEventSubscriptionCollection.SyncRoot">
1757      <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Workflow.Runtime.TimerEventSubscriptionCollection" />.</summary>
1758      <returns>An object used to synchronize access to the <see cref="T:System.Workflow.Runtime.TimerEventSubscriptionCollection" />.</returns>
1759    </member>
1760    <member name="P:System.Workflow.Runtime.Tracking.ActivityDataTrackingExtract.Annotations">
1761      <summary>Gets the collection of annotations associated with the extracted data.</summary>
1762      <returns>The <see cref="T:System.Workflow.Runtime.Tracking.TrackingAnnotationCollection" /> associated with the activity property or field to be extracted. The default is an empty collection.</returns>
1763    </member>
1764    <member name="P:System.Workflow.Runtime.Tracking.ActivityDataTrackingExtract.Member">
1765      <summary>Gets or sets the field or the property to be extracted from the associated activity when a track point is matched.</summary>
1766      <returns>A dot delineated name that specifies a field or a property of the activity. The default is a null reference (<see langword="Nothing" /> in Visual Basic). </returns>
1767    </member>
1768    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingCondition.Member">
1769      <summary>Gets or sets the name of the activity member that is to be compared with <see cref="P:System.Workflow.Runtime.Tracking.ActivityTrackingCondition.Value" />.</summary>
1770      <returns>The dot delineated name of the activity member</returns>
1771      <exception cref="T:System.ArgumentNullException">The condition was evaluated and <see cref="P:System.Workflow.Runtime.Tracking.ActivityTrackingCondition.Member" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1772      <exception cref="T:System.InvalidOperationException">The condition was evaluated and <see cref="P:System.Workflow.Runtime.Tracking.ActivityTrackingCondition.Member" /> is incorrectly formed.</exception>
1773      <exception cref="T:System.MissingMemberException">The condition was evaluated and <see cref="P:System.Workflow.Runtime.Tracking.ActivityTrackingCondition.Member" /> does not refer to a valid activity member.</exception>
1774    </member>
1775    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingCondition.Operator">
1776      <summary>Gets or sets the operator that is used in the comparison.</summary>
1777      <returns>One of the <see cref="T:System.Workflow.Runtime.Tracking.ComparisonOperator" /> values. The default is <see langword="Equals" />.</returns>
1778    </member>
1779    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingCondition.Value">
1780      <summary>The value that is to be compared with <see cref="P:System.Workflow.Runtime.Tracking.ActivityTrackingCondition.Member" />.</summary>
1781      <returns>The value used in the comparison. </returns>
1782    </member>
1783    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingLocation.ActivityType">
1784      <summary>Gets or sets the common language runtime (CLR) type of the reference activity to be matched.</summary>
1785      <returns>The <see cref="T:System.Type" /> of the activity.</returns>
1786    </member>
1787    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingLocation.ActivityTypeName">
1788      <summary>Gets or sets the unqualified name of the reference activity type for the location.</summary>
1789      <returns>The unqualified name of the reference activity type.</returns>
1790    </member>
1791    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingLocation.Conditions">
1792      <summary>Gets a collection of conditions that are used to qualify interest in the activity.</summary>
1793      <returns>A <see cref="T:System.Workflow.Runtime.Tracking.TrackingConditionCollection" /> that contains conditions that are used to qualify interest in the activity. The default is an empty collection.</returns>
1794    </member>
1795    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingLocation.ExecutionStatusEvents">
1796      <summary>Gets the list of activity status events that can be matched for this location.</summary>
1797      <returns>A <see cref="T:System.Collections.Generic.IList`1" /> that contains one or more of the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> values. The default is an empty list.</returns>
1798    </member>
1799    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingLocation.MatchDerivedTypes">
1800      <summary>Gets or sets a value that indicates whether activities derived from the reference activity type should be matched.</summary>
1801      <returns>
1802          <see langword="true" /> if activities derived from the reference activity type of the location should be matched; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
1803    </member>
1804    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingRecord.ActivityType">
1805      <summary>Gets or sets the common language runtime (CLR) type of the activity associated with this <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingRecord" />.</summary>
1806      <returns>The <see cref="T:System.Type" /> of the activity for which this <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingRecord" /> was created.</returns>
1807    </member>
1808    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingRecord.Annotations">
1809      <summary>Gets the collection of annotations associated with the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackPoint" /> that was matched.</summary>
1810      <returns>An <see cref="T:System.Workflow.Runtime.Tracking.TrackingAnnotationCollection" /> that contains the annotations that are associated with the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackPoint" /> that corresponds to this tracking record.</returns>
1811    </member>
1812    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingRecord.Body">
1813      <summary>Gets a list that contains any data extracted from the workflow for the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackPoint" /> that was matched.</summary>
1814      <returns>A list of <see cref="T:System.Workflow.Runtime.Tracking.TrackingDataItem" /> objects each of which contains a single piece of extracted data and its associated annotations.</returns>
1815    </member>
1816    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingRecord.ContextGuid">
1817      <summary>Context of the activity.</summary>
1818      <returns>
1819          <see cref="T:System.Guid" /> that identifies the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> of the activity associated with the activity status event.</returns>
1820    </member>
1821    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingRecord.EventArgs">
1822      <summary>Always <see langword="null" /> for an <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingRecord" />.</summary>
1823      <returns>A null reference (<see langword="Nothing" />) for an <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingRecord" />.</returns>
1824    </member>
1825    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingRecord.EventDateTime">
1826      <summary>Gets or sets the date and time that the activity status event occurred.</summary>
1827      <returns>A <see cref="T:System.DateTime" /> value.</returns>
1828    </member>
1829    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingRecord.EventOrder">
1830      <summary>Gets or sets a value that indicates the order in the workflow instance of the activity status event that matched the <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackPoint" />.</summary>
1831      <returns>A value that indicates the order of the activity status event in the workflow instance.</returns>
1832    </member>
1833    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingRecord.ExecutionStatus">
1834      <summary>Gets or sets the execution status of the activity associated with this <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingRecord" />. </summary>
1835      <returns>One of the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> values.</returns>
1836    </member>
1837    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingRecord.ParentContextGuid">
1838      <summary>Context of the parent activity.</summary>
1839      <returns>
1840          <see cref="T:System.Guid" /> that identifies the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> of the activity associated with the activity status event.</returns>
1841    </member>
1842    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackingRecord.QualifiedName">
1843      <summary>Gets or sets the identifier of the activity associated with this <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingRecord" />.</summary>
1844      <returns>The <see cref="P:System.Workflow.ComponentModel.Activity.QualifiedName" /> of the <see cref="T:System.Workflow.ComponentModel.Activity" /> for which this tracking record was created.</returns>
1845    </member>
1846    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackPoint.Annotations">
1847      <summary>Gets the collection of annotations associated with the track point.</summary>
1848      <returns>An <see cref="T:System.Workflow.Runtime.Tracking.TrackingAnnotationCollection" />. The default is an empty collection.</returns>
1849    </member>
1850    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackPoint.ExcludedLocations">
1851      <summary>Gets the collection of locations that should be excluded from the track point by the runtime tracking infrastructure.</summary>
1852      <returns>An <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingLocationCollection" /> that specifies locations to be excluded from the track point. The default is an empty collection.</returns>
1853    </member>
1854    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackPoint.Extracts">
1855      <summary>Gets a collection that specifies data to be extracted from the workflow instance and sent to the tracking service.</summary>
1856      <returns>An <see cref="T:System.Workflow.Runtime.Tracking.ExtractCollection" /> that specifies the data to be extracted and sent to the tracking service. The default is an empty collection. </returns>
1857    </member>
1858    <member name="P:System.Workflow.Runtime.Tracking.ActivityTrackPoint.MatchingLocations">
1859      <summary>Gets the collection of locations that should be included in matching for the track point by the runtime tracking infrastructure.</summary>
1860      <returns>An <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingLocationCollection" /> that specifies the locations to be matched for the track point. The default is an empty collection. </returns>
1861    </member>
1862    <member name="P:System.Workflow.Runtime.Tracking.PreviousTrackingServiceAttribute.AssemblyQualifiedName">
1863      <summary>Gets the fully qualified assembly name of the previous version tracking service that this version replaces.</summary>
1864      <returns>A <see cref="T:System.String" /> containing the fully qualified assembly name.</returns>
1865    </member>
1866    <member name="P:System.Workflow.Runtime.Tracking.ProfileRemovedEventArgs.WorkflowType">
1867      <summary>Gets or sets the workflow <see cref="T:System.Type" /> for which the <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> should be removed.</summary>
1868      <returns>The <see cref="T:System.Type" /> of a workflow.</returns>
1869    </member>
1870    <member name="P:System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs.TrackingProfile">
1871      <summary>Gets or sets the new <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> for the workflow Type.</summary>
1872      <returns>A <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> for the workflow type.</returns>
1873    </member>
1874    <member name="P:System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs.WorkflowType">
1875      <summary>Gets or sets the <see cref="T:System.Type" /> of the workflow whose <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> should be updated.</summary>
1876      <returns>The <see cref="T:System.Type" /> of a workflow.</returns>
1877    </member>
1878    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingQuery.ConnectionString">
1879      <summary>The connection string of the SQL tracking database to query.</summary>
1880      <returns>A SQL database connection string.</returns>
1881      <exception cref="T:System.ArgumentNullException">An attempt to set <see cref="P:System.Workflow.Runtime.Tracking.SqlTrackingQuery.ConnectionString" /> to a null reference (<see langword="Nothing" /> in Visual Basic) was made.</exception>
1882    </member>
1883    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions.StatusMaxDateTime">
1884      <summary>Gets or sets a <see cref="T:System.DateTime" /> that specifies the upper limit of the time period that, together with <see cref="P:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions.WorkflowStatus" />, is used to constrain the set of <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance" /> objects returned by a call to <see cref="M:System.Workflow.Runtime.Tracking.SqlTrackingQuery.GetWorkflows(System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions)" />.  </summary>
1885      <returns>A <see cref="T:System.DateTime" /> that specifies the upper limit of the time period used for matching workflow instances with a status specified by <see cref="P:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions.WorkflowStatus" />. The default is <see cref="F:System.DateTime.MinValue" />.</returns>
1886    </member>
1887    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions.StatusMinDateTime">
1888      <summary>Gets or sets a <see cref="T:System.DateTime" /> that, together with <see cref="P:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions.WorkflowStatus" />, is used to constrain the set of <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance" /> objects returned by a call to <see cref="M:System.Workflow.Runtime.Tracking.SqlTrackingQuery.GetWorkflows(System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions)" />.   </summary>
1889      <returns>A <see cref="T:System.DateTime" /> that specifies the lower limit of the time period used for matching workflow instances with a status specified by <see cref="P:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions.WorkflowStatus" />. The default is <see cref="F:System.DateTime.MinValue" />.</returns>
1890    </member>
1891    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions.TrackingDataItems">
1892      <summary>Gets or sets a list of data extract values which are used to constrain the set of <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance" /> objects returned by a call to <see cref="M:System.Workflow.Runtime.Tracking.SqlTrackingQuery.GetWorkflows(System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions)" />. </summary>
1893      <returns>A <see cref="T:System.Collections.Generic.List`1" /> of <see cref="T:System.Workflow.Runtime.Tracking.TrackingDataItemValue" /> objects that contains specified values to be matched for data extracted from the workflow instance or a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
1894    </member>
1895    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions.WorkflowStatus">
1896      <summary>Gets or sets the <see cref="T:System.Workflow.Runtime.WorkflowStatus" /> value that is used to constrain the set of <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance" /> objects returned by a call to <see cref="M:System.Workflow.Runtime.Tracking.SqlTrackingQuery.GetWorkflows(System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions)" />. </summary>
1897      <returns>One of the <see cref="T:System.Workflow.Runtime.WorkflowStatus" /> values or null (<see langword="Nothing" /> in Visual Basic). The default is null (<see langword="Nothing" />).</returns>
1898    </member>
1899    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions.WorkflowType">
1900      <summary>Gets or sets the workflow instance <see cref="T:System.Type" /> that is used to constrain the set of <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance" /> objects returned by a call to <see cref="M:System.Workflow.Runtime.Tracking.SqlTrackingQuery.GetWorkflows(System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions)" />. </summary>
1901      <returns>A <see cref="T:System.Type" />. The default is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
1902    </member>
1903    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingService.ConnectionString">
1904      <summary>Gets the connection string for the tracking database.</summary>
1905      <returns>The connection string for the tracking database.</returns>
1906    </member>
1907    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingService.EnableRetries">
1908      <summary>Gets and sets a value specifying whether the <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingService" /> will retry when performing a database operation.</summary>
1909      <returns>
1910          <see langword="true" /> if the <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingService" /> should retry the operation; otherwise, <see langword="false" />.</returns>
1911    </member>
1912    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingService.IsTransactional">
1913      <summary>Gets or sets a value that indicates whether <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingService" /> participates in workflow transactions. </summary>
1914      <returns>
1915          <see langword="true" /> if <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingService" /> participates in the workflow transaction; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
1916    </member>
1917    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingService.PartitionOnCompletion">
1918      <summary>Gets or sets a value that specifies whether tracking data for a workflow instance should be moved to the currently active partition in the database when the workflow instance is completed.</summary>
1919      <returns>
1920          <see langword="true" /> if tracking data should be moved to the currently active partition on workflow completion; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
1921    </member>
1922    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingService.ProfileChangeCheckInterval">
1923      <summary>Gets or sets a value that specifies the interval at which the database should be checked for changes to one or more of its tracking profiles.</summary>
1924      <returns>The interval length in milliseconds. The default is 60000.</returns>
1925    </member>
1926    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingService.UseDefaultProfile">
1927      <summary>Gets or sets a value specifying whether a default <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> should be used for workflow types that do not have a tracking profile.</summary>
1928      <returns>
1929          <see langword="true" /> if a default tracking profile should be used; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
1930    </member>
1931    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.ActivityEvents">
1932      <summary>Gets the list of activity tracking records that have been sent for this workflow instance to a <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingService" /> database by the run-time tracking infrastructure.</summary>
1933      <returns>The list of <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingRecord" /> objects sent for this workflow instance to the tracking database by the run-time tracking infrastructure.</returns>
1934    </member>
1935    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.AutoRefresh">
1936      <summary>Gets or sets a value that specifies whether property data for this <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance" /> should be automatically updated when it is accessed.</summary>
1937      <returns>
1938          <see langword="true" /> if property data should be automatically refreshed when it is accessed; otherwise, <see langword="false" />.</returns>
1939    </member>
1940    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.Initialized">
1941      <summary>Gets or sets a <see cref="T:System.DateTime" /> that indicates the time at which the first <see cref="T:System.Workflow.Runtime.Tracking.TrackingChannel" /> for this workflow instance was requested by the workflow run-time engine.</summary>
1942      <returns>A <see cref="T:System.DateTime" /> that indicates the time at which the first <see cref="T:System.Workflow.Runtime.Tracking.TrackingChannel" /> for this workflow instance was requested by the workflow run-time engine.</returns>
1943    </member>
1944    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.InvokedWorkflows">
1945      <summary>Gets a list of <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance" /> objects that correspond to workflows that have been invoked by this workflow.</summary>
1946      <returns>A list of <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance" /> objects that correspond to workflows that have been invoked by this workflow.</returns>
1947    </member>
1948    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.InvokingWorkflowInstanceId">
1949      <summary>Gets or sets the <see cref="T:System.Guid" /> of the workflow instance that invoked this workflow instance.</summary>
1950      <returns>The <see cref="T:System.Guid" /> of the workflow instance that invoked this workflow instance or an empty <see cref="T:System.Guid" /> if this workflow instance was not invoked by another workflow instance.</returns>
1951    </member>
1952    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.Status">
1953      <summary>Gets the status of the workflow instance.</summary>
1954      <returns>A <see cref="T:System.Workflow.Runtime.WorkflowStatus" /> that represents the current status of the workflow instance.</returns>
1955    </member>
1956    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.UserEvents">
1957      <summary>Gets the list of user tracking records that have been sent for this workflow instance to a <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingService" /> database by the run-time tracking infrastructure.</summary>
1958      <returns>The list of <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingRecord" /> objects sent for this workflow instance to the tracking database by the run-time tracking infrastructure.</returns>
1959    </member>
1960    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.WorkflowDefinition">
1961      <summary>Gets an <see cref="T:System.Workflow.ComponentModel.Activity" /> that represents the current workflow definition for the workflow instance.</summary>
1962      <returns>An <see cref="T:System.Workflow.ComponentModel.Activity" /> that represents the current workflow definition for the workflow instance.</returns>
1963    </member>
1964    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.WorkflowDefinitionUpdated">
1965      <summary>Gets a value that indicates whether the workflow has been updated since the last time <see cref="P:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.WorkflowDefinition" /> was loaded.</summary>
1966      <returns>
1967          <see langword="true" /> if the workflow has been updated; otherwise <see langword="false" />.</returns>
1968    </member>
1969    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.WorkflowEvents">
1970      <summary>Gets the list of workflow tracking records that have been sent for this workflow instance to a <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingService" /> database by the run-time tracking infrastructure.</summary>
1971      <returns>The list of <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackingRecord" /> objects sent for this workflow instance to the tracking database by the run-time tracking infrastructure.</returns>
1972    </member>
1973    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.WorkflowInstanceId">
1974      <summary>The <see cref="T:System.Guid" /> of the workflow instance for which this <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance" /> applies.</summary>
1975      <returns>The <see cref="T:System.Guid" /> of the workflow instance for which this <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance" /> applies.</returns>
1976    </member>
1977    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.WorkflowInstanceInternalId">
1978      <summary>Gets or sets a number that can be used to find related records in separate views for this workflow instance.</summary>
1979      <returns>A number that can be used to find related records in separate views for this workflow instance.</returns>
1980    </member>
1981    <member name="P:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.WorkflowType">
1982      <summary>Gets and sets the <see cref="T:System.Type" /> of the workflow instance.</summary>
1983      <returns>The <see cref="T:System.Type" /> of the workflow instance.</returns>
1984    </member>
1985    <member name="P:System.Workflow.Runtime.Tracking.TrackingCondition.Member">
1986      <summary>When overridden in a derived class, gets or sets the name of the member whose value will be compared. </summary>
1987      <returns>The name of the member to be compared. </returns>
1988    </member>
1989    <member name="P:System.Workflow.Runtime.Tracking.TrackingCondition.Operator">
1990      <summary>When overridden in a derived class, gets or sets the operator to use in the comparison.</summary>
1991      <returns>One of the <see cref="T:System.Workflow.Runtime.Tracking.ComparisonOperator" /> values.</returns>
1992    </member>
1993    <member name="P:System.Workflow.Runtime.Tracking.TrackingCondition.Value">
1994      <summary>When overridden in a derived class, gets or sets the value to compare.</summary>
1995      <returns>The value to compare.</returns>
1996    </member>
1997    <member name="P:System.Workflow.Runtime.Tracking.TrackingDataItem.Annotations">
1998      <summary>Gets and sets the list of annotations associated with the extracted data.</summary>
1999      <returns>A <see cref="T:System.Workflow.Runtime.Tracking.TrackingAnnotationCollection" /> that contains the annotations associated with the extracted data.</returns>
2000    </member>
2001    <member name="P:System.Workflow.Runtime.Tracking.TrackingDataItem.Data">
2002      <summary>Gets or sets the extracted data associated with the <see cref="T:System.Workflow.Runtime.Tracking.TrackingDataItem" />.</summary>
2003      <returns>An <see cref="T:System.Object" /> that represents the extracted data.</returns>
2004    </member>
2005    <member name="P:System.Workflow.Runtime.Tracking.TrackingDataItem.FieldName">
2006      <summary>Gets or sets the name of the property or field associated with the extracted data.</summary>
2007      <returns>The dot delineated name of the property or field that was extracted.</returns>
2008    </member>
2009    <member name="P:System.Workflow.Runtime.Tracking.TrackingDataItemValue.DataValue">
2010      <summary>Gets or sets a <see langword="string" /> representation of the value of the extracted data. </summary>
2011      <returns>A <see langword="string" /> representation of the value of the extracted data. The default is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
2012    </member>
2013    <member name="P:System.Workflow.Runtime.Tracking.TrackingDataItemValue.FieldName">
2014      <summary>Gets or sets the name of the activity member from which the data was extracted.</summary>
2015      <returns>The name of the activity member from which the data was extracted. The default is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
2016    </member>
2017    <member name="P:System.Workflow.Runtime.Tracking.TrackingDataItemValue.QualifiedName">
2018      <summary>Gets or sets the qualified name of the activity from which the data was extracted.</summary>
2019      <returns>The qualified name of the activity from which the data was extracted. The default is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
2020    </member>
2021    <member name="P:System.Workflow.Runtime.Tracking.TrackingExtract.Annotations">
2022      <summary>When implemented in a derived class, gets the annotations associated with the extracted data.</summary>
2023      <returns>The <see cref="T:System.Workflow.Runtime.Tracking.TrackingAnnotationCollection" /> associated with the extracted data. </returns>
2024    </member>
2025    <member name="P:System.Workflow.Runtime.Tracking.TrackingExtract.Member">
2026      <summary>When implemented in a derived class, gets or sets the name of the field or property to be extracted. </summary>
2027      <returns>The dot delineated name of a field or a property. </returns>
2028    </member>
2029    <member name="P:System.Workflow.Runtime.Tracking.TrackingParameters.CallerContextGuid">
2030      <summary>Gets the context ID of the caller activity.</summary>
2031      <returns>A <see cref="T:System.Guid" /> that contains the context ID of the caller <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
2032    </member>
2033    <member name="P:System.Workflow.Runtime.Tracking.TrackingParameters.CallerInstanceId">
2034      <summary>Gets the <see cref="T:System.Guid" /> of the workflow instance that called the workflow instance associated with the tracking channel.</summary>
2035      <returns>The <see cref="T:System.Guid" /> of the workflow instance that called the workflow instance associated with the tracking channel.</returns>
2036    </member>
2037    <member name="P:System.Workflow.Runtime.Tracking.TrackingParameters.CallerParentContextGuid">
2038      <summary>Gets the context ID of the caller's parent activity.</summary>
2039      <returns>A <see cref="T:System.Guid" /> that contains the context ID of the caller's parent <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
2040    </member>
2041    <member name="P:System.Workflow.Runtime.Tracking.TrackingParameters.CallPath">
2042      <summary>Gets a list of strings, each of which represents the <see cref="P:System.Workflow.ComponentModel.Activity.QualifiedName" /> of an activity in the call chain of the workflow instance associated with the tracking channel. </summary>
2043      <returns>A list of strings, each of which represents the <see cref="P:System.Workflow.ComponentModel.Activity.QualifiedName" /> of an activity in the call chain of the workflow instance associated with the tracking channel.</returns>
2044    </member>
2045    <member name="P:System.Workflow.Runtime.Tracking.TrackingParameters.ContextGuid">
2046      <summary>Gets the context ID of the associated activity.</summary>
2047      <returns>A <see cref="T:System.Guid" /> that contains the context ID of the <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
2048    </member>
2049    <member name="P:System.Workflow.Runtime.Tracking.TrackingParameters.InstanceId">
2050      <summary>Gets the <see cref="T:System.Guid" /> of the workflow instance associated with the tracking channel.</summary>
2051      <returns>The <see cref="T:System.Guid" /> of the workflow instance associated with the tracking channel.</returns>
2052    </member>
2053    <member name="P:System.Workflow.Runtime.Tracking.TrackingParameters.RootActivity">
2054      <summary>Gets the root activity of the workflow instance associated with the tracking channel.</summary>
2055      <returns>An <see cref="T:System.Workflow.ComponentModel.Activity" /> that represents the root activity of the workflow instance associated with the tracking channel.</returns>
2056    </member>
2057    <member name="P:System.Workflow.Runtime.Tracking.TrackingParameters.WorkflowType">
2058      <summary>Gets the <see cref="T:System.Type" /> of the workflow instance associated with the tracking channel.</summary>
2059      <returns>The <see cref="T:System.Type" /> of the workflow instance associated with the tracking channel.</returns>
2060    </member>
2061    <member name="P:System.Workflow.Runtime.Tracking.TrackingProfile.ActivityTrackPoints">
2062      <summary>Gets the collection of activity track points used by the runtime tracking infrastructure to filter activity status events.</summary>
2063      <returns>An <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackPointCollection" /> that specifies the points in a workflow instance for which the runtime tracking infrastructure should send an <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingRecord" /> to the tracking service.</returns>
2064    </member>
2065    <member name="P:System.Workflow.Runtime.Tracking.TrackingProfile.UserTrackPoints">
2066      <summary>Gets the collection of user track points used by the runtime tracking infrastructure to filter user events.</summary>
2067      <returns>A <see cref="T:System.Workflow.Runtime.Tracking.UserTrackPointCollection" /> that specifies the points in a workflow instance for which the runtime tracking infrastructure should send a <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingRecord" /> to the tracking service.</returns>
2068    </member>
2069    <member name="P:System.Workflow.Runtime.Tracking.TrackingProfile.Version">
2070      <summary>Gets or sets the version of the tracking profile.</summary>
2071      <returns>The <see cref="T:System.Version" /> of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" />.</returns>
2072    </member>
2073    <member name="P:System.Workflow.Runtime.Tracking.TrackingProfile.WorkflowTrackPoints">
2074      <summary>Gets the collection of workflow track points used by the runtime tracking infrastructure to filter workflow status events.</summary>
2075      <returns>A <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackPointCollection" /> that specifies the points in a workflow instance for which the runtime tracking infrastructure should send a <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackingRecord" /> to the tracking service.</returns>
2076    </member>
2077    <member name="P:System.Workflow.Runtime.Tracking.TrackingProfileDeserializationException.ValidationEventArgs">
2078      <summary>Gets a list that contains validation warnings and errors associated with this exception.</summary>
2079      <returns>A <see cref="T:System.Collections.IList" /> of <see cref="T:System.Xml.Schema.ValidationEventArgs" /> objects that contains validation warnings and errors associated with this exception. The default is an empty list.</returns>
2080    </member>
2081    <member name="P:System.Workflow.Runtime.Tracking.TrackingProfileSerializer.Schema">
2082      <summary>Gets the tracking profile XML schema definition (XSD).</summary>
2083      <returns>The tracking profile XSD.</returns>
2084    </member>
2085    <member name="P:System.Workflow.Runtime.Tracking.TrackingRecord.Annotations">
2086      <summary>When overridden in a derived class, gets the collection of annotations associated with the track point.</summary>
2087      <returns>A <see cref="T:System.Workflow.Runtime.Tracking.TrackingAnnotationCollection" /> that contains the annotations associated with the track point to which this <see cref="T:System.Workflow.Runtime.Tracking.TrackingRecord" /> corresponds.</returns>
2088    </member>
2089    <member name="P:System.Workflow.Runtime.Tracking.TrackingRecord.EventArgs">
2090      <summary>When overridden in a derived class, gets or sets the event data, if any, that is associated with the tracking event that caused the tracking record to be sent.</summary>
2091      <returns>An <see cref="T:System.EventArgs" /> that represents the event data, if any, that is associated with the tracking event that caused the tracking record to be sent.</returns>
2092    </member>
2093    <member name="P:System.Workflow.Runtime.Tracking.TrackingRecord.EventDateTime">
2094      <summary>When overridden in a derived class, gets or sets the time and date of the tracking event associated with the tracking record.</summary>
2095      <returns>A <see cref="T:System.DateTime" /> that indicates the date and time that the tracking event occurred.</returns>
2096    </member>
2097    <member name="P:System.Workflow.Runtime.Tracking.TrackingRecord.EventOrder">
2098      <summary>When overridden in a derived class, gets or sets a value that indicates the order of the tracking event associated with the tracking record relative to the other tracking events emitted by the workflow instance. </summary>
2099      <returns>A value that indicates the order of the tracking event relative to the other tracking events emitted by the workflow instance.</returns>
2100    </member>
2101    <member name="P:System.Workflow.Runtime.Tracking.TrackingWorkflowChangedEventArgs.Changes">
2102      <summary>Gets the changes that occurred to the workflow instance.</summary>
2103      <returns>A list of <see cref="T:System.Workflow.ComponentModel.WorkflowChangeAction" /> objects that specify the changes that occurred to the workflow instance.</returns>
2104    </member>
2105    <member name="P:System.Workflow.Runtime.Tracking.TrackingWorkflowChangedEventArgs.Definition">
2106      <summary>Gets the workflow definition.</summary>
2107      <returns>An <see cref="T:System.Workflow.ComponentModel.Activity" /> that represents the root activity of the workflow instance.</returns>
2108    </member>
2109    <member name="P:System.Workflow.Runtime.Tracking.TrackingWorkflowExceptionEventArgs.ContextGuid">
2110      <summary>Gets the context ID of the associated activity.</summary>
2111      <returns>A <see cref="T:System.Guid" /> that contains the context ID of the <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
2112    </member>
2113    <member name="P:System.Workflow.Runtime.Tracking.TrackingWorkflowExceptionEventArgs.CurrentActivityPath">
2114      <summary>Gets the <see cref="P:System.Workflow.ComponentModel.Activity.QualifiedName" /> of the activity currently throwing the exception.</summary>
2115      <returns>The <see cref="P:System.Workflow.ComponentModel.Activity.QualifiedName" /> of the activity currently throwing the exception.</returns>
2116    </member>
2117    <member name="P:System.Workflow.Runtime.Tracking.TrackingWorkflowExceptionEventArgs.Exception">
2118      <summary>Gets the <see cref="T:System.Exception" /> that is being thrown by the workflow instance.</summary>
2119      <returns>The exception that is being thrown by the workflow instance.</returns>
2120    </member>
2121    <member name="P:System.Workflow.Runtime.Tracking.TrackingWorkflowExceptionEventArgs.OriginalActivityPath">
2122      <summary>Gets the <see cref="P:System.Workflow.ComponentModel.Activity.QualifiedName" /> of the activity that originally threw the exception.</summary>
2123      <returns>The <see cref="P:System.Workflow.ComponentModel.Activity.QualifiedName" /> of the activity that originally threw the exception.</returns>
2124    </member>
2125    <member name="P:System.Workflow.Runtime.Tracking.TrackingWorkflowExceptionEventArgs.ParentContextGuid">
2126      <summary>Gets the context ID of the parent activity.</summary>
2127      <returns>A <see cref="T:System.Guid" /> that contains the context ID of the parent <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
2128    </member>
2129    <member name="P:System.Workflow.Runtime.Tracking.TrackingWorkflowSuspendedEventArgs.Error">
2130      <summary>Contains information about the reason that a workflow instance was suspended. This can come from the <see cref="M:System.Workflow.Runtime.WorkflowInstance.Suspend(System.String)" /> (string error) or the <see cref="P:System.Workflow.ComponentModel.SuspendActivity.Error" /> property that you set on the <see cref="T:System.Workflow.ComponentModel.SuspendActivity" /> activity.</summary>
2131      <returns>String value that contains the reason that a workflow instance was suspended.</returns>
2132    </member>
2133    <member name="P:System.Workflow.Runtime.Tracking.TrackingWorkflowTerminatedEventArgs.Exception">
2134      <summary>Gets the exception that caused the workflow instance to be terminated.</summary>
2135      <returns>The <see cref="T:System.Exception" /> that caused the workflow instance to be terminated.</returns>
2136    </member>
2137    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingLocation.ActivityType">
2138      <summary>Gets or sets the common language runtime (CLR) type of the activity from which the user data must be emitted to be tracked.</summary>
2139      <returns>The <see cref="T:System.Type" /> of the activity from which the data must be emitted.</returns>
2140    </member>
2141    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingLocation.ActivityTypeName">
2142      <summary>Gets or sets the unqualified name of the common language runtime (CLR) type of the activity from which the user data must be emitted to be tracked.</summary>
2143      <returns>The unqualified name of the <see cref="T:System.Type" /> of the activity from which the data must be emitted.</returns>
2144    </member>
2145    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingLocation.ArgumentType">
2146      <summary>Gets or sets the common language runtime (CLR) type of the user data to be tracked.</summary>
2147      <returns>The <see cref="T:System.Type" /> of the user data to be tracked.</returns>
2148    </member>
2149    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingLocation.ArgumentTypeName">
2150      <summary>Gets or sets the unqualified name of the common language runtime (CLR) type of the user data to be tracked.</summary>
2151      <returns>The unqualified name of the <see cref="T:System.Type" /> of the user data.</returns>
2152    </member>
2153    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingLocation.Conditions">
2154      <summary>Gets a collection of conditions that are used to qualify the activity from which the user data must be emitted to be tracked.</summary>
2155      <returns>A <see cref="T:System.Workflow.Runtime.Tracking.TrackingConditionCollection" /> that is used to qualify the activity from which the user data must be emitted.</returns>
2156    </member>
2157    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingLocation.KeyName">
2158      <summary>Get or sets the name with which the user data must be associated for the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingLocation" /> to be matched. </summary>
2159      <returns>A <see langword="string" /> key with which the user data must be associated for the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingLocation" /> to be matched or a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
2160    </member>
2161    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingLocation.MatchDerivedActivityTypes">
2162      <summary>Gets or sets a value that indicates whether the user data should be tracked when it is emitted from activities derived from the activity type specified by <see cref="P:System.Workflow.Runtime.Tracking.UserTrackingLocation.ActivityType" /> or <see cref="P:System.Workflow.Runtime.Tracking.UserTrackingLocation.ActivityTypeName" />.</summary>
2163      <returns>
2164          <see langword="true" /> if the user data should be tracked when it is emitted from activities derived from the type specified by <see cref="P:System.Workflow.Runtime.Tracking.UserTrackingLocation.ActivityType" /> or <see cref="P:System.Workflow.Runtime.Tracking.UserTrackingLocation.ActivityTypeName" />; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
2165    </member>
2166    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingLocation.MatchDerivedArgumentTypes">
2167      <summary>The User tracking location is a way to filter user tracked data. The user can filter by the type of the user tracked data by specifying the <see cref="P:System.Workflow.Runtime.Tracking.UserTrackingLocation.ArgumentType" /> or <see cref="P:System.Workflow.Runtime.Tracking.UserTrackingLocation.ArgumentTypeName" />. Setting the <see langword="MatchDerrivedArgumentTypes" /><see langword="Boolean" /> value to <see langword="true" /> specifies that the user tracked data can be of type ArgumentType/ArgumentTypeName or a type derived from the ArgumentType/ArgumentTypeName.</summary>
2168      <returns>
2169          <see langword="true" /> if user data derived from the type of the user data specified by <see cref="P:System.Workflow.Runtime.Tracking.UserTrackingLocation.ArgumentType" /> or <see cref="P:System.Workflow.Runtime.Tracking.UserTrackingLocation.ArgumentTypeName" /> should be tracked; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
2170    </member>
2171    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingRecord.ActivityType">
2172      <summary>Gets or sets the common language runtime (CLR) type of the activity that emitted the user data for which this <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingRecord" /> was created.</summary>
2173      <returns>The <see cref="T:System.Type" /> of the activity that emitted the user data.</returns>
2174    </member>
2175    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingRecord.Annotations">
2176      <summary>Gets the collection of annotations associated with the user event.</summary>
2177      <returns>A <see cref="T:System.Workflow.Runtime.Tracking.TrackingAnnotationCollection" /> that contains the annotations that are associated with the user event by the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackPoint" /> that was matched in the <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" />.</returns>
2178    </member>
2179    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingRecord.Body">
2180      <summary>Gets a list containing any additional data extracted from the workflow for the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackPoint" /> that was matched.</summary>
2181      <returns>A list of <see cref="T:System.Workflow.Runtime.Tracking.TrackingDataItem" /> objects each of which contains a single piece of extracted data and its associated annotations.</returns>
2182    </member>
2183    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingRecord.ContextGuid">
2184      <summary>Context of the activity.</summary>
2185      <returns>A number that identifies the context of the activity.</returns>
2186    </member>
2187    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingRecord.EventArgs">
2188      <summary>Always a null reference (<see langword="Nothing" /> in Visual Basic) for a <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingRecord" />.</summary>
2189      <returns>A null reference (<see langword="Nothing" />) for a <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingRecord" />.</returns>
2190    </member>
2191    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingRecord.EventDateTime">
2192      <summary>Gets or sets the date and time that the user event occurred.</summary>
2193      <returns>A <see cref="T:System.DateTime" /> value.</returns>
2194    </member>
2195    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingRecord.EventOrder">
2196      <summary>Gets or sets a value that indicates the order of the user event that matched the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackPoint" /> in the workflow instance.</summary>
2197      <returns>A value that indicates the order of the user event in the workflow instance.</returns>
2198    </member>
2199    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingRecord.ParentContextGuid">
2200      <summary>Context of the parent activity. </summary>
2201      <returns>A number that identifies the context of the parent activity.</returns>
2202    </member>
2203    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingRecord.QualifiedName">
2204      <summary>Gets or sets the qualified name of the activity associated with this <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingRecord" />.</summary>
2205      <returns>The <see cref="P:System.Workflow.ComponentModel.Activity.QualifiedName" /> of the <see cref="T:System.Workflow.ComponentModel.Activity" /> from which the user data for this user event was emitted.</returns>
2206    </member>
2207    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingRecord.UserData">
2208      <summary>Gets and sets the user data for this user event.</summary>
2209      <returns>The user data for which the <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingRecord" /> was created.</returns>
2210    </member>
2211    <member name="P:System.Workflow.Runtime.Tracking.UserTrackingRecord.UserDataKey">
2212      <summary>Gets or sets a key associated with the user data for this <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingRecord" />.</summary>
2213      <returns>A <see langword="string" /> key associated with the user data for this tracking record.</returns>
2214    </member>
2215    <member name="P:System.Workflow.Runtime.Tracking.UserTrackPoint.Annotations">
2216      <summary>Gets the collection of annotations associated with the track point.</summary>
2217      <returns>A <see cref="T:System.Workflow.Runtime.Tracking.TrackingAnnotationCollection" />. The default is an empty collection.</returns>
2218    </member>
2219    <member name="P:System.Workflow.Runtime.Tracking.UserTrackPoint.ExcludedLocations">
2220      <summary>Gets the collection of locations that should be excluded from the track point by the runtime tracking infrastructure.</summary>
2221      <returns>A <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingLocationCollection" /> that specifies locations to be excluded from the track point. The default is an empty collection.</returns>
2222    </member>
2223    <member name="P:System.Workflow.Runtime.Tracking.UserTrackPoint.Extracts">
2224      <summary>Gets a collection that specifies data to be extracted from the workflow instance and sent to the tracking service.</summary>
2225      <returns>An <see cref="T:System.Workflow.Runtime.Tracking.ExtractCollection" /> that specifies data to be extracted and sent to the tracking service. The default is an empty collection.</returns>
2226    </member>
2227    <member name="P:System.Workflow.Runtime.Tracking.UserTrackPoint.MatchingLocations">
2228      <summary>Gets the collection of locations that should be included in matching for the track point by the runtime tracking infrastructure.</summary>
2229      <returns>A <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingLocationCollection" /> that specifies the locations to be matched for the track point. The default is an empty collection.</returns>
2230    </member>
2231    <member name="P:System.Workflow.Runtime.Tracking.WorkflowDataTrackingExtract.Annotations">
2232      <summary>Gets the collection of annotations associated with the extracted data.</summary>
2233      <returns>The <see cref="T:System.Workflow.Runtime.Tracking.TrackingAnnotationCollection" /> associated with the activity property or field to be extracted. The default is an empty collection.</returns>
2234    </member>
2235    <member name="P:System.Workflow.Runtime.Tracking.WorkflowDataTrackingExtract.Member">
2236      <summary>Gets or sets the field or the property to be extracted from the root activity when a track point is matched.</summary>
2237      <returns>A dot delineated name that specifies a field or a property of the root activity. The default is a null reference (<see langword="Nothing" /> in Visual Basic). </returns>
2238    </member>
2239    <member name="P:System.Workflow.Runtime.Tracking.WorkflowTrackingLocation.Events">
2240      <summary>Gets the list of workflow status events that will be matched for this location.</summary>
2241      <returns>A list of <see cref="T:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent" /> values that specifies the workflow status events for which the location will be matched. The default is an empty list.</returns>
2242    </member>
2243    <member name="P:System.Workflow.Runtime.Tracking.WorkflowTrackingRecord.Annotations">
2244      <summary>Gets the collection of annotations associated with the <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackPoint" /> that was matched.</summary>
2245      <returns>An <see cref="T:System.Workflow.Runtime.Tracking.TrackingAnnotationCollection" /> that contains the annotations that are associated with the <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackPoint" />.</returns>
2246    </member>
2247    <member name="P:System.Workflow.Runtime.Tracking.WorkflowTrackingRecord.EventArgs">
2248      <summary>Gets or sets an <see cref="T:System.EventArgs" /> that contains additional data associated with certain types of workflow status events.</summary>
2249      <returns>Either a <see cref="T:System.Workflow.Runtime.Tracking.TrackingWorkflowSuspendedEventArgs" />, a <see cref="T:System.Workflow.Runtime.Tracking.TrackingWorkflowTerminatedEventArgs" />, a <see cref="T:System.Workflow.Runtime.Tracking.TrackingWorkflowExceptionEventArgs" />, or a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
2250    </member>
2251    <member name="P:System.Workflow.Runtime.Tracking.WorkflowTrackingRecord.EventDateTime">
2252      <summary>Gets or sets the date and time that the workflow tracking event occurred.</summary>
2253      <returns>A <see cref="T:System.DateTime" /> that indicates the date and time that the workflow status event occurred.</returns>
2254    </member>
2255    <member name="P:System.Workflow.Runtime.Tracking.WorkflowTrackingRecord.EventOrder">
2256      <summary>Gets or sets a value that indicates the order in the workflow instance of the workflow status event that matched the <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackPoint" />.</summary>
2257      <returns>A value that indicates the order of the workflow status event in the workflow instance. </returns>
2258    </member>
2259    <member name="P:System.Workflow.Runtime.Tracking.WorkflowTrackingRecord.TrackingWorkflowEvent">
2260      <summary>Gets or sets the type of workflow status event associated with the tracking record.</summary>
2261      <returns>One of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent" /> values.</returns>
2262    </member>
2263    <member name="P:System.Workflow.Runtime.Tracking.WorkflowTrackPoint.Annotations">
2264      <summary>Gets the collection of annotations associated with the track point.</summary>
2265      <returns>An <see cref="T:System.Workflow.Runtime.Tracking.TrackingAnnotationCollection" /> that contains the annotations associated with the track point. The default is an empty collection; it specifies that no annotations are to be associated with the track point.</returns>
2266    </member>
2267    <member name="P:System.Workflow.Runtime.Tracking.WorkflowTrackPoint.MatchingLocation">
2268      <summary>Gets or sets the <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackingLocation" /> that specifies the workflow status events that should be matched by the runtime tracking infrastructure for the track point.</summary>
2269      <returns>A <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackingLocation" /> that specified the workflow status events that should be matched by the runtime tracking infrastructure for the track point.</returns>
2270    </member>
2271    <member name="P:System.Workflow.Runtime.WorkflowCompletedEventArgs.OutputParameters">
2272      <summary>Gets the output from the workflow.</summary>
2273      <returns>A <see cref="T:System.Collections.Generic.Dictionary`2" /> of values keyed by parameter name that contains the output parameters of the workflow.</returns>
2274    </member>
2275    <member name="P:System.Workflow.Runtime.WorkflowCompletedEventArgs.WorkflowDefinition">
2276      <summary>Gets an <see cref="T:System.Workflow.ComponentModel.Activity" /> that represents the workflow definition on completion of the workflow instance.</summary>
2277      <returns>An <see cref="T:System.Workflow.ComponentModel.Activity" /> that represents the workflow definition on completion of the workflow instance.</returns>
2278    </member>
2279    <member name="P:System.Workflow.Runtime.WorkflowEnvironment.WorkBatch">
2280      <summary>Gets the current work batch.</summary>
2281      <returns>The <see cref="T:System.Workflow.Runtime.IWorkBatch" /> that represents the current work batch. </returns>
2282    </member>
2283    <member name="P:System.Workflow.Runtime.WorkflowEnvironment.WorkflowInstanceId">
2284      <summary>Gets the <see cref="T:System.Guid" /> of the workflow instance associated with the current thread.</summary>
2285      <returns>The <see cref="T:System.Guid" /> that identifies the current workflow instance.</returns>
2286    </member>
2287    <member name="P:System.Workflow.Runtime.WorkflowEventArgs.WorkflowInstance">
2288      <summary>Gets the workflow instance associated with the workflow event.</summary>
2289      <returns>The <see cref="T:System.Workflow.Runtime.WorkflowInstance" /> associated with the workflow event.</returns>
2290    </member>
2291    <member name="P:System.Workflow.Runtime.WorkflowInstance.InstanceId">
2292      <summary>Gets the unique identifier for the workflow instance.</summary>
2293      <returns>The <see cref="T:System.Guid" /> of the workflow instance.</returns>
2294    </member>
2295    <member name="P:System.Workflow.Runtime.WorkflowInstance.WorkflowRuntime">
2296      <summary>Gets the <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> for this workflow instance.</summary>
2297      <returns>A <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> that represents the execution environment in which this workflow instance is running.</returns>
2298    </member>
2299    <member name="P:System.Workflow.Runtime.WorkflowOwnershipException.InstanceId">
2300      <summary>Gets the <see cref="T:System.Guid" /> of the workflow instance for which this exception was thrown.</summary>
2301      <returns>
2302          <see cref="P:System.Workflow.Runtime.WorkflowOwnershipException.InstanceId" /> is equivalent to the <see cref="P:System.Workflow.Runtime.WorkflowInstance.InstanceId" /> property of the workflow instance.</returns>
2303    </member>
2304    <member name="P:System.Workflow.Runtime.WorkflowQueue.Count">
2305      <summary>Gets the number of items contained in the <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</summary>
2306      <returns>The number of items in the workflow queue.</returns>
2307    </member>
2308    <member name="P:System.Workflow.Runtime.WorkflowQueue.Enabled">
2309      <summary>Gets or sets a value that specifies whether the <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> is enabled.</summary>
2310      <returns>
2311          <see langword="true" /> if the <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> is enabled; otherwise <see langword="false" />. </returns>
2312    </member>
2313    <member name="P:System.Workflow.Runtime.WorkflowQueue.QueueName">
2314      <summary>Gets the name of the workflow queue.</summary>
2315      <returns>The name of the <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</returns>
2316    </member>
2317    <member name="P:System.Workflow.Runtime.WorkflowQueue.QueuingService">
2318      <summary>Gets the queuing service associated with this <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</summary>
2319      <returns>A <see cref="T:System.Workflow.Runtime.WorkflowQueuingService" /> that represents the queuing service associated with this <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</returns>
2320    </member>
2321    <member name="P:System.Workflow.Runtime.WorkflowQueueInfo.Items">
2322      <summary>Gets a collection of the unconsumed items in the workflow queue.</summary>
2323      <returns>An <see cref="T:System.Collections.ICollection" /> that contains the unconsumed items in the <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</returns>
2324    </member>
2325    <member name="P:System.Workflow.Runtime.WorkflowQueueInfo.QueueName">
2326      <summary>Gets the name of the <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> associated with this <see cref="T:System.Workflow.Runtime.WorkflowQueueInfo" />.</summary>
2327      <returns>The name of the <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</returns>
2328    </member>
2329    <member name="P:System.Workflow.Runtime.WorkflowQueueInfo.SubscribedActivityNames">
2330      <summary>Gets a collection that contains the qualified name each activity subscribed to the <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</summary>
2331      <returns>A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> that contains the qualified name of the each activity subscribed to the <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</returns>
2332    </member>
2333    <member name="P:System.Workflow.Runtime.WorkflowRuntime.IsStarted">
2334      <summary>Gets a value that indicates whether the workflow run-time engine has been started.</summary>
2335      <returns>
2336          <see langword="true" /> if the workflow run-time engine has been started; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
2337    </member>
2338    <member name="P:System.Workflow.Runtime.WorkflowRuntime.Name">
2339      <summary>Gets or sets the name associated with the <see cref="T:System.Workflow.Runtime.WorkflowRuntime" />.</summary>
2340      <returns>The name associated with this <see cref="T:System.Workflow.Runtime.WorkflowRuntime" />.</returns>
2341      <exception cref="T:System.ObjectDisposedException">An attempt to set <see cref="P:System.Workflow.Runtime.WorkflowRuntime.Name" /> on a <see cref="T:System.Workflow.Runtime.WorkflowRuntime" /> that is disposed occurs.</exception>
2342      <exception cref="T:System.InvalidOperationException">An attempt to set <see cref="P:System.Workflow.Runtime.WorkflowRuntime.Name" /> while the workflow run-time engine is running occurs.</exception>
2343    </member>
2344    <member name="P:System.Workflow.Runtime.WorkflowRuntimeEventArgs.IsStarted">
2345      <summary>Gets a value that indicates whether the workflow runtime engine is running.</summary>
2346      <returns>
2347          <see langword="true" /> if the workflow runtime engine is running; otherwise, <see langword="false" />.</returns>
2348    </member>
2349    <member name="P:System.Workflow.Runtime.WorkflowSuspendedEventArgs.Error">
2350      <summary>Gets the description of why the workflow instance was suspended.</summary>
2351      <returns>The description of why the workflow instance was suspended.</returns>
2352    </member>
2353    <member name="P:System.Workflow.Runtime.WorkflowTerminatedEventArgs.Exception">
2354      <summary>Gets the exception that caused the workflow instance to be terminated.</summary>
2355      <returns>The <see cref="T:System.Exception" /> that caused the workflow instance to be terminated.</returns>
2356    </member>
2357    <member name="T:System.Activities.Statements.Interop">
2358      <summary>An activity that manages the execution of an <see cref="T:System.Workflow.ComponentModel.Activity" /> within a workflow.</summary>
2359    </member>
2360    <member name="T:System.Activities.Tracking.InteropTrackingRecord">
2361      <summary>Represents the data sent to tracking participants when tracked records occur in an <see cref="T:System.Activities.Statements.Interop" /> activity within a workflow.</summary>
2362    </member>
2363    <member name="T:System.Workflow.Runtime.Configuration.WorkflowRuntimeSection">
2364      <summary>Represents a section, within a configuration file, that defines settings for the workflow run-time engine.</summary>
2365    </member>
2366    <member name="T:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement">
2367      <summary>Represents a configuration element for a service to be added to the workflow runtime engine.</summary>
2368    </member>
2369    <member name="T:System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection">
2370      <summary>Represents the collection of services to be added to the workflow runtime engine.</summary>
2371    </member>
2372    <member name="T:System.Workflow.Runtime.CorrelationProperty">
2373      <summary>Represents a name and value pair used to correlate messages to specific receiving activities.</summary>
2374    </member>
2375    <member name="T:System.Workflow.Runtime.CorrelationToken">
2376      <summary>Manages the subscriptions of the <see cref="T:System.Workflow.Runtime.CorrelationProperty" /> to the owner activities. This class cannot be inherited.</summary>
2377    </member>
2378    <member name="T:System.Workflow.Runtime.CorrelationTokenCollection">
2379      <summary>Represents a collection of <see cref="T:System.Workflow.Runtime.CorrelationToken" /> classes. This class cannot be inherited.</summary>
2380    </member>
2381    <member name="T:System.Workflow.Runtime.CorrelationTokenEventArgs">
2382      <summary>Contains the event data associated with the <see cref="T:System.Workflow.Runtime.CorrelationToken" />. This class cannot be inherited.</summary>
2383    </member>
2384    <member name="T:System.Workflow.Runtime.DebugEngine.ActivityHandlerDescriptor">
2385      <summary>Specifies the code-beside handler information in the <see cref="M:System.Workflow.Runtime.DebugEngine.IWorkflowDebugger.BeforeHandlerInvoked(System.Guid,System.Guid,System.String,System.Workflow.Runtime.DebugEngine.ActivityHandlerDescriptor)" /> and <see cref="M:System.Workflow.Runtime.DebugEngine.IWorkflowDebugger.UpdateHandlerMethodsForActivity(System.Guid,System.Guid,System.String,System.Collections.Generic.List{System.Workflow.Runtime.DebugEngine.ActivityHandlerDescriptor})" /> methods.</summary>
2386    </member>
2387    <member name="T:System.Workflow.Runtime.DebugEngine.DebugController">
2388      <summary>Relays workflow instance creation, execution and termination events to the debugger process. This class cannot be inherited.</summary>
2389    </member>
2390    <member name="T:System.Workflow.Runtime.DebugEngine.DebugEngineCallback">
2391      <summary>References a callback method that is invoked by the workflow expression evaluation component. </summary>
2392    </member>
2393    <member name="T:System.Workflow.Runtime.DebugEngine.IExpressionEvaluationFrame">
2394      <summary>Defines the interface implemented by the workflow expression evaluation component that provides a context frame for expression evaluation.</summary>
2395    </member>
2396    <member name="T:System.Workflow.Runtime.DebugEngine.IInstanceTable">
2397      <summary>Reserved for future use.</summary>
2398    </member>
2399    <member name="T:System.Workflow.Runtime.DebugEngine.IWorkflowDebugger">
2400      <summary>Defines the interface that receives workflow instance creation, execution, and termination status information from a <see cref="T:System.Workflow.Runtime.DebugEngine.DebugController" /> object running inside the workflow host application.</summary>
2401    </member>
2402    <member name="T:System.Workflow.Runtime.DebugEngine.IWorkflowDebuggerService">
2403      <summary>Notifies workflow debugger that code condition evaluation events have occurred.</summary>
2404    </member>
2405    <member name="T:System.Workflow.Runtime.DebugEngine.WorkflowDebuggerSteppingAttribute">
2406      <summary>Specifies the debug stepping behavior for composite activities whose child activities can execute concurrently.</summary>
2407    </member>
2408    <member name="T:System.Workflow.Runtime.DebugEngine.WorkflowDebuggerSteppingOption">
2409      <summary>Specifies how the workflow debugger will step through concurrently executing child activities of a composite activity.</summary>
2410    </member>
2411    <member name="F:System.Workflow.Runtime.DebugEngine.WorkflowDebuggerSteppingOption.Sequential">
2412      <summary>The child activities will be debugged sequentially.</summary>
2413    </member>
2414    <member name="F:System.Workflow.Runtime.DebugEngine.WorkflowDebuggerSteppingOption.Concurrent">
2415      <summary>The child activities will be debugged concurrently.</summary>
2416    </member>
2417    <member name="T:System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService">
2418      <summary>Represents the default version of <see cref="T:System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService" /> created by the workflow runtime engine if no other WorkflowCommitWorkBatch service is added.</summary>
2419    </member>
2420    <member name="T:System.Workflow.Runtime.Hosting.DefaultWorkflowLoaderService">
2421      <summary>Represents the default version of <see cref="T:System.Workflow.Runtime.Hosting.WorkflowLoaderService" /> created by the workflow runtime engine if no other workflow loader service is added.</summary>
2422    </member>
2423    <member name="T:System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService">
2424      <summary>Creates and manages the threads that run workflow instances on the workflow runtime engine. </summary>
2425    </member>
2426    <member name="T:System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService">
2427      <summary>Provides a threading service that allows the host application creating a workflow instance to donate the <see cref="T:System.Threading.Thread" /> on which the workflow instance is run. Using this threading service, host applications can run a workflow instance on a single <see cref="T:System.Threading.Thread" /> in synchronous mode (although if the workflow contains a delay activity, the work is postponed until after the delay activity is executed on a separate thread spawned by <see cref="System.Threading.Timer" />).This mode blocks the execution of the host application until the workflow instance becomes idle. Subsequently, the workflow instance can only be executed using the <see cref="M:System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService.RunWorkflow(System.Guid)" /> method of this service.</summary>
2428    </member>
2429    <member name="T:System.Workflow.Runtime.Hosting.PersistenceException">
2430      <summary>The exception that is thrown when the persistence service cannot fulfill a request. </summary>
2431    </member>
2432    <member name="T:System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService">
2433      <summary>Represents the shared-connection version of the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService" /> service used by the runtime. In this context, shared-connection means that the service uses the same SQL connection for both the tracking and persistence services. </summary>
2434    </member>
2435    <member name="T:System.Workflow.Runtime.Hosting.SqlPersistenceWorkflowInstanceDescription">
2436      <summary>Describes the workflow instances that are stored in the <see cref="T:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService" />.</summary>
2437    </member>
2438    <member name="T:System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService">
2439      <summary>Represents a persistence service that uses a SQL database to store workflow state information.</summary>
2440    </member>
2441    <member name="T:System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService">
2442      <summary>Allows custom logic for the commitment of work batches.</summary>
2443    </member>
2444    <member name="T:System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService.CommitWorkBatchCallback">
2445      <summary>Commits a <see cref="T:System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService" /> work batch.</summary>
2446    </member>
2447    <member name="T:System.Workflow.Runtime.Hosting.WorkflowLoaderService">
2448      <summary>The abstract base class from which workflow loader services are derived.</summary>
2449    </member>
2450    <member name="T:System.Workflow.Runtime.Hosting.WorkflowPersistenceService">
2451      <summary>The abstract base class from which all persistence services are derived.</summary>
2452    </member>
2453    <member name="T:System.Workflow.Runtime.Hosting.WorkflowRuntimeService">
2454      <summary>Represents the abstract base class from which the workflow runtime engine core services are derived.</summary>
2455    </member>
2456    <member name="T:System.Workflow.Runtime.Hosting.WorkflowRuntimeServiceState">
2457      <summary>Specifies the state of the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowRuntimeService" />.</summary>
2458    </member>
2459    <member name="F:System.Workflow.Runtime.Hosting.WorkflowRuntimeServiceState.Stopped">
2460      <summary>Indicates that the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowRuntimeService" /> has stopped.</summary>
2461    </member>
2462    <member name="F:System.Workflow.Runtime.Hosting.WorkflowRuntimeServiceState.Starting">
2463      <summary>Indicates that the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowRuntimeService" /> is starting. <see cref="M:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.Start" /> changes the state of the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowRuntimeService" /> to <see cref="F:System.Workflow.Runtime.Hosting.WorkflowRuntimeServiceState.Starting" />.</summary>
2464    </member>
2465    <member name="F:System.Workflow.Runtime.Hosting.WorkflowRuntimeServiceState.Started">
2466      <summary>Indicates that the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowRuntimeService" /> has started. </summary>
2467    </member>
2468    <member name="F:System.Workflow.Runtime.Hosting.WorkflowRuntimeServiceState.Stopping">
2469      <summary>Indicates that the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowRuntimeService" /> is stopping. <see cref="M:System.Workflow.Runtime.Hosting.WorkflowRuntimeService.Stop" /> changes the state of the <see cref="T:System.Workflow.Runtime.Hosting.WorkflowRuntimeService" /> to <see cref="F:System.Workflow.Runtime.Hosting.WorkflowRuntimeServiceState.Stopping" />.</summary>
2470    </member>
2471    <member name="T:System.Workflow.Runtime.Hosting.WorkflowSchedulerService">
2472      <summary>Provides a mechanism to implement your own thread pool to execute the workflow and manage in-memory timer registration and events.</summary>
2473    </member>
2474    <member name="T:System.Workflow.Runtime.Hosting.WorkflowWebHostingModule">
2475      <summary>Provides a mechanism for routing the workflow instance ID to and from a <see cref="T:System.Workflow.Activities.WorkflowWebService" /> to a cookie in the Web client. This class cannot be inherited.</summary>
2476    </member>
2477    <member name="T:System.Workflow.Runtime.IPendingWork">
2478      <summary>Provides methods to participate in a work batch.</summary>
2479    </member>
2480    <member name="T:System.Workflow.Runtime.IWorkBatch">
2481      <summary>Provides methods to add work to a work batch. </summary>
2482    </member>
2483    <member name="T:System.Workflow.Runtime.ServicesExceptionNotHandledEventArgs">
2484      <summary>Provides data for the <see cref="E:System.Workflow.Runtime.WorkflowRuntime.ServicesExceptionNotHandled" /> event.</summary>
2485    </member>
2486    <member name="T:System.Workflow.Runtime.TimerEventSubscription">
2487      <summary>Represents a subscription to a timer event.</summary>
2488    </member>
2489    <member name="T:System.Workflow.Runtime.TimerEventSubscriptionCollection">
2490      <summary>Represents an ordered list of <see cref="T:System.Workflow.Runtime.TimerEventSubscription" /> objects.</summary>
2491    </member>
2492    <member name="T:System.Workflow.Runtime.Tracking.ActivityDataTrackingExtract">
2493      <summary>Specifies a property or a field to be extracted from an activity and sent to the tracking service together with an associated collection of annotations when a track point is matched.</summary>
2494    </member>
2495    <member name="T:System.Workflow.Runtime.Tracking.ActivityTrackingCondition">
2496      <summary>Represents a condition that compares the value of an activity member to a specified value by using a specified comparison operator.</summary>
2497    </member>
2498    <member name="T:System.Workflow.Runtime.Tracking.ActivityTrackingLocation">
2499      <summary>Defines an activity-qualified location that corresponds to an activity status event in the potential execution path of a root workflow instance. This class cannot be inherited.</summary>
2500    </member>
2501    <member name="T:System.Workflow.Runtime.Tracking.ActivityTrackingLocationCollection">
2502      <summary>Contains a collection of <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingLocation" /> objects.</summary>
2503    </member>
2504    <member name="T:System.Workflow.Runtime.Tracking.ActivityTrackingRecord">
2505      <summary>Contains the data sent to a tracking service by the runtime tracking infrastructure when an <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackPoint" /> is matched. It is also used in the return list of the <see cref="P:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.ActivityEvents" /> property.</summary>
2506    </member>
2507    <member name="T:System.Workflow.Runtime.Tracking.ActivityTrackPoint">
2508      <summary>Defines a point, associated with an activity execution status change, to be tracked that is in the potential execution path of a workflow instance. This class cannot be inherited.</summary>
2509    </member>
2510    <member name="T:System.Workflow.Runtime.Tracking.ActivityTrackPointCollection">
2511      <summary>Contains a collection of <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackPoint" /> objects. </summary>
2512    </member>
2513    <member name="T:System.Workflow.Runtime.Tracking.ComparisonOperator">
2514      <summary>Specifies the operation to perform on the operands of a comparison. </summary>
2515    </member>
2516    <member name="F:System.Workflow.Runtime.Tracking.ComparisonOperator.Equals">
2517      <summary>Test for operand equality.</summary>
2518    </member>
2519    <member name="F:System.Workflow.Runtime.Tracking.ComparisonOperator.NotEquals">
2520      <summary>Test for operand inequality.</summary>
2521    </member>
2522    <member name="T:System.Workflow.Runtime.Tracking.ExtractCollection">
2523      <summary>Contains a collection of <see cref="T:System.Workflow.Runtime.Tracking.TrackingExtract" /> objects. </summary>
2524    </member>
2525    <member name="T:System.Workflow.Runtime.Tracking.IProfileNotification">
2526      <summary>Provides a notification mechanism for a tracking service to inform the runtime tracking infrastructure about changes to the <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> for a particular workflow <see cref="T:System.Type" />. </summary>
2527    </member>
2528    <member name="T:System.Workflow.Runtime.Tracking.PreviousTrackingServiceAttribute">
2529      <summary>Indicates the type of the <see cref="T:System.Workflow.Runtime.Tracking.TrackingService" /> that was used prior to the current version.</summary>
2530    </member>
2531    <member name="T:System.Workflow.Runtime.Tracking.ProfileRemovedEventArgs">
2532      <summary>Provides data for the <see cref="E:System.Workflow.Runtime.Tracking.IProfileNotification.ProfileRemoved" /> event. This class cannot be inherited.</summary>
2533    </member>
2534    <member name="T:System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs">
2535      <summary>Provides the data for the <see cref="E:System.Workflow.Runtime.Tracking.IProfileNotification.ProfileUpdated" /> event. This class cannot be inherited.</summary>
2536    </member>
2537    <member name="T:System.Workflow.Runtime.Tracking.SqlTrackingQuery">
2538      <summary>Contains methods and properties that are used to manage queries to the tracking data that is contained in the SQL database used by a <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingService" />.</summary>
2539    </member>
2540    <member name="T:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions">
2541      <summary>Contains properties that are used to constrain the set of <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance" /> objects returned by a call to <see cref="M:System.Workflow.Runtime.Tracking.SqlTrackingQuery.GetWorkflows(System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions)" />. </summary>
2542    </member>
2543    <member name="T:System.Workflow.Runtime.Tracking.SqlTrackingService">
2544      <summary>Represents a tracking service that uses a SQL database to store tracking information. </summary>
2545    </member>
2546    <member name="T:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance">
2547      <summary>Provides access to tracking data maintained in a SQL database by the <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingService" /> for a workflow instance.</summary>
2548    </member>
2549    <member name="T:System.Workflow.Runtime.Tracking.TrackingAnnotationCollection">
2550      <summary>Contains a collection of annotations.</summary>
2551    </member>
2552    <member name="T:System.Workflow.Runtime.Tracking.TrackingChannel">
2553      <summary>The <see langword="abstract" /> base class that represents a tracking channel.</summary>
2554    </member>
2555    <member name="T:System.Workflow.Runtime.Tracking.TrackingCondition">
2556      <summary>An <see langword="abstract" /> base class representing a comparison that can be used to constrain an <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingLocation" /> or a <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingLocation" />.</summary>
2557    </member>
2558    <member name="T:System.Workflow.Runtime.Tracking.TrackingConditionCollection">
2559      <summary>Contains a collection of <see cref="T:System.Workflow.Runtime.Tracking.TrackingCondition" /> objects.</summary>
2560    </member>
2561    <member name="T:System.Workflow.Runtime.Tracking.TrackingDataItem">
2562      <summary>Represents a single item of data extracted from a workflow and all its associated annotations.</summary>
2563    </member>
2564    <member name="T:System.Workflow.Runtime.Tracking.TrackingDataItemValue">
2565      <summary>Contains filter criteria for data extracted from a workflow instance in a <see cref="T:System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions" />. </summary>
2566    </member>
2567    <member name="T:System.Workflow.Runtime.Tracking.TrackingExtract">
2568      <summary>The <see langword="abstract" /> base class representing a field or a property to be extracted from a workflow instance and its associated annotations. </summary>
2569    </member>
2570    <member name="T:System.Workflow.Runtime.Tracking.TrackingParameters">
2571      <summary>Contains information about the workflow instance associated with a <see cref="T:System.Workflow.Runtime.Tracking.TrackingChannel" />. This class cannot be inherited.</summary>
2572    </member>
2573    <member name="T:System.Workflow.Runtime.Tracking.TrackingProfile">
2574      <summary>Defines points of interest in the potential execution path of a root workflow instance about which a tracking service should be notified.</summary>
2575    </member>
2576    <member name="T:System.Workflow.Runtime.Tracking.TrackingProfileCache">
2577      <summary>Provides a method that a host application can use to clear the tracking profile cache.</summary>
2578    </member>
2579    <member name="T:System.Workflow.Runtime.Tracking.TrackingProfileDeserializationException">
2580      <summary>The exception that is thrown when an XML document cannot be deserialized into a <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfile" /> by a <see cref="T:System.Workflow.Runtime.Tracking.TrackingProfileSerializer" />.</summary>
2581    </member>
2582    <member name="T:System.Workflow.Runtime.Tracking.TrackingProfileSerializer">
2583      <summary>Provides methods to serialize and deserialize tracking profiles into and from XML documents by using the tracking profile XML schema definition (XSD).</summary>
2584    </member>
2585    <member name="T:System.Workflow.Runtime.Tracking.TrackingRecord">
2586      <summary>The <see langword="abstract" /> base class from which <see cref="T:System.Workflow.Runtime.Tracking.ActivityTrackingRecord" />, <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingRecord" />, and <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackingRecord" /> are derived.</summary>
2587    </member>
2588    <member name="T:System.Workflow.Runtime.Tracking.TrackingService">
2589      <summary>Provides the basic interface between a tracking service and the run-time tracking infrastructure.</summary>
2590    </member>
2591    <member name="T:System.Workflow.Runtime.Tracking.TrackingWorkflowChangedEventArgs">
2592      <summary>Contains data associated with a workflow change that occurs during the execution of a workflow instance.</summary>
2593    </member>
2594    <member name="T:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent">
2595      <summary>Specifies a type of workflow status event.</summary>
2596    </member>
2597    <member name="F:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent.Created">
2598      <summary>The workflow instance has been created.</summary>
2599    </member>
2600    <member name="F:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent.Completed">
2601      <summary>The workflow instance has completed.</summary>
2602    </member>
2603    <member name="F:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent.Idle">
2604      <summary>The workflow instance is idle.</summary>
2605    </member>
2606    <member name="F:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent.Suspended">
2607      <summary>The workflow instance has been suspended.</summary>
2608    </member>
2609    <member name="F:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent.Resumed">
2610      <summary>A previously suspended workflow instance has resumed running.</summary>
2611    </member>
2612    <member name="F:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent.Persisted">
2613      <summary>The workflow instance has been persisted.</summary>
2614    </member>
2615    <member name="F:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent.Unloaded">
2616      <summary>The workflow instance has been unloaded from memory.</summary>
2617    </member>
2618    <member name="F:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent.Loaded">
2619      <summary>The workflow instance has been loaded into memory.</summary>
2620    </member>
2621    <member name="F:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent.Exception">
2622      <summary>An unhandled exception has occurred.</summary>
2623    </member>
2624    <member name="F:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent.Terminated">
2625      <summary>The workflow instance has been terminated.</summary>
2626    </member>
2627    <member name="F:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent.Aborted">
2628      <summary>The workflow instance has aborted.</summary>
2629    </member>
2630    <member name="F:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent.Changed">
2631      <summary>A workflow change has occurred on the workflow instance.</summary>
2632    </member>
2633    <member name="F:System.Workflow.Runtime.Tracking.TrackingWorkflowEvent.Started">
2634      <summary>The workflow instance has been started.</summary>
2635    </member>
2636    <member name="T:System.Workflow.Runtime.Tracking.TrackingWorkflowExceptionEventArgs">
2637      <summary>Contains data associated with an exception that occurs during the execution of a workflow instance.</summary>
2638    </member>
2639    <member name="T:System.Workflow.Runtime.Tracking.TrackingWorkflowSuspendedEventArgs">
2640      <summary>Contains information about the reason that a workflow instance was suspended.</summary>
2641    </member>
2642    <member name="T:System.Workflow.Runtime.Tracking.TrackingWorkflowTerminatedEventArgs">
2643      <summary>Contains data associated with the termination of a workflow instance.</summary>
2644    </member>
2645    <member name="T:System.Workflow.Runtime.Tracking.UserTrackingLocation">
2646      <summary>Defines an activity-qualified location that corresponds to a user event in the potential execution path of a root workflow instance. This class cannot be inherited.</summary>
2647    </member>
2648    <member name="T:System.Workflow.Runtime.Tracking.UserTrackingLocationCollection">
2649      <summary>Contains a collection of <see cref="T:System.Workflow.Runtime.Tracking.UserTrackingLocation" /> objects.</summary>
2650    </member>
2651    <member name="T:System.Workflow.Runtime.Tracking.UserTrackingRecord">
2652      <summary>Contains the data sent to a tracking service by the runtime tracking infrastructure when a <see cref="T:System.Workflow.Runtime.Tracking.UserTrackPoint" /> is matched.</summary>
2653    </member>
2654    <member name="T:System.Workflow.Runtime.Tracking.UserTrackPoint">
2655      <summary>Defines a point, associated with a user event, to be tracked in the potential execution path of a root workflow instance. This class cannot be inherited.</summary>
2656    </member>
2657    <member name="T:System.Workflow.Runtime.Tracking.UserTrackPointCollection">
2658      <summary>Contains a collection of <see cref="T:System.Workflow.Runtime.Tracking.UserTrackPoint" /> objects.</summary>
2659    </member>
2660    <member name="T:System.Workflow.Runtime.Tracking.WorkflowDataTrackingExtract">
2661      <summary>Specifies a property or a field to be extracted from the root activity of the workflow and sent to the tracking service together with and an associated collection of annotations when a track point is matched.</summary>
2662    </member>
2663    <member name="T:System.Workflow.Runtime.Tracking.WorkflowTrackingLocation">
2664      <summary>Defines an interest in specific workflow status events that occur in a root workflow instance; used for matching by a <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackPoint" /> in a tracking profile. This class cannot be inherited.</summary>
2665    </member>
2666    <member name="T:System.Workflow.Runtime.Tracking.WorkflowTrackingRecord">
2667      <summary>Contains the data sent to the tracking service by the runtime tracking infrastructure when it matches a <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackPoint" />. It is also used in the return list of the <see cref="P:System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance.WorkflowEvents" /> property.</summary>
2668    </member>
2669    <member name="T:System.Workflow.Runtime.Tracking.WorkflowTrackPoint">
2670      <summary>Defines a point associated with a set of workflow status events that are tracked in the potential execution path of a root workflow instance.</summary>
2671    </member>
2672    <member name="T:System.Workflow.Runtime.Tracking.WorkflowTrackPointCollection">
2673      <summary>Contains a collection of <see cref="T:System.Workflow.Runtime.Tracking.WorkflowTrackPoint" /> objects.</summary>
2674    </member>
2675    <member name="T:System.Workflow.Runtime.WorkflowCompletedEventArgs">
2676      <summary>Provides data for the <see cref="E:System.Workflow.Runtime.WorkflowRuntime.WorkflowCompleted" /> event.</summary>
2677    </member>
2678    <member name="T:System.Workflow.Runtime.WorkflowEnvironment">
2679      <summary>Represents the transactional environment of the workflow instance that is running on the current thread.</summary>
2680    </member>
2681    <member name="T:System.Workflow.Runtime.WorkflowEventArgs">
2682      <summary>Provides data for workflow events.</summary>
2683    </member>
2684    <member name="T:System.Workflow.Runtime.WorkflowInstance">
2685      <summary>Represents a workflow instance.</summary>
2686    </member>
2687    <member name="T:System.Workflow.Runtime.WorkflowOwnershipException">
2688      <summary>The exception that is thrown when the workflow runtime engine attempts to load a workflow instance that is currently loaded by another workflow runtime engine instance. Additionally, this exception is thrown when the workflow runtime engine attempts to save a workflow after the ownership timeout that was specified while loading the workflow has expired. </summary>
2689    </member>
2690    <member name="T:System.Workflow.Runtime.WorkflowQueue">
2691      <summary>Represents a workflow queue.</summary>
2692    </member>
2693    <member name="T:System.Workflow.Runtime.WorkflowQueueInfo">
2694      <summary>Contains information about a <see cref="T:System.Workflow.Runtime.WorkflowQueue" />.</summary>
2695    </member>
2696    <member name="T:System.Workflow.Runtime.WorkflowQueuingService">
2697      <summary>Provides the services for management of <see cref="T:System.Workflow.Runtime.WorkflowQueue" /> objects.</summary>
2698    </member>
2699    <member name="T:System.Workflow.Runtime.WorkflowRuntime">
2700      <summary>Represents the configurable execution environment provided by the workflow run-time engine for workflows.</summary>
2701    </member>
2702    <member name="T:System.Workflow.Runtime.WorkflowRuntimeEventArgs">
2703      <summary>Provides data for the <see cref="E:System.Workflow.Runtime.WorkflowRuntime.Started" /> and <see cref="E:System.Workflow.Runtime.WorkflowRuntime.Stopped" /> events.</summary>
2704    </member>
2705    <member name="T:System.Workflow.Runtime.WorkflowStatus">
2706      <summary>Specifies the status of a workflow instance.</summary>
2707    </member>
2708    <member name="F:System.Workflow.Runtime.WorkflowStatus.Running">
2709      <summary>The workflow instance is running.</summary>
2710    </member>
2711    <member name="F:System.Workflow.Runtime.WorkflowStatus.Completed">
2712      <summary>The workflow instance has completed.</summary>
2713    </member>
2714    <member name="F:System.Workflow.Runtime.WorkflowStatus.Suspended">
2715      <summary>The workflow instance has been suspended by a <see cref="T:System.Workflow.ComponentModel.SuspendActivity" /> activity, by a call to <see cref="M:System.Workflow.Runtime.WorkflowInstance.Suspend(System.String)" />,or by the workflow runtime engine.</summary>
2716    </member>
2717    <member name="F:System.Workflow.Runtime.WorkflowStatus.Terminated">
2718      <summary>The workflow instance has been terminated by a </summary>
2719    </member>
2720    <member name="F:System.Workflow.Runtime.WorkflowStatus.Created">
2721      <summary>The workflow instance has been created by a call to one of the overloaded <see cref="M:System.Workflow.Runtime.WorkflowRuntime.CreateWorkflow(System.Type)" /> methods.</summary>
2722    </member>
2723    <member name="T:System.Workflow.Runtime.WorkflowSuspendedEventArgs">
2724      <summary>Provides data for the <see cref="E:System.Workflow.Runtime.WorkflowRuntime.WorkflowSuspended" /> event.</summary>
2725    </member>
2726    <member name="T:System.Workflow.Runtime.WorkflowTerminatedEventArgs">
2727      <summary>Provides data for the <see cref="E:System.Workflow.Runtime.WorkflowRuntime.WorkflowTerminated" /> event.</summary>
2728    </member>
2729  </members>
2730</doc>