[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / NuGetFallbackFolder / microsoft.netcore.app / 2.0.0 / ref / netcoreapp2.0 / System.Threading.Tasks.xml
1 <?xml version="1.0" encoding="utf-8"?><span>
2 <doc>
3   <assembly>
4     <name>System.Threading.Tasks</name>
5   </assembly>
6   <members>
7     <member name="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1">
8       <summary>Represents a builder for asynchronous methods that returns a task and provides a parameter for the result.</summary>
9       <typeparam name="TResult">The result to use to complete the task.</typeparam>
10     </member>
11     <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitOnCompleted``2(``0@,``1@)">
12       <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
13       <param name="awaiter">The awaiter.</param>
14       <param name="stateMachine">The state machine.</param>
15       <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
16       <typeparam name="TStateMachine">The type of the state machine.</typeparam>
17     </member>
18     <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted``2(``0@,``1@)">
19       <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes. This method can be called from partially trusted code.</summary>
20       <param name="awaiter">The awaiter.</param>
21       <param name="stateMachine">The state machine.</param>
22       <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
23       <typeparam name="TStateMachine">The type of the state machine.</typeparam>
24     </member>
25     <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Create">
26       <summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1"></see> class.</summary>
27       <returns>A new instance of the builder.</returns>
28     </member>
29     <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(System.Exception)">
30       <summary>Marks the task as failed and binds the specified exception to the task.</summary>
31       <param name="exception">The exception to bind to the task.</param>
32       <exception cref="T:System.ArgumentNullException"><paramref name="exception">exception</paramref> is null.</exception>
33       <exception cref="T:System.InvalidOperationException">The task has already completed.</exception>
34     </member>
35     <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetResult(`0)">
36       <summary>Marks the task as successfully completed.</summary>
37       <param name="result">The result to use to complete the task.</param>
38       <exception cref="T:System.InvalidOperationException">The task has already completed.</exception>
39     </member>
40     <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
41       <summary>Associates the builder with the specified state machine.</summary>
42       <param name="stateMachine">The state machine instance to associate with the builder.</param>
43       <exception cref="T:System.ArgumentNullException"><paramref name="stateMachine">stateMachine</paramref> is null.</exception>
44       <exception cref="T:System.InvalidOperationException">The state machine was previously set.</exception>
45     </member>
46     <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start``1(``0@)">
47       <summary>Begins running the builder with the associated state machine.</summary>
48       <param name="stateMachine">The state machine instance, passed by reference.</param>
49       <typeparam name="TStateMachine">The type of the state machine.</typeparam>
50       <exception cref="T:System.ArgumentNullException"><paramref name="stateMachine">stateMachine</paramref> is null.</exception>
51     </member>
52     <member name="P:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Task">
53       <summary>Gets the task for this builder.</summary>
54       <returns>The task for this builder.</returns>
55     </member>
56     <member name="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder">
57       <summary>Represents a builder for asynchronous methods that return a task.</summary>
58     </member>
59     <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitOnCompleted``2(``0@,``1@)">
60       <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
61       <param name="awaiter">The awaiter.</param>
62       <param name="stateMachine">The state machine.</param>
63       <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
64       <typeparam name="TStateMachine">The type of the state machine.</typeparam>
65     </member>
66     <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted``2(``0@,``1@)">
67       <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes. This method can be called from partially trusted code.</summary>
68       <param name="awaiter">The awaiter.</param>
69       <param name="stateMachine">The state machine.</param>
70       <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
71       <typeparam name="TStateMachine">The type of the state machine.</typeparam>
72     </member>
73     <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Create">
74       <summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder"></see> class.</summary>
75       <returns>A new instance of the builder.</returns>
76     </member>
77     <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetException(System.Exception)">
78       <summary>Marks the task as failed and binds the specified exception to the task.</summary>
79       <param name="exception">The exception to bind to the task.</param>
80       <exception cref="T:System.ArgumentNullException"><paramref name="exception">exception</paramref> is null.</exception>
81       <exception cref="T:System.InvalidOperationException">The task has already completed.   -or-   The builder is not initialized.</exception>
82     </member>
83     <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult">
84       <summary>Marks the task as successfully completed.</summary>
85       <exception cref="T:System.InvalidOperationException">The task has already completed.   -or-   The builder is not initialized.</exception>
86     </member>
87     <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
88       <summary>Associates the builder with the specified state machine.</summary>
89       <param name="stateMachine">The state machine instance to associate with the builder.</param>
90       <exception cref="T:System.ArgumentNullException"><paramref name="stateMachine">stateMachine</paramref> is null.</exception>
91       <exception cref="T:System.InvalidOperationException">The state machine was previously set.</exception>
92     </member>
93     <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start``1(``0@)">
94       <summary>Begins running the builder with the associated state machine.</summary>
95       <param name="stateMachine">The state machine instance, passed by reference.</param>
96       <typeparam name="TStateMachine">The type of the state machine.</typeparam>
97       <exception cref="T:System.ArgumentNullException"><paramref name="stateMachine">stateMachine</paramref> is null.</exception>
98     </member>
99     <member name="P:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Task">
100       <summary>Gets the task for this builder.</summary>
101       <returns>The task for this builder.</returns>
102       <exception cref="T:System.InvalidOperationException">The builder is not initialized.</exception>
103     </member>
104     <member name="T:System.Runtime.CompilerServices.AsyncVoidMethodBuilder">
105       <summary>Represents a builder for asynchronous methods that do not return a value.</summary>
106     </member>
107     <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.AwaitOnCompleted``2(``0@,``1@)">
108       <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
109       <param name="awaiter">The awaiter.</param>
110       <param name="stateMachine">The state machine.</param>
111       <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
112       <typeparam name="TStateMachine">The type of the state machine.</typeparam>
113     </member>
114     <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.AwaitUnsafeOnCompleted``2(``0@,``1@)">
115       <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes. This method can be called from partially trusted code.</summary>
116       <param name="awaiter">The awaiter.</param>
117       <param name="stateMachine">The state machine.</param>
118       <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
119       <typeparam name="TStateMachine">The type of the state machine.</typeparam>
120     </member>
121     <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Create">
122       <summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.AsyncVoidMethodBuilder"></see> class.</summary>
123       <returns>A new instance of the builder.</returns>
124     </member>
125     <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.SetException(System.Exception)">
126       <summary>Binds an exception to the method builder.</summary>
127       <param name="exception">The exception to bind.</param>
128       <exception cref="T:System.ArgumentNullException"><paramref name="exception">exception</paramref> is null.</exception>
129       <exception cref="T:System.InvalidOperationException">The builder is not initialized.</exception>
130     </member>
131     <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.SetResult">
132       <summary>Marks the method builder as successfully completed.</summary>
133       <exception cref="T:System.InvalidOperationException">The builder is not initialized.</exception>
134     </member>
135     <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
136       <summary>Associates the builder with the specified state machine.</summary>
137       <param name="stateMachine">The state machine instance to associate with the builder.</param>
138       <exception cref="T:System.ArgumentNullException"><paramref name="stateMachine">stateMachine</paramref> is null.</exception>
139       <exception cref="T:System.InvalidOperationException">The state machine was previously set.</exception>
140     </member>
141     <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start``1(``0@)">
142       <summary>Begins running the builder with the associated state machine.</summary>
143       <param name="stateMachine">The state machine instance, passed by reference.</param>
144       <typeparam name="TStateMachine">The type of the state machine.</typeparam>
145       <exception cref="T:System.ArgumentNullException"><paramref name="stateMachine">stateMachine</paramref> is null.</exception>
146     </member>
147     <member name="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter">
148       <summary>Provides an awaiter for an awaitable object(<see cref="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1"></see>).</summary>
149       <typeparam name="TResult"></typeparam>
150     </member>
151     <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult">
152       <summary>Ends the await on the completed task.</summary>
153       <returns>The result of the completed task.</returns>
154       <exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
155       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception>
156       <exception cref="T:System.Exception">The task completed in a faulted state.</exception>
157     </member>
158     <member name="P:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.IsCompleted">
159       <summary>Gets a value that specifies whether the task being awaited has been completed.</summary>
160       <returns>true if the task being awaited has been completed; otherwise, false.</returns>
161       <exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
162     </member>
163     <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.OnCompleted(System.Action)">
164       <summary>Schedules the continuation action for the task associated with this awaiter.</summary>
165       <param name="continuation">The action to invoke when the await operation completes.</param>
166       <exception cref="T:System.ArgumentNullException">The <paramref name="continuation">continuation</paramref> argument is null.</exception>
167       <exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
168     </member>
169     <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.UnsafeOnCompleted(System.Action)">
170       <summary>Schedules the continuation action for the task associated with this awaiter.</summary>
171       <param name="continuation">The action to invoke when the await operation completes.</param>
172       <exception cref="T:System.ArgumentNullException">The <paramref name="continuation">continuation</paramref> argument is null.</exception>
173       <exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
174     </member>
175     <member name="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1">
176       <summary>Provides an awaitable object that enables configured awaits on a task.</summary>
177       <typeparam name="TResult">The type of the result produced by this <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
178     </member>
179     <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.GetAwaiter">
180       <summary>Returns an awaiter for this awaitable object.</summary>
181       <returns>The awaiter.</returns>
182     </member>
183     <member name="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter">
184       <summary>Provides an awaiter for an awaitable (<see cref="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable"></see>) object.</summary>
185     </member>
186     <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult">
187       <summary>Ends the await on the completed task.</summary>
188       <exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
189       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception>
190       <exception cref="T:System.Exception">The task completed in a faulted state.</exception>
191     </member>
192     <member name="P:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.IsCompleted">
193       <summary>Gets a value that specifies whether the task being awaited is completed.</summary>
194       <returns>true if the task being awaited is completed; otherwise, false.</returns>
195       <exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
196     </member>
197     <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.OnCompleted(System.Action)">
198       <summary>Schedules the continuation action for the task associated with this awaiter.</summary>
199       <param name="continuation">The action to invoke when the await operation completes.</param>
200       <exception cref="T:System.ArgumentNullException">The <paramref name="continuation">continuation</paramref> argument is null.</exception>
201       <exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
202     </member>
203     <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.UnsafeOnCompleted(System.Action)">
204       <summary>Schedules the continuation action for the task associated with this awaiter.</summary>
205       <param name="continuation">The action to invoke when the await operation completes.</param>
206       <exception cref="T:System.ArgumentNullException">The <paramref name="continuation">continuation</paramref> argument is null.</exception>
207       <exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
208     </member>
209     <member name="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable">
210       <summary>Provides an awaitable object that enables configured awaits on a task.</summary>
211     </member>
212     <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.GetAwaiter">
213       <summary>Returns an awaiter for this awaitable object.</summary>
214       <returns>The awaiter.</returns>
215     </member>
216     <member name="T:System.Runtime.CompilerServices.IAsyncStateMachine">
217       <summary>Represents state machines that are generated for asynchronous methods. This type is intended for compiler use only.</summary>
218     </member>
219     <member name="M:System.Runtime.CompilerServices.IAsyncStateMachine.MoveNext">
220       <summary>Moves the state machine to its next state.</summary>
221     </member>
222     <member name="M:System.Runtime.CompilerServices.IAsyncStateMachine.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
223       <summary>Configures the state machine with a heap-allocated replica.</summary>
224       <param name="stateMachine">The heap-allocated replica.</param>
225     </member>
226     <member name="T:System.Runtime.CompilerServices.ICriticalNotifyCompletion">
227       <summary>Represents an awaiter that schedules continuations when an await operation completes.</summary>
228     </member>
229     <member name="M:System.Runtime.CompilerServices.ICriticalNotifyCompletion.UnsafeOnCompleted(System.Action)">
230       <summary>Schedules the continuation action that's invoked when the instance completes.</summary>
231       <param name="continuation">The action to invoke when the operation completes.</param>
232       <exception cref="T:System.ArgumentNullException">The <paramref name="continuation">continuation</paramref> argument is null (Nothing in Visual Basic).</exception>
233     </member>
234     <member name="T:System.Runtime.CompilerServices.INotifyCompletion">
235       <summary>Represents an operation that schedules continuations when it completes.</summary>
236     </member>
237     <member name="M:System.Runtime.CompilerServices.INotifyCompletion.OnCompleted(System.Action)">
238       <summary>Schedules the continuation action that's invoked when the instance completes.</summary>
239       <param name="continuation">The action to invoke when the operation completes.</param>
240       <exception cref="T:System.ArgumentNullException">The <paramref name="continuation">continuation</paramref> argument is null (Nothing in Visual Basic).</exception>
241     </member>
242     <member name="T:System.AggregateException">
243       <summary>Represents one or more errors that occur during application execution.</summary>
244     </member>
245     <member name="M:System.AggregateException.#ctor">
246       <summary>Initializes a new instance of the <see cref="T:System.AggregateException"></see> class with a system-supplied message that describes the error.</summary>
247     </member>
248     <member name="M:System.AggregateException.#ctor(System.Collections.Generic.IEnumerable{System.Exception})">
249       <summary>Initializes a new instance of the <see cref="T:System.AggregateException"></see> class with references to the inner exceptions that are the cause of this exception.</summary>
250       <param name="innerExceptions">The exceptions that are the cause of the current exception.</param>
251       <exception cref="T:System.ArgumentNullException">The <paramref name="innerExceptions">innerExceptions</paramref> argument is null.</exception>
252       <exception cref="T:System.ArgumentException">An element of <paramref name="innerExceptions">innerExceptions</paramref> is null.</exception>
253     </member>
254     <member name="M:System.AggregateException.#ctor(System.Exception[])">
255       <summary>Initializes a new instance of the <see cref="T:System.AggregateException"></see> class with references to the inner exceptions that are the cause of this exception.</summary>
256       <param name="innerExceptions">The exceptions that are the cause of the current exception.</param>
257       <exception cref="T:System.ArgumentNullException">The <paramref name="innerExceptions">innerExceptions</paramref> argument is null.</exception>
258       <exception cref="T:System.ArgumentException">An element of <paramref name="innerExceptions">innerExceptions</paramref> is null.</exception>
259     </member>
260     <member name="M:System.AggregateException.#ctor(System.String)">
261       <summary>Initializes a new instance of the <see cref="T:System.AggregateException"></see> class with a specified message that describes the error.</summary>
262       <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
263     </member>
264     <member name="M:System.AggregateException.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Exception})">
265       <summary>Initializes a new instance of the <see cref="T:System.AggregateException"></see> class with a specified error message and references to the inner exceptions that are the cause of this exception.</summary>
266       <param name="message">The error message that explains the reason for the exception.</param>
267       <param name="innerExceptions">The exceptions that are the cause of the current exception.</param>
268       <exception cref="T:System.ArgumentNullException">The <paramref name="innerExceptions">innerExceptions</paramref> argument is null.</exception>
269       <exception cref="T:System.ArgumentException">An element of <paramref name="innerExceptions">innerExceptions</paramref> is null.</exception>
270     </member>
271     <member name="M:System.AggregateException.#ctor(System.String,System.Exception)">
272       <summary>Initializes a new instance of the <see cref="T:System.AggregateException"></see> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
273       <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
274       <param name="innerException">The exception that is the cause of the current exception. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception.</param>
275       <exception cref="T:System.ArgumentNullException">The <paramref name="innerException">innerException</paramref> argument is null.</exception>
276     </member>
277     <member name="M:System.AggregateException.#ctor(System.String,System.Exception[])">
278       <summary>Initializes a new instance of the <see cref="T:System.AggregateException"></see> class with a specified error message and references to the inner exceptions that are the cause of this exception.</summary>
279       <param name="message">The error message that explains the reason for the exception.</param>
280       <param name="innerExceptions">The exceptions that are the cause of the current exception.</param>
281       <exception cref="T:System.ArgumentNullException">The <paramref name="innerExceptions">innerExceptions</paramref> argument is null.</exception>
282       <exception cref="T:System.ArgumentException">An element of <paramref name="innerExceptions">innerExceptions</paramref> is null.</exception>
283     </member>
284     <member name="M:System.AggregateException.Flatten">
285       <summary>Flattens an <see cref="T:System.AggregateException"></see> instances into a single, new instance.</summary>
286       <returns>A new, flattened <see cref="T:System.AggregateException"></see>.</returns>
287     </member>
288     <member name="M:System.AggregateException.GetBaseException">
289       <summary>Returns the <see cref="T:System.AggregateException"></see> that is the root cause of this exception.</summary>
290       <returns>Returns the <see cref="T:System.AggregateException"></see> that is the root cause of this exception.</returns>
291     </member>
292     <member name="M:System.AggregateException.Handle(System.Func{System.Exception,System.Boolean})">
293       <summary>Invokes a handler on each <see cref="T:System.Exception"></see> contained by this <see cref="T:System.AggregateException"></see>.</summary>
294       <param name="predicate">The predicate to execute for each exception. The predicate accepts as an argument the <see cref="T:System.Exception"></see> to be processed and returns a Boolean to indicate whether the exception was handled.</param>
295       <exception cref="T:System.ArgumentNullException">The <paramref name="predicate">predicate</paramref> argument is null.</exception>
296       <exception cref="T:System.AggregateException">An exception contained by this <see cref="T:System.AggregateException"></see> was not handled.</exception>
297     </member>
298     <member name="P:System.AggregateException.InnerExceptions">
299       <summary>Gets a read-only collection of the <see cref="T:System.Exception"></see> instances that caused the current exception.</summary>
300       <returns>Returns a read-only collection of the <see cref="T:System.Exception"></see> instances that caused the current exception.</returns>
301     </member>
302     <member name="M:System.AggregateException.ToString">
303       <summary>Creates and returns a string representation of the current <see cref="T:System.AggregateException"></see>.</summary>
304       <returns>A string representation of the current exception.</returns>
305     </member>
306     <member name="T:System.Threading.CancellationToken">
307       <summary>Propagates notification that operations should be canceled.</summary>
308     </member>
309     <member name="M:System.Threading.CancellationToken.#ctor(System.Boolean)">
310       <summary>Initializes the <see cref="T:System.Threading.CancellationToken"></see>.</summary>
311       <param name="canceled">The canceled state for the token.</param>
312     </member>
313     <member name="P:System.Threading.CancellationToken.CanBeCanceled">
314       <summary>Gets whether this token is capable of being in the canceled state.</summary>
315       <returns>true if this token is capable of being in the canceled state; otherwise, false.</returns>
316     </member>
317     <member name="M:System.Threading.CancellationToken.Equals(System.Object)">
318       <summary>Determines whether the current <see cref="T:System.Threading.CancellationToken"></see> instance is equal to the specified <see cref="T:System.Object"></see>.</summary>
319       <param name="other">The other object to which to compare this instance.</param>
320       <returns>true if <paramref name="other">other</paramref> is a <see cref="T:System.Threading.CancellationToken"></see> and if the two instances are equal; otherwise, false. Two tokens are equal if they are associated with the same <see cref="T:System.Threading.CancellationTokenSource"></see> or if they were both constructed from public <see cref="T:System.Threading.CancellationToken"></see> constructors and their <see cref="P:System.Threading.CancellationToken.IsCancellationRequested"></see> values are equal.</returns>
321       <exception cref="T:System.ObjectDisposedException">An associated <see cref="T:System.Threading.CancellationTokenSource"></see> has been disposed.</exception>
322     </member>
323     <member name="M:System.Threading.CancellationToken.Equals(System.Threading.CancellationToken)">
324       <summary>Determines whether the current <see cref="T:System.Threading.CancellationToken"></see> instance is equal to the specified token.</summary>
325       <param name="other">The other <see cref="T:System.Threading.CancellationToken"></see> to which to compare this instance.</param>
326       <returns>true if the instances are equal; otherwise, false. Two tokens are equal if they are associated with the same <see cref="T:System.Threading.CancellationTokenSource"></see> or if they were both constructed from public <see cref="T:System.Threading.CancellationToken"></see> constructors and their <see cref="P:System.Threading.CancellationToken.IsCancellationRequested"></see> values are equal.</returns>
327     </member>
328     <member name="M:System.Threading.CancellationToken.GetHashCode">
329       <summary>Serves as a hash function for a <see cref="T:System.Threading.CancellationToken"></see>.</summary>
330       <returns>A hash code for the current <see cref="T:System.Threading.CancellationToken"></see> instance.</returns>
331     </member>
332     <member name="P:System.Threading.CancellationToken.IsCancellationRequested">
333       <summary>Gets whether cancellation has been requested for this token.</summary>
334       <returns>true if cancellation has been requested for this token; otherwise, false.</returns>
335     </member>
336     <member name="P:System.Threading.CancellationToken.None">
337       <summary>Returns an empty <see cref="T:System.Threading.CancellationToken"></see> value.</summary>
338       <returns>An empty cancellation token.</returns>
339     </member>
340     <member name="M:System.Threading.CancellationToken.op_Equality(System.Threading.CancellationToken,System.Threading.CancellationToken)">
341       <summary>Determines whether two <see cref="T:System.Threading.CancellationToken"></see> instances are equal.</summary>
342       <param name="left">The first instance.</param>
343       <param name="right">The second instance.</param>
344       <returns>true if the instances are equal; otherwise, false.</returns>
345       <exception cref="T:System.ObjectDisposedException">An associated <see cref="T:System.Threading.CancellationTokenSource"></see> has been disposed.</exception>
346     </member>
347     <member name="M:System.Threading.CancellationToken.op_Inequality(System.Threading.CancellationToken,System.Threading.CancellationToken)">
348       <summary>Determines whether two <see cref="T:System.Threading.CancellationToken"></see> instances are not equal.</summary>
349       <param name="left">The first instance.</param>
350       <param name="right">The second instance.</param>
351       <returns>true if the instances are not equal; otherwise, false.</returns>
352       <exception cref="T:System.ObjectDisposedException">An associated <see cref="T:System.Threading.CancellationTokenSource"></see> has been disposed.</exception>
353     </member>
354     <member name="M:System.Threading.CancellationToken.Register(System.Action)">
355       <summary>Registers a delegate that will be called when this <see cref="T:System.Threading.CancellationToken"></see> is canceled.</summary>
356       <param name="callback">The delegate to be executed when the <see cref="T:System.Threading.CancellationToken"></see> is canceled.</param>
357       <returns>The <see cref="T:System.Threading.CancellationTokenRegistration"></see> instance that can be used to deregister the callback.</returns>
358       <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource"></see> has been disposed.</exception>
359       <exception cref="T:System.ArgumentNullException"><paramref name="callback">callback</paramref> is null.</exception>
360     </member>
361     <member name="M:System.Threading.CancellationToken.Register(System.Action,System.Boolean)">
362       <summary>Registers a delegate that will be called when this <see cref="T:System.Threading.CancellationToken"></see> is canceled.</summary>
363       <param name="callback">The delegate to be executed when the <see cref="T:System.Threading.CancellationToken"></see> is canceled.</param>
364       <param name="useSynchronizationContext">A value that indicates whether to capture the current <see cref="T:System.Threading.SynchronizationContext"></see> and use it when invoking the callback.</param>
365       <returns>The <see cref="T:System.Threading.CancellationTokenRegistration"></see> instance that can be used to deregister the callback.</returns>
366       <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource"></see> has been disposed.</exception>
367       <exception cref="T:System.ArgumentNullException"><paramref name="callback">callback</paramref> is null.</exception>
368     </member>
369     <member name="M:System.Threading.CancellationToken.Register(System.Action{System.Object},System.Object)">
370       <summary>Registers a delegate that will be called when this <see cref="T:System.Threading.CancellationToken"></see> is canceled.</summary>
371       <param name="callback">The delegate to be executed when the <see cref="T:System.Threading.CancellationToken"></see> is canceled.</param>
372       <param name="state">The state to pass to the callback when the delegate is invoked. This may be null.</param>
373       <returns>The <see cref="T:System.Threading.CancellationTokenRegistration"></see> instance that can be used to deregister the callback.</returns>
374       <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource"></see> has been disposed.</exception>
375       <exception cref="T:System.ArgumentNullException"><paramref name="callback">callback</paramref> is null.</exception>
376     </member>
377     <member name="M:System.Threading.CancellationToken.Register(System.Action{System.Object},System.Object,System.Boolean)">
378       <summary>Registers a delegate that will be called when this <see cref="T:System.Threading.CancellationToken"></see> is canceled.</summary>
379       <param name="callback">The delegate to be executed when the <see cref="T:System.Threading.CancellationToken"></see> is canceled.</param>
380       <param name="state">The state to pass to the callback when the delegate is invoked. This may be null.</param>
381       <param name="useSynchronizationContext">A Boolean value that indicates whether to capture the current <see cref="T:System.Threading.SynchronizationContext"></see> and use it when invoking the callback.</param>
382       <returns>The <see cref="T:System.Threading.CancellationTokenRegistration"></see> instance that can be used to deregister the callback.</returns>
383       <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource"></see> has been disposed.</exception>
384       <exception cref="T:System.ArgumentNullException"><paramref name="callback">callback</paramref> is null.</exception>
385     </member>
386     <member name="M:System.Threading.CancellationToken.ThrowIfCancellationRequested">
387       <summary>Throws a <see cref="T:System.OperationCanceledException"></see> if this token has had cancellation requested.</summary>
388       <exception cref="T:System.OperationCanceledException">The token has had cancellation requested.</exception>
389       <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource"></see> has been disposed.</exception>
390     </member>
391     <member name="P:System.Threading.CancellationToken.WaitHandle">
392       <summary>Gets a <see cref="T:System.Threading.WaitHandle"></see> that is signaled when the token is canceled.</summary>
393       <returns>A <see cref="T:System.Threading.WaitHandle"></see> that is signaled when the token is canceled.</returns>
394       <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource"></see> has been disposed.</exception>
395     </member>
396     <member name="T:System.Threading.CancellationTokenRegistration">
397       <summary>Represents a callback delegate that has been registered with a <see cref="T:System.Threading.CancellationToken"></see>.</summary>
398     </member>
399     <member name="M:System.Threading.CancellationTokenRegistration.Dispose">
400       <summary>Releases all resources used by the current instance of the <see cref="T:System.Threading.CancellationTokenRegistration"></see> class.</summary>
401     </member>
402     <member name="M:System.Threading.CancellationTokenRegistration.Equals(System.Object)">
403       <summary>Determines whether the current <see cref="T:System.Threading.CancellationTokenRegistration"></see> instance is equal to the specified <see cref="T:System.Threading.CancellationTokenRegistration"></see>.</summary>
404       <param name="obj">The other object to which to compare this instance.</param>
405       <returns>True, if both this and <paramref name="obj">obj</paramref> are equal. False, otherwise.   Two <see cref="T:System.Threading.CancellationTokenRegistration"></see> instances are equal if they both refer to the output of a single call to the same Register method of a <see cref="T:System.Threading.CancellationToken"></see>.</returns>
406     </member>
407     <member name="M:System.Threading.CancellationTokenRegistration.Equals(System.Threading.CancellationTokenRegistration)">
408       <summary>Determines whether the current <see cref="T:System.Threading.CancellationTokenRegistration"></see> instance is equal to the specified <see cref="T:System.Threading.CancellationTokenRegistration"></see>.</summary>
409       <param name="other">The other <see cref="T:System.Threading.CancellationTokenRegistration"></see> to which to compare this instance.</param>
410       <returns>True, if both this and <paramref name="other">other</paramref> are equal. False, otherwise.   Two <see cref="T:System.Threading.CancellationTokenRegistration"></see> instances are equal if they both refer to the output of a single call to the same Register method of a <see cref="T:System.Threading.CancellationToken"></see>.</returns>
411     </member>
412     <member name="M:System.Threading.CancellationTokenRegistration.GetHashCode">
413       <summary>Serves as a hash function for a <see cref="T:System.Threading.CancellationTokenRegistration"></see>.</summary>
414       <returns>A hash code for the current <see cref="T:System.Threading.CancellationTokenRegistration"></see> instance.</returns>
415     </member>
416     <member name="M:System.Threading.CancellationTokenRegistration.op_Equality(System.Threading.CancellationTokenRegistration,System.Threading.CancellationTokenRegistration)">
417       <summary>Determines whether two <see cref="T:System.Threading.CancellationTokenRegistration"></see> instances are equal.</summary>
418       <param name="left">The first instance.</param>
419       <param name="right">The second instance.</param>
420       <returns>True if the instances are equal; otherwise, false.</returns>
421     </member>
422     <member name="M:System.Threading.CancellationTokenRegistration.op_Inequality(System.Threading.CancellationTokenRegistration,System.Threading.CancellationTokenRegistration)">
423       <summary>Determines whether two <see cref="T:System.Threading.CancellationTokenRegistration"></see> instances are not equal.</summary>
424       <param name="left">The first instance.</param>
425       <param name="right">The second instance.</param>
426       <returns>True if the instances are not equal; otherwise, false.</returns>
427     </member>
428     <member name="T:System.Threading.CancellationTokenSource">
429       <summary>Signals to a <see cref="T:System.Threading.CancellationToken"></see> that it should be canceled.</summary>
430     </member>
431     <member name="M:System.Threading.CancellationTokenSource.#ctor">
432       <summary>Initializes a new instance of the <see cref="T:System.Threading.CancellationTokenSource"></see> class.</summary>
433     </member>
434     <member name="M:System.Threading.CancellationTokenSource.#ctor(System.Int32)">
435       <summary>Initializes a new instance of the <see cref="T:System.Threading.CancellationTokenSource"></see> class that will be canceled after the specified delay in milliseconds.</summary>
436       <param name="millisecondsDelay">The time interval in milliseconds to wait before canceling this <see cref="T:System.Threading.CancellationTokenSource"></see>.</param>
437       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="millisecondsDelay">millisecondsDelay</paramref> is less than -1.</exception>
438     </member>
439     <member name="M:System.Threading.CancellationTokenSource.#ctor(System.TimeSpan)">
440       <summary>Initializes a new instance of the <see cref="T:System.Threading.CancellationTokenSource"></see> class that will be canceled after the specified time span.</summary>
441       <param name="delay">The time interval to wait before canceling this <see cref="T:System.Threading.CancellationTokenSource"></see>.</param>
442       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="delay">delay</paramref>.<see cref="P:System.TimeSpan.TotalMilliseconds"></see> is less than -1 or greater than <see cref="F:System.Int32.MaxValue"></see>.</exception>
443     </member>
444     <member name="M:System.Threading.CancellationTokenSource.Cancel">
445       <summary>Communicates a request for cancellation.</summary>
446       <exception cref="T:System.ObjectDisposedException">This <see cref="T:System.Threading.CancellationTokenSource"></see> has been disposed.</exception>
447       <exception cref="T:System.AggregateException">An aggregate exception containing all the exceptions thrown by the registered callbacks on the associated <see cref="T:System.Threading.CancellationToken"></see>.</exception>
448     </member>
449     <member name="M:System.Threading.CancellationTokenSource.Cancel(System.Boolean)">
450       <summary>Communicates a request for cancellation, and specifies whether remaining callbacks and cancelable operations should be processed.</summary>
451       <param name="throwOnFirstException">true if exceptions should immediately propagate; otherwise, false.</param>
452       <exception cref="T:System.ObjectDisposedException">This <see cref="T:System.Threading.CancellationTokenSource"></see> has been disposed.</exception>
453       <exception cref="T:System.AggregateException">An aggregate exception containing all the exceptions thrown by the registered callbacks on the associated <see cref="T:System.Threading.CancellationToken"></see>.</exception>
454     </member>
455     <member name="M:System.Threading.CancellationTokenSource.CancelAfter(System.Int32)">
456       <summary>Schedules a cancel operation on this <see cref="T:System.Threading.CancellationTokenSource"></see> after the specified number of milliseconds.</summary>
457       <param name="millisecondsDelay">The time span to wait before canceling this <see cref="T:System.Threading.CancellationTokenSource"></see>.</param>
458       <exception cref="T:System.ObjectDisposedException">The exception thrown when this <see cref="T:System.Threading.CancellationTokenSource"></see> has been disposed.</exception>
459       <exception cref="T:System.ArgumentOutOfRangeException">The exception thrown when <paramref name="millisecondsDelay">millisecondsDelay</paramref> is less than -1.</exception>
460     </member>
461     <member name="M:System.Threading.CancellationTokenSource.CancelAfter(System.TimeSpan)">
462       <summary>Schedules a cancel operation on this <see cref="T:System.Threading.CancellationTokenSource"></see> after the specified time span.</summary>
463       <param name="delay">The time span to wait before canceling this <see cref="T:System.Threading.CancellationTokenSource"></see>.</param>
464       <exception cref="T:System.ObjectDisposedException">The exception thrown when this <see cref="T:System.Threading.CancellationTokenSource"></see> has been disposed.</exception>
465       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when <paramref name="delay">delay</paramref> is less than -1 or greater than Int32.MaxValue.</exception>
466     </member>
467     <member name="M:System.Threading.CancellationTokenSource.CreateLinkedTokenSource(System.Threading.CancellationToken[])">
468       <summary>Creates a <see cref="T:System.Threading.CancellationTokenSource"></see> that will be in the canceled state when any of the source tokens in the specified array are in the canceled state.</summary>
469       <param name="tokens">An array that contains the cancellation token instances to observe.</param>
470       <returns>A <see cref="T:System.Threading.CancellationTokenSource"></see> that is linked to the source tokens.</returns>
471       <exception cref="T:System.ObjectDisposedException">A <see cref="T:System.Threading.CancellationTokenSource"></see> associated with one of the source tokens has been disposed.</exception>
472       <exception cref="T:System.ArgumentNullException"><paramref name="tokens">tokens</paramref> is null.</exception>
473       <exception cref="T:System.ArgumentException"><paramref name="tokens">tokens</paramref> is empty.</exception>
474     </member>
475     <member name="M:System.Threading.CancellationTokenSource.CreateLinkedTokenSource(System.Threading.CancellationToken,System.Threading.CancellationToken)">
476       <summary>Creates a <see cref="T:System.Threading.CancellationTokenSource"></see> that will be in the canceled state when any of the source tokens are in the canceled state.</summary>
477       <param name="token1">The first cancellation token to observe.</param>
478       <param name="token2">The second cancellation token to observe.</param>
479       <returns>A <see cref="T:System.Threading.CancellationTokenSource"></see> that is linked to the source tokens.</returns>
480       <exception cref="T:System.ObjectDisposedException">A <see cref="T:System.Threading.CancellationTokenSource"></see> associated with one of the source tokens has been disposed.</exception>
481     </member>
482     <member name="M:System.Threading.CancellationTokenSource.Dispose">
483       <summary>Releases all resources used by the current instance of the <see cref="T:System.Threading.CancellationTokenSource"></see> class.</summary>
484     </member>
485     <member name="M:System.Threading.CancellationTokenSource.Dispose(System.Boolean)">
486       <summary>Releases the unmanaged resources used by the <see cref="T:System.Threading.CancellationTokenSource"></see> class and optionally releases the managed resources.</summary>
487       <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
488     </member>
489     <member name="P:System.Threading.CancellationTokenSource.IsCancellationRequested">
490       <summary>Gets whether cancellation has been requested for this <see cref="T:System.Threading.CancellationTokenSource"></see>.</summary>
491       <returns>true if cancellation has been requested for this <see cref="T:System.Threading.CancellationTokenSource"></see>; otherwise, false.</returns>
492     </member>
493     <member name="P:System.Threading.CancellationTokenSource.Token">
494       <summary>Gets the <see cref="T:System.Threading.CancellationToken"></see> associated with this <see cref="T:System.Threading.CancellationTokenSource"></see>.</summary>
495       <returns>The <see cref="T:System.Threading.CancellationToken"></see> associated with this <see cref="T:System.Threading.CancellationTokenSource"></see>.</returns>
496       <exception cref="T:System.ObjectDisposedException">The token source has been disposed.</exception>
497     </member>
498     <member name="T:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair">
499       <summary>Provides task schedulers that coordinate to execute tasks while ensuring that concurrent tasks may run concurrently and exclusive tasks never do.</summary>
500     </member>
501     <member name="M:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.#ctor">
502       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair"></see> class.</summary>
503     </member>
504     <member name="M:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.#ctor(System.Threading.Tasks.TaskScheduler)">
505       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair"></see> class that targets the specified scheduler.</summary>
506       <param name="taskScheduler">The target scheduler on which this pair should execute.</param>
507     </member>
508     <member name="M:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.#ctor(System.Threading.Tasks.TaskScheduler,System.Int32)">
509       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair"></see> class that targets the specified scheduler with a maximum concurrency level.</summary>
510       <param name="taskScheduler">The target scheduler on which this pair should execute.</param>
511       <param name="maxConcurrencyLevel">The maximum number of tasks to run concurrently.</param>
512     </member>
513     <member name="M:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.#ctor(System.Threading.Tasks.TaskScheduler,System.Int32,System.Int32)">
514       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair"></see> class that targets the specified scheduler with a maximum concurrency level and a maximum number of scheduled tasks that may be processed as a unit.</summary>
515       <param name="taskScheduler">The target scheduler on which this pair should execute.</param>
516       <param name="maxConcurrencyLevel">The maximum number of tasks to run concurrently.</param>
517       <param name="maxItemsPerTask">The maximum number of tasks to process for each underlying scheduled task used by the pair.</param>
518     </member>
519     <member name="M:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.Complete">
520       <summary>Informs the scheduler pair that it should not accept any more tasks.</summary>
521     </member>
522     <member name="P:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.Completion">
523       <summary>Gets a <see cref="T:System.Threading.Tasks.Task"></see> that will complete when the scheduler has completed processing.</summary>
524       <returns>The asynchronous operation that will complete when the scheduler finishes processing.</returns>
525     </member>
526     <member name="P:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.ConcurrentScheduler">
527       <summary>Gets a <see cref="T:System.Threading.Tasks.TaskScheduler"></see> that can be used to schedule tasks to this pair that may run concurrently with other tasks on this pair.</summary>
528       <returns>An object that can be used to schedule tasks concurrently.</returns>
529     </member>
530     <member name="P:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.ExclusiveScheduler">
531       <summary>Gets a <see cref="T:System.Threading.Tasks.TaskScheduler"></see> that can be used to schedule tasks to this pair that must run exclusively with regards to other tasks on this pair.</summary>
532       <returns>An object that can be used to schedule tasks that do not run concurrently with other tasks.</returns>
533     </member>
534     <member name="T:System.Threading.Tasks.Task`1">
535       <summary>Represents an asynchronous operation that can return a value.</summary>
536       <typeparam name="TResult">The type of the result produced by this <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
537     </member>
538     <member name="M:System.Threading.Tasks.Task`1.#ctor(System.Func{`0})">
539       <summary>Initializes a new <see cref="T:System.Threading.Tasks.Task`1"></see> with the specified function.</summary>
540       <param name="function">The delegate that represents the code to execute in the task. When the function has completed, the task's <see cref="P:System.Threading.Tasks.Task`1.Result"></see> property will be set to return the result value of the function.</param>
541       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.</exception>
542     </member>
543     <member name="M:System.Threading.Tasks.Task`1.#ctor(System.Func{System.Object,`0},System.Object)">
544       <summary>Initializes a new <see cref="T:System.Threading.Tasks.Task`1"></see> with the specified function and state.</summary>
545       <param name="function">The delegate that represents the code to execute in the task. When the function has completed, the task's <see cref="P:System.Threading.Tasks.Task`1.Result"></see> property will be set to return the result value of the function.</param>
546       <param name="state">An object representing data to be used by the action.</param>
547       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.</exception>
548     </member>
549     <member name="M:System.Threading.Tasks.Task`1.#ctor(System.Func{`0},System.Threading.CancellationToken)">
550       <summary>Initializes a new <see cref="T:System.Threading.Tasks.Task`1"></see> with the specified function.</summary>
551       <param name="function">The delegate that represents the code to execute in the task. When the function has completed, the task's <see cref="P:System.Threading.Tasks.Task`1.Result"></see> property will be set to return the result value of the function.</param>
552       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> to be assigned to this task.</param>
553       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
554       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.</exception>
555     </member>
556     <member name="M:System.Threading.Tasks.Task`1.#ctor(System.Func{`0},System.Threading.Tasks.TaskCreationOptions)">
557       <summary>Initializes a new <see cref="T:System.Threading.Tasks.Task`1"></see> with the specified function and creation options.</summary>
558       <param name="function">The delegate that represents the code to execute in the task. When the function has completed, the task's <see cref="P:System.Threading.Tasks.Task`1.Result"></see> property will be set to return the result value of the function.</param>
559       <param name="creationOptions">The <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see> used to customize the task's behavior.</param>
560       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see>.</exception>
561       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.</exception>
562     </member>
563     <member name="M:System.Threading.Tasks.Task`1.#ctor(System.Func{System.Object,`0},System.Object,System.Threading.CancellationToken)">
564       <summary>Initializes a new <see cref="T:System.Threading.Tasks.Task`1"></see> with the specified action, state, and options.</summary>
565       <param name="function">The delegate that represents the code to execute in the task. When the function has completed, the task's <see cref="P:System.Threading.Tasks.Task`1.Result"></see> property will be set to return the result value of the function.</param>
566       <param name="state">An object representing data to be used by the function.</param>
567       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> to be assigned to the new task.</param>
568       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
569       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.</exception>
570     </member>
571     <member name="M:System.Threading.Tasks.Task`1.#ctor(System.Func{System.Object,`0},System.Object,System.Threading.Tasks.TaskCreationOptions)">
572       <summary>Initializes a new <see cref="T:System.Threading.Tasks.Task`1"></see> with the specified action, state, and options.</summary>
573       <param name="function">The delegate that represents the code to execute in the task. When the function has completed, the task's <see cref="P:System.Threading.Tasks.Task`1.Result"></see> property will be set to return the result value of the function.</param>
574       <param name="state">An object representing data to be used by the function.</param>
575       <param name="creationOptions">The <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see> used to customize the task's behavior.</param>
576       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see>.</exception>
577       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.</exception>
578     </member>
579     <member name="M:System.Threading.Tasks.Task`1.#ctor(System.Func{`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions)">
580       <summary>Initializes a new <see cref="T:System.Threading.Tasks.Task`1"></see> with the specified function and creation options.</summary>
581       <param name="function">The delegate that represents the code to execute in the task. When the function has completed, the task's <see cref="P:System.Threading.Tasks.Task`1.Result"></see> property will be set to return the result value of the function.</param>
582       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new task.</param>
583       <param name="creationOptions">The <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see> used to customize the task's behavior.</param>
584       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
585       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see>.</exception>
586       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.</exception>
587     </member>
588     <member name="M:System.Threading.Tasks.Task`1.#ctor(System.Func{System.Object,`0},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions)">
589       <summary>Initializes a new <see cref="T:System.Threading.Tasks.Task`1"></see> with the specified action, state, and options.</summary>
590       <param name="function">The delegate that represents the code to execute in the task. When the function has completed, the task's <see cref="P:System.Threading.Tasks.Task`1.Result"></see> property will be set to return the result value of the function.</param>
591       <param name="state">An object representing data to be used by the function.</param>
592       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> to be assigned to the new task.</param>
593       <param name="creationOptions">The <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see> used to customize the task's behavior.</param>
594       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
595       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see>.</exception>
596       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.</exception>
597     </member>
598     <member name="M:System.Threading.Tasks.Task`1.ConfigureAwait(System.Boolean)">
599       <summary>Configures an awaiter used to await this <see cref="T:System.Threading.Tasks.Task`1"></see>.</summary>
600       <param name="continueOnCapturedContext">true to attempt to marshal the continuation back to the original context captured; otherwise, false.</param>
601       <returns>An object used to await this task.</returns>
602     </member>
603     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0},System.Object},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
604       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1"></see> completes.</summary>
605       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate will be  passed the completed task and the caller-supplied state object as arguments.</param>
606       <param name="state">An object representing data to be used by the continuation action.</param>
607       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new continuation task.</param>
608       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled"></see>, as  well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</param>
609       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to associate with the continuation task and to use for its  execution.</param>
610       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
611       <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
612       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</exception>
613       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
614     </member>
615     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
616       <summary>Creates a continuation that executes according the condition specified in <paramref name="continuationOptions">continuationOptions</paramref>.</summary>
617       <param name="continuationAction">An action to run according the condition specified in continuationOptions. When run, the delegate will be passed the completed task as an argument.</param>
618       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new continuation task.</param>
619       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled"></see>, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</param>
620       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to associate with the continuation task and to use for its execution.</param>
621       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
622       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1"></see> has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
623       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction">continuationAction</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
624       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</exception>
625     </member>
626     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0},System.Object},System.Object,System.Threading.Tasks.TaskScheduler)">
627       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1"></see> completes.</summary>
628       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate will be passed the completed task and the caller-supplied state object as arguments.</param>
629       <param name="state">An object representing data to be used by the continuation action.</param>
630       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to associate with the continuation task and to use for its execution.</param>
631       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
632       <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
633     </member>
634     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0},System.Object},System.Object,System.Threading.CancellationToken)">
635       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1"></see> completes.</summary>
636       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate will be  passed the completed task and the caller-supplied state object as arguments.</param>
637       <param name="state">An object representing data to be used by the continuation action.</param>
638       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new continuation task.</param>
639       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
640       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
641       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
642     </member>
643     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0},System.Object},System.Object,System.Threading.Tasks.TaskContinuationOptions)">
644       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1"></see> completes.</summary>
645       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate will be  passed the completed task and the caller-supplied state object as arguments.</param>
646       <param name="state">An object representing data to be used by the continuation action.</param>
647       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such  as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled"></see>, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</param>
648       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
649       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
650       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</exception>
651     </member>
652     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}},System.Threading.Tasks.TaskContinuationOptions)">
653       <summary>Creates a continuation that executes according the condition specified in <paramref name="continuationOptions">continuationOptions</paramref>.</summary>
654       <param name="continuationAction">An action to according the condition specified in continuationOptions. When run, the delegate will be passed the completed task as an argument.</param>
655       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled"></see>, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</param>
656       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
657       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1"></see> has been disposed.</exception>
658       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
659       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</exception>
660     </member>
661     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}},System.Threading.CancellationToken)">
662       <summary>Creates a cancelable continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task`1"></see> completes.</summary>
663       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate is passed the completed task as an argument.</param>
664       <param name="cancellationToken">The cancellation token that is passed to the new continuation task.</param>
665       <returns>A new continuation task.</returns>
666       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1"></see> has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has been disposed.</exception>
667       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
668     </member>
669     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0},System.Object},System.Object)">
670       <summary>Creates a continuation that that is passed state information and that executes when the target <see cref="T:System.Threading.Tasks.Task`1"></see> completes.</summary>
671       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate is   passed the completed task and the caller-supplied state object as arguments.</param>
672       <param name="state">An object representing data to be used by the continuation action.</param>
673       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
674       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
675     </member>
676     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}})">
677       <summary>Creates a continuation that executes asynchronously when the target task completes.</summary>
678       <param name="continuationAction">An action to run when the antecedent <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate will be passed the completed task as an argument.</param>
679       <returns>A new continuation task.</returns>
680       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1"></see> has been disposed.</exception>
681       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
682     </member>
683     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}},System.Threading.Tasks.TaskScheduler)">
684       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task`1"></see> completes.</summary>
685       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate will be passed the completed task as an argument.</param>
686       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to associate with the continuation task and to use for its execution.</param>
687       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
688       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1"></see> has been disposed.</exception>
689       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction">continuationAction</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
690     </member>
691     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},System.Object,``0},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
692       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1"></see> completes.</summary>
693       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate will be  passed the completed task and the caller-supplied state object as arguments.</param>
694       <param name="state">An object representing data to be used by the continuation function.</param>
695       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new task.</param>
696       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled"></see>, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</param>
697       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to associate with the continuation task and to use for its execution.</param>
698       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
699       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
700       <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
701       <exception cref="T:System.ArgumentOutOfRangeException">The  <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</exception>
702       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
703     </member>
704     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},``0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
705       <summary>Creates a continuation that executes according the condition specified in <paramref name="continuationOptions">continuationOptions</paramref>.</summary>
706       <param name="continuationFunction">A function to run according the condition specified in continuationOptions.   When run, the delegate will be passed as an argument this completed task.</param>
707       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new task.</param>
708       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled"></see>, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</param>
709       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to associate with the continuation task and to use for its execution.</param>
710       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
711       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
712       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1"></see> has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
713       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
714       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</exception>
715     </member>
716     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},System.Object,``0},System.Object,System.Threading.Tasks.TaskScheduler)">
717       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1"></see> completes.</summary>
718       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate will be passed the completed task and the caller-supplied state object as arguments.</param>
719       <param name="state">An object representing data to be used by the continuation function.</param>
720       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to associate with the continuation task and to use for its execution.</param>
721       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
722       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
723       <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
724     </member>
725     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},System.Object,``0},System.Object,System.Threading.Tasks.TaskContinuationOptions)">
726       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1"></see> completes.</summary>
727       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate will be  passed the completed task and the caller-supplied state object as arguments.</param>
728       <param name="state">An object representing data to be used by the continuation function.</param>
729       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled"></see>, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</param>
730       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
731       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
732       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
733       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</exception>
734     </member>
735     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},System.Object,``0},System.Object,System.Threading.CancellationToken)">
736       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1"></see> completes.</summary>
737       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate will be passed the completed task and the caller-supplied state object as arguments.</param>
738       <param name="state">An object representing data to be used by the continuation function.</param>
739       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new task.</param>
740       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
741       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
742       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
743       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
744     </member>
745     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},``0},System.Threading.Tasks.TaskContinuationOptions)">
746       <summary>Creates a continuation that executes according the condition specified in <paramref name="continuationOptions">continuationOptions</paramref>.</summary>
747       <param name="continuationFunction">A function to run according the condition specified in continuationOptions.   When run, the delegate will be passed the completed task as an argument.</param>
748       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled"></see>, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</param>
749       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
750       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
751       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1"></see> has been disposed.</exception>
752       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
753       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</exception>
754     </member>
755     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},``0},System.Threading.CancellationToken)">
756       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task`1"></see> completes.</summary>
757       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate will be passed the completed task as an argument.</param>
758       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new task.</param>
759       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
760       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
761       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1"></see> has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
762       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
763     </member>
764     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},System.Object,``0},System.Object)">
765       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1"></see> completes.</summary>
766       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate will be passed the completed task and the caller-supplied state object as arguments.</param>
767       <param name="state">An object representing data to be used by the continuation function.</param>
768       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
769       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
770       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
771     </member>
772     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},``0})">
773       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task`1"></see> completes.</summary>
774       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate will be passed the completed task as an argument.</param>
775       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
776       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
777       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1"></see> has been disposed.</exception>
778       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
779     </member>
780     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},``0},System.Threading.Tasks.TaskScheduler)">
781       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task`1"></see> completes.</summary>
782       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate will be passed the completed task as an argument.</param>
783       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to associate with the continuation task and to use for its execution.</param>
784       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
785       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
786       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1"></see> has been disposed.</exception>
787       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
788     </member>
789     <member name="P:System.Threading.Tasks.Task`1.Factory">
790       <summary>Provides access to factory methods for creating and configuring <see cref="T:System.Threading.Tasks.Task`1"></see> instances.</summary>
791       <returns>A factory object that can create a variety of <see cref="T:System.Threading.Tasks.Task`1"></see> objects.</returns>
792     </member>
793     <member name="M:System.Threading.Tasks.Task`1.GetAwaiter">
794       <summary>Gets an awaiter used to await this <see cref="T:System.Threading.Tasks.Task`1"></see>.</summary>
795       <returns>An awaiter instance.</returns>
796     </member>
797     <member name="P:System.Threading.Tasks.Task`1.Result">
798       <summary>Gets the result value of this <see cref="T:System.Threading.Tasks.Task`1"></see>.</summary>
799       <returns>The result value of this <see cref="T:System.Threading.Tasks.Task`1"></see>, which is the same type as the task's type parameter.</returns>
800       <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions"></see> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException"></see> object.   -or-   An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions"></see> collection contains information about the exception or exceptions.</exception>
801     </member>
802     <member name="T:System.Threading.Tasks.Task">
803       <summary>Represents an asynchronous operation.</summary>
804     </member>
805     <member name="M:System.Threading.Tasks.Task.#ctor(System.Action)">
806       <summary>Initializes a new <see cref="T:System.Threading.Tasks.Task"></see> with the specified action.</summary>
807       <param name="action">The delegate that represents the code to execute in the task.</param>
808       <exception cref="T:System.ArgumentNullException">The <paramref name="action">action</paramref> argument is null.</exception>
809     </member>
810     <member name="M:System.Threading.Tasks.Task.#ctor(System.Action,System.Threading.CancellationToken)">
811       <summary>Initializes a new <see cref="T:System.Threading.Tasks.Task"></see> with the specified action and <see cref="T:System.Threading.CancellationToken"></see>.</summary>
812       <param name="action">The delegate that represents the code to execute in the task.</param>
813       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that the new  task will observe.</param>
814       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
815       <exception cref="T:System.ArgumentNullException">The <paramref name="action">action</paramref> argument is null.</exception>
816     </member>
817     <member name="M:System.Threading.Tasks.Task.#ctor(System.Action,System.Threading.Tasks.TaskCreationOptions)">
818       <summary>Initializes a new <see cref="T:System.Threading.Tasks.Task"></see> with the specified action and creation options.</summary>
819       <param name="action">The delegate that represents the code to execute in the task.</param>
820       <param name="creationOptions">The <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see> used to customize the task's behavior.</param>
821       <exception cref="T:System.ArgumentNullException">The <paramref name="action">action</paramref> argument is null.</exception>
822       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see>.</exception>
823     </member>
824     <member name="M:System.Threading.Tasks.Task.#ctor(System.Action{System.Object},System.Object)">
825       <summary>Initializes a new <see cref="T:System.Threading.Tasks.Task"></see> with the specified action and state.</summary>
826       <param name="action">The delegate that represents the code to execute in the task.</param>
827       <param name="state">An object representing data to be used by the action.</param>
828       <exception cref="T:System.ArgumentNullException">The <paramref name="action">action</paramref> argument is null.</exception>
829     </member>
830     <member name="M:System.Threading.Tasks.Task.#ctor(System.Action,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions)">
831       <summary>Initializes a new <see cref="T:System.Threading.Tasks.Task"></see> with the specified action and creation options.</summary>
832       <param name="action">The delegate that represents the code to execute in the task.</param>
833       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that the new task will observe.</param>
834       <param name="creationOptions">The <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see> used to customize the task's behavior.</param>
835       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
836       <exception cref="T:System.ArgumentNullException">The <paramref name="action">action</paramref> argument is null.</exception>
837       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see>.</exception>
838     </member>
839     <member name="M:System.Threading.Tasks.Task.#ctor(System.Action{System.Object},System.Object,System.Threading.CancellationToken)">
840       <summary>Initializes a new <see cref="T:System.Threading.Tasks.Task"></see> with the specified action, state, and options.</summary>
841       <param name="action">The delegate that represents the code to execute in the task.</param>
842       <param name="state">An object representing data to be used by the action.</param>
843       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that that the new task will observe.</param>
844       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
845       <exception cref="T:System.ArgumentNullException">The <paramref name="action">action</paramref> argument is null.</exception>
846     </member>
847     <member name="M:System.Threading.Tasks.Task.#ctor(System.Action{System.Object},System.Object,System.Threading.Tasks.TaskCreationOptions)">
848       <summary>Initializes a new <see cref="T:System.Threading.Tasks.Task"></see> with the specified action, state, and options.</summary>
849       <param name="action">The delegate that represents the code to execute in the task.</param>
850       <param name="state">An object representing data to be used by the action.</param>
851       <param name="creationOptions">The <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see> used to customize the task's behavior.</param>
852       <exception cref="T:System.ArgumentNullException">The <paramref name="action">action</paramref> argument is null.</exception>
853       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see>.</exception>
854     </member>
855     <member name="M:System.Threading.Tasks.Task.#ctor(System.Action{System.Object},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions)">
856       <summary>Initializes a new <see cref="T:System.Threading.Tasks.Task"></see> with the specified action, state, and options.</summary>
857       <param name="action">The delegate that represents the code to execute in the task.</param>
858       <param name="state">An object representing data to be used by the action.</param>
859       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that that the new task will observe..</param>
860       <param name="creationOptions">The <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see> used to customize the task's behavior.</param>
861       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
862       <exception cref="T:System.ArgumentNullException">The <paramref name="action">action</paramref> argument is null.</exception>
863       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see>.</exception>
864     </member>
865     <member name="P:System.Threading.Tasks.Task.AsyncState">
866       <summary>Gets the state object supplied when the <see cref="T:System.Threading.Tasks.Task"></see> was created, or null if none was supplied.</summary>
867       <returns>An <see cref="T:System.Object"></see> that represents the state data that was passed in to the task when it was created.</returns>
868     </member>
869     <member name="P:System.Threading.Tasks.Task.CompletedTask">
870       <summary>Gets a task that has already completed successfully.</summary>
871       <returns>The successfully completed task.</returns>
872     </member>
873     <member name="M:System.Threading.Tasks.Task.ConfigureAwait(System.Boolean)">
874       <summary>Configures an awaiter used to await this <see cref="T:System.Threading.Tasks.Task"></see>.</summary>
875       <param name="continueOnCapturedContext">true to attempt to marshal the continuation back to the original context captured; otherwise, false.</param>
876       <returns>An object used to await this task.</returns>
877     </member>
878     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task,System.Object},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
879       <summary>Creates a continuation that receives caller-supplied state information and a cancellation token and that executes when the target <see cref="T:System.Threading.Tasks.Task"></see> completes. The continuation executes based on a set of specified conditions and uses a specified scheduler.</summary>
880       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task"></see> completes. When run, the delegate will be  passed the completed task and the caller-supplied state object as arguments.</param>
881       <param name="state">An object representing data to be used by the continuation action.</param>
882       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new continuation task.</param>
883       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled"></see>, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</param>
884       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to associate with the continuation task and to use for its  execution.</param>
885       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
886       <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
887       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</exception>
888       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
889     </member>
890     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
891       <summary>Creates a continuation that executes when the target task competes according to the specified <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>. The continuation receives a cancellation token and uses a specified scheduler.</summary>
892       <param name="continuationAction">An action to run according to the specified continuationOptions. When run, the delegate will be passed the completed task as an argument.</param>
893       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that will be assigned to the new continuation task.</param>
894       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled"></see>, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</param>
895       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to associate with the continuation task and to use for its execution.</param>
896       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
897       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource"></see> that created the token has already been disposed.</exception>
898       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction">continuationAction</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
899       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</exception>
900     </member>
901     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task,System.Object},System.Object,System.Threading.Tasks.TaskScheduler)">
902       <summary>Creates a continuation that receives caller-supplied state information and executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task"></see> completes. The continuation uses a specified scheduler.</summary>
903       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task"></see> completes.  When run, the delegate will be  passed the completed task and the caller-supplied state object as arguments.</param>
904       <param name="state">An object representing data to be used by the continuation action.</param>
905       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to associate with the continuation task and to use for its execution.</param>
906       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
907       <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
908     </member>
909     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task,System.Object},System.Object,System.Threading.Tasks.TaskContinuationOptions)">
910       <summary>Creates a continuation that receives caller-supplied state information and executes when the target <see cref="T:System.Threading.Tasks.Task"></see> completes. The continuation executes based on a set of specified conditions.</summary>
911       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task"></see> completes. When run, the delegate will be  passed the completed task and the caller-supplied state object as arguments.</param>
912       <param name="state">An object representing data to be used by the continuation action.</param>
913       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled"></see>, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</param>
914       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
915       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
916       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</exception>
917     </member>
918     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task,System.Object},System.Object,System.Threading.CancellationToken)">
919       <summary>Creates a continuation that receives caller-supplied state information and a cancellation token and that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task"></see> completes.</summary>
920       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task"></see> completes. When run, the delegate will be passed the completed task and the caller-supplied state object as arguments.</param>
921       <param name="state">An object representing data to be used by the continuation action.</param>
922       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new continuation task.</param>
923       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
924       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
925       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
926     </member>
927     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task,System.Object},System.Object)">
928       <summary>Creates a continuation that receives caller-supplied state information and executes when the target <see cref="T:System.Threading.Tasks.Task"></see> completes.</summary>
929       <param name="continuationAction">An action to run when the task completes. When run, the delegate is passed the completed task and a caller-supplied state object as arguments.</param>
930       <param name="state">An object representing data to be used by the continuation action.</param>
931       <returns>A new continuation task.</returns>
932       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
933     </member>
934     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task},System.Threading.Tasks.TaskContinuationOptions)">
935       <summary>Creates a continuation that executes when the target task completes according to the specified <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</summary>
936       <param name="continuationAction">An action to run according to the specified continuationOptions. When run, the delegate will be passed the completed task as an argument.</param>
937       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled"></see>, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</param>
938       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
939       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
940       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</exception>
941     </member>
942     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task},System.Threading.CancellationToken)">
943       <summary>Creates a continuation that receives a cancellation token and executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task"></see> completes.</summary>
944       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task"></see> completes. When run, the delegate will be passed the completed task as an argument.</param>
945       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that will be assigned to the new continuation task.</param>
946       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
947       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource"></see> that created the token has already been disposed.</exception>
948       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
949     </member>
950     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task})">
951       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task"></see> completes.</summary>
952       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task"></see> completes. When run, the delegate will be passed the completed task as an argument.</param>
953       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
954       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
955     </member>
956     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task},System.Threading.Tasks.TaskScheduler)">
957       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task"></see> completes. The continuation uses a specified scheduler.</summary>
958       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task"></see> completes. When run, the delegate will be passed the completed task as an argument.</param>
959       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to associate with the continuation task and to use for its execution.</param>
960       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
961       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> has been disposed.</exception>
962       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction">continuationAction</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
963     </member>
964     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,System.Object,``0},System.Object,System.Threading.Tasks.TaskContinuationOptions)">
965       <summary>Creates a continuation that executes based on the specified task continuation options when the target <see cref="T:System.Threading.Tasks.Task"></see> completes. The continuation receives caller-supplied state information.</summary>
966       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task"></see> completes. When run, the delegate will be  passed the completed task and the caller-supplied state object as arguments.</param>
967       <param name="state">An object representing data to be used by the continuation function.</param>
968       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled"></see>, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</param>
969       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
970       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
971       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
972       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</exception>
973     </member>
974     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,System.Object,``0},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
975       <summary>Creates a continuation that executes based on the specified task continuation options when the target <see cref="T:System.Threading.Tasks.Task"></see> completes and returns a value. The continuation receives caller-supplied state information and a cancellation token and uses the specified scheduler.</summary>
976       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task"></see> completes. When run, the delegate will be  passed the completed task and the caller-supplied state object as arguments.</param>
977       <param name="state">An object representing data to be used by the continuation function.</param>
978       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new continuation task.</param>
979       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled"></see>, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</param>
980       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to associate with the continuation task and to use for its  execution.</param>
981       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
982       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
983       <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
984       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</exception>
985       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
986     </member>
987     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,``0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
988       <summary>Creates a continuation that executes according to the specified continuation options and returns a value. The continuation is passed a cancellation token and uses a specified scheduler.</summary>
989       <param name="continuationFunction">A function to run according to the specified continuationOptions. When run, the delegate will be passed the completed task as an argument.</param>
990       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that will be assigned to the new continuation task.</param>
991       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled"></see>, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</param>
992       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to associate with the continuation task and to use for its execution.</param>
993       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
994       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
995       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created the token has already been disposed.</exception>
996       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
997       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</exception>
998     </member>
999     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,System.Object,``0},System.Object,System.Threading.Tasks.TaskScheduler)">
1000       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task"></see> completes. The continuation receives caller-supplied state information and uses a specified scheduler.</summary>
1001       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task"></see> completes.  When run, the delegate will be  passed the completed task and the caller-supplied state object as arguments.</param>
1002       <param name="state">An object representing data to be used by the continuation function.</param>
1003       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to associate with the continuation task and to use for its execution.</param>
1004       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
1005       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
1006       <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
1007     </member>
1008     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,System.Object,``0},System.Object,System.Threading.CancellationToken)">
1009       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task"></see> completes and returns a value. The continuation receives caller-supplied state information and a cancellation token.</summary>
1010       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task"></see> completes. When run, the delegate will be  passed the completed task and the caller-supplied state object as arguments.</param>
1011       <param name="state">An object representing data to be used by the continuation function.</param>
1012       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new continuation task.</param>
1013       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
1014       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
1015       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
1016       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
1017     </member>
1018     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,System.Object,``0},System.Object)">
1019       <summary>Creates a continuation that receives caller-supplied state information and executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task"></see> completes and returns a value.</summary>
1020       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task"></see> completes. When run, the delegate will be passed the completed task and the caller-supplied state object as arguments.</param>
1021       <param name="state">An object representing data to be used by the continuation function.</param>
1022       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
1023       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
1024       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
1025     </member>
1026     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,``0},System.Threading.Tasks.TaskContinuationOptions)">
1027       <summary>Creates a continuation that executes according to the specified continuation options and returns a value.</summary>
1028       <param name="continuationFunction">A function to run according to the condition specified in continuationOptions. When run, the delegate will be passed the completed task as an argument.</param>
1029       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled"></see>, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</param>
1030       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
1031       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
1032       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> has been disposed.</exception>
1033       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
1034       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see>.</exception>
1035     </member>
1036     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,``0},System.Threading.CancellationToken)">
1037       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task"></see> completes and returns a value. The continuation receives a cancellation token.</summary>
1038       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task"></see> completes. When run, the delegate will be passed the completed task as an argument.</param>
1039       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that will be assigned to the new continuation task.</param>
1040       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
1041       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
1042       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created the token has already been disposed.</exception>
1043       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
1044     </member>
1045     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,``0})">
1046       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task`1"></see> completes and returns a value.</summary>
1047       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task`1"></see> completes. When run, the delegate will be passed the completed task as an argument.</param>
1048       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
1049       <returns>A new continuation task.</returns>
1050       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> has been disposed.</exception>
1051       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
1052     </member>
1053     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,``0},System.Threading.Tasks.TaskScheduler)">
1054       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task"></see> completes and returns a value. The continuation uses a specified scheduler.</summary>
1055       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task"></see> completes. When run, the delegate will be passed the completed task as an argument.</param>
1056       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to associate with the continuation task and to use for its execution.</param>
1057       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
1058       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
1059       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> has been disposed.</exception>
1060       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
1061     </member>
1062     <member name="P:System.Threading.Tasks.Task.CreationOptions">
1063       <summary>Gets the <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see> used to create this task.</summary>
1064       <returns>The <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see> used to create this task.</returns>
1065     </member>
1066     <member name="P:System.Threading.Tasks.Task.CurrentId">
1067       <summary>Returns the ID of the currently executing <see cref="T:System.Threading.Tasks.Task"></see>.</summary>
1068       <returns>An integer that was assigned by the system to the currently-executing task.</returns>
1069     </member>
1070     <member name="M:System.Threading.Tasks.Task.Delay(System.TimeSpan,System.Threading.CancellationToken)">
1071       <summary>Creates a cancellable task that completes after a specified time interval.</summary>
1072       <param name="delay">The time span to wait before completing the returned task, or TimeSpan.FromMilliseconds(-1) to wait indefinitely.</param>
1073       <param name="cancellationToken">The cancellation token that will be checked prior to completing the returned task.</param>
1074       <returns>A task that represents the time delay.</returns>
1075       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="delay">delay</paramref> represents a negative time interval other than TimeSpan.FromMillseconds(-1).   -or-   The <paramref name="delay">delay</paramref> argument's <see cref="P:System.TimeSpan.TotalMilliseconds"></see> property is greater than <see cref="F:System.Int32.MaxValue"></see>.</exception>
1076       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
1077       <exception cref="T:System.ObjectDisposedException">The provided <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
1078     </member>
1079     <member name="M:System.Threading.Tasks.Task.Delay(System.Int32,System.Threading.CancellationToken)">
1080       <summary>Creates a cancellable task that completes after a time delay.</summary>
1081       <param name="millisecondsDelay">The number of milliseconds to wait before completing the returned task, or -1 to wait indefinitely.</param>
1082       <param name="cancellationToken">The cancellation token that will be checked prior to completing the returned task.</param>
1083       <returns>A task that represents the time delay.</returns>
1084       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="millisecondsDelay">millisecondsDelay</paramref> argument is less than -1.</exception>
1085       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
1086       <exception cref="T:System.ObjectDisposedException">The provided <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
1087     </member>
1088     <member name="M:System.Threading.Tasks.Task.Delay(System.Int32)">
1089       <summary>Creates a task that completes after a time delay.</summary>
1090       <param name="millisecondsDelay">The number of milliseconds to wait before completing the returned task, or -1 to wait indefinitely.</param>
1091       <returns>A task that represents the time delay.</returns>
1092       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="millisecondsDelay">millisecondsDelay</paramref> argument is less than -1.</exception>
1093     </member>
1094     <member name="M:System.Threading.Tasks.Task.Delay(System.TimeSpan)">
1095       <summary>Creates a task that completes after a specified time interval.</summary>
1096       <param name="delay">The time span to wait before completing the returned task, or TimeSpan.FromMilliseconds(-1) to wait indefinitely.</param>
1097       <returns>A task that represents the time delay.</returns>
1098       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="delay">delay</paramref> represents a negative time interval other than TimeSpan.FromMillseconds(-1).   -or-   The <paramref name="delay">delay</paramref> argument's <see cref="P:System.TimeSpan.TotalMilliseconds"></see> property is greater than <see cref="F:System.Int32.MaxValue"></see>.</exception>
1099     </member>
1100     <member name="P:System.Threading.Tasks.Task.Exception">
1101       <summary>Gets the <see cref="T:System.AggregateException"></see> that caused the <see cref="T:System.Threading.Tasks.Task"></see> to end prematurely. If the <see cref="T:System.Threading.Tasks.Task"></see> completed successfully or has not yet thrown any exceptions, this will return null.</summary>
1102       <returns>The <see cref="T:System.AggregateException"></see> that caused the <see cref="T:System.Threading.Tasks.Task"></see> to end prematurely.</returns>
1103     </member>
1104     <member name="P:System.Threading.Tasks.Task.Factory">
1105       <summary>Provides access to factory methods for creating and configuring <see cref="T:System.Threading.Tasks.Task"></see> and <see cref="T:System.Threading.Tasks.Task`1"></see> instances.</summary>
1106       <returns>A factory object that can create a variety of <see cref="T:System.Threading.Tasks.Task"></see> and <see cref="T:System.Threading.Tasks.Task`1"></see> objects.</returns>
1107     </member>
1108     <member name="M:System.Threading.Tasks.Task.FromCanceled(System.Threading.CancellationToken)">
1109       <summary>Creates a <see cref="T:System.Threading.Tasks.Task"></see> that's completed due to cancellation with a specified cancellation token.</summary>
1110       <param name="cancellationToken">The cancellation token with which to complete the task.</param>
1111       <returns>The canceled task.</returns>
1112       <exception cref="T:System.ArgumentOutOfRangeException">Cancellation has not been requested for <paramref name="cancellationToken">cancellationToken</paramref>; its <see cref="P:System.Threading.CancellationToken.IsCancellationRequested"></see> property is false.</exception>
1113     </member>
1114     <member name="M:System.Threading.Tasks.Task.FromCanceled``1(System.Threading.CancellationToken)">
1115       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"></see> that's completed due to cancellation with a specified cancellation token.</summary>
1116       <param name="cancellationToken">The cancellation token with which to complete the task.</param>
1117       <typeparam name="TResult">The type of the result returned by the task.</typeparam>
1118       <returns>The canceled task.</returns>
1119       <exception cref="T:System.ArgumentOutOfRangeException">Cancellation has not been requested for <paramref name="cancellationToken">cancellationToken</paramref>; its <see cref="P:System.Threading.CancellationToken.IsCancellationRequested"></see> property is false.</exception>
1120     </member>
1121     <member name="M:System.Threading.Tasks.Task.FromException(System.Exception)">
1122       <summary>Creates a <see cref="T:System.Threading.Tasks.Task"></see> that has completed with a specified exception.</summary>
1123       <param name="exception">The exception with which to complete the task.</param>
1124       <returns>The faulted task.</returns>
1125     </member>
1126     <member name="M:System.Threading.Tasks.Task.FromException``1(System.Exception)">
1127       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"></see> that's completed with a specified exception.</summary>
1128       <param name="exception">The exception with which to complete the task.</param>
1129       <typeparam name="TResult">The type of the result returned by the task.</typeparam>
1130       <returns>The faulted task.</returns>
1131     </member>
1132     <member name="M:System.Threading.Tasks.Task.FromResult``1(``0)">
1133       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"></see> that's completed successfully with the specified result.</summary>
1134       <param name="result">The result to store into the completed task.</param>
1135       <typeparam name="TResult">The type of the result returned by the task.</typeparam>
1136       <returns>The successfully completed task.</returns>
1137     </member>
1138     <member name="M:System.Threading.Tasks.Task.GetAwaiter">
1139       <summary>Gets an awaiter used to await this <see cref="T:System.Threading.Tasks.Task"></see>.</summary>
1140       <returns>An awaiter instance.</returns>
1141     </member>
1142     <member name="P:System.Threading.Tasks.Task.Id">
1143       <summary>Gets an ID for this <see cref="T:System.Threading.Tasks.Task"></see> instance.</summary>
1144       <returns>The identifier that is assigned by the system to this <see cref="T:System.Threading.Tasks.Task"></see> instance.</returns>
1145     </member>
1146     <member name="P:System.Threading.Tasks.Task.IsCanceled">
1147       <summary>Gets whether this <see cref="T:System.Threading.Tasks.Task"></see> instance has completed execution due to being canceled.</summary>
1148       <returns>true if the task has completed due to being canceled; otherwise false.</returns>
1149     </member>
1150     <member name="P:System.Threading.Tasks.Task.IsCompleted">
1151       <summary>Gets whether this <see cref="T:System.Threading.Tasks.Task"></see> has completed.</summary>
1152       <returns>true if the task has completed; otherwise false.</returns>
1153     </member>
1154     <member name="P:System.Threading.Tasks.Task.IsFaulted">
1155       <summary>Gets whether the <see cref="T:System.Threading.Tasks.Task"></see> completed due to an unhandled exception.</summary>
1156       <returns>true if the task has thrown an unhandled exception; otherwise false.</returns>
1157     </member>
1158     <member name="M:System.Threading.Tasks.Task.Run(System.Action)">
1159       <summary>Queues the specified work to run on the thread pool and returns a <see cref="T:System.Threading.Tasks.Task"></see> object that represents that work.</summary>
1160       <param name="action">The work to execute asynchronously</param>
1161       <returns>A task that represents the work queued to execute in the ThreadPool.</returns>
1162       <exception cref="T:System.ArgumentNullException">The <paramref name="action">action</paramref> parameter was null.</exception>
1163     </member>
1164     <member name="M:System.Threading.Tasks.Task.Run(System.Func{System.Threading.Tasks.Task})">
1165       <summary>Queues the specified work to run on the thread pool and returns a proxy for the  task returned by <paramref name="function">function</paramref>.</summary>
1166       <param name="function">The work to execute asynchronously</param>
1167       <returns>A task that represents a proxy for the task returned by <paramref name="function">function</paramref>.</returns>
1168       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> parameter was null.</exception>
1169     </member>
1170     <member name="M:System.Threading.Tasks.Task.Run(System.Action,System.Threading.CancellationToken)">
1171       <summary>Queues the specified work to run on the thread pool and returns a <see cref="T:System.Threading.Tasks.Task"></see> object that represents that work. A cancellation token allows the work to be cancelled.</summary>
1172       <param name="action">The work to execute asynchronously</param>
1173       <param name="cancellationToken">A cancellation token that can be used to cancel the work</param>
1174       <returns>A task that represents the work queued to execute in the thread pool.</returns>
1175       <exception cref="T:System.ArgumentNullException">The <paramref name="action">action</paramref> parameter was null.</exception>
1176       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
1177       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource"></see> associated with <paramref name="cancellationToken">cancellationToken</paramref> was disposed.</exception>
1178     </member>
1179     <member name="M:System.Threading.Tasks.Task.Run(System.Func{System.Threading.Tasks.Task},System.Threading.CancellationToken)">
1180       <summary>Queues the specified work to run on the thread pool and returns a proxy for the task returned by <paramref name="function">function</paramref>.</summary>
1181       <param name="function">The work to execute asynchronously.</param>
1182       <param name="cancellationToken">A cancellation token that should be used to cancel the work.</param>
1183       <returns>A task that represents a proxy for the task returned by <paramref name="function">function</paramref>.</returns>
1184       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> parameter was null.</exception>
1185       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
1186       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource"></see> associated with <paramref name="cancellationToken">cancellationToken</paramref> was disposed.</exception>
1187     </member>
1188     <member name="M:System.Threading.Tasks.Task.Run``1(System.Func{``0},System.Threading.CancellationToken)">
1189       <summary>Queues the specified work to run on the thread pool and returns a Task(TResult) object that represents that work. A cancellation token allows the work to be cancelled.</summary>
1190       <param name="function">The work to execute asynchronously</param>
1191       <param name="cancellationToken">A cancellation token that should be used to cancel the work</param>
1192       <typeparam name="TResult">The result type of the task.</typeparam>
1193       <returns>A Task(TResult) that represents the work queued to execute in the thread pool.</returns>
1194       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> parameter is null.</exception>
1195       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
1196       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource"></see> associated with <paramref name="cancellationToken">cancellationToken</paramref> was disposed.</exception>
1197     </member>
1198     <member name="M:System.Threading.Tasks.Task.Run``1(System.Func{System.Threading.Tasks.Task{``0}},System.Threading.CancellationToken)">
1199       <summary>Queues the specified work to run on the thread pool and returns a proxy for the Task(TResult) returned by <paramref name="function">function</paramref>.</summary>
1200       <param name="function">The work to execute asynchronously</param>
1201       <param name="cancellationToken">A cancellation token that should be used to cancel the work</param>
1202       <typeparam name="TResult">The type of the result returned by the proxy task.</typeparam>
1203       <returns>A Task(TResult) that represents a proxy for the Task(TResult) returned by <paramref name="function">function</paramref>.</returns>
1204       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> parameter was null.</exception>
1205       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
1206       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource"></see> associated with <paramref name="cancellationToken">cancellationToken</paramref> was disposed.</exception>
1207     </member>
1208     <member name="M:System.Threading.Tasks.Task.Run``1(System.Func{System.Threading.Tasks.Task{``0}})">
1209       <summary>Queues the specified work to run on the thread pool and returns a proxy for the Task(TResult) returned by <paramref name="function">function</paramref>.</summary>
1210       <param name="function">The work to execute asynchronously</param>
1211       <typeparam name="TResult">The type of the result returned by the proxy task.</typeparam>
1212       <returns>A Task(TResult) that represents a proxy for the Task(TResult) returned by <paramref name="function">function</paramref>.</returns>
1213       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> parameter was null.</exception>
1214     </member>
1215     <member name="M:System.Threading.Tasks.Task.Run``1(System.Func{``0})">
1216       <summary>Queues the specified work to run on the thread pool and returns a <see cref="T:System.Threading.Tasks.Task`1"></see> object that represents that work.</summary>
1217       <param name="function">The work to execute asynchronously.</param>
1218       <typeparam name="TResult">The return type of the task.</typeparam>
1219       <returns>A task object that represents the work queued to execute in the thread pool.</returns>
1220       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> parameter is null.</exception>
1221     </member>
1222     <member name="M:System.Threading.Tasks.Task.RunSynchronously">
1223       <summary>Runs the <see cref="T:System.Threading.Tasks.Task"></see> synchronously on the current <see cref="T:System.Threading.Tasks.TaskScheduler"></see>.</summary>
1224       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> instance has been disposed.</exception>
1225       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Threading.Tasks.Task"></see> is not in a valid state to be started. It may have already been started, executed, or canceled, or it may have been created in a manner that doesn't support direct scheduling.</exception>
1226     </member>
1227     <member name="M:System.Threading.Tasks.Task.RunSynchronously(System.Threading.Tasks.TaskScheduler)">
1228       <summary>Runs the <see cref="T:System.Threading.Tasks.Task"></see> synchronously on the <see cref="T:System.Threading.Tasks.TaskScheduler"></see> provided.</summary>
1229       <param name="scheduler">The scheduler on which to attempt to run this task inline.</param>
1230       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> instance has been disposed.</exception>
1231       <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
1232       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Threading.Tasks.Task"></see> is not in a valid state to be started. It may have already been started, executed, or canceled, or it may have been created in a manner that doesn't support direct scheduling.</exception>
1233     </member>
1234     <member name="M:System.Threading.Tasks.Task.Start">
1235       <summary>Starts the <see cref="T:System.Threading.Tasks.Task"></see>, scheduling it for execution to the current <see cref="T:System.Threading.Tasks.TaskScheduler"></see>.</summary>
1236       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> instance has been disposed.</exception>
1237       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Threading.Tasks.Task"></see> is not in a valid state to be started. It may have already been started, executed, or canceled, or it may have been created in a manner that doesn't support direct scheduling.</exception>
1238     </member>
1239     <member name="M:System.Threading.Tasks.Task.Start(System.Threading.Tasks.TaskScheduler)">
1240       <summary>Starts the <see cref="T:System.Threading.Tasks.Task"></see>, scheduling it for execution to the specified <see cref="T:System.Threading.Tasks.TaskScheduler"></see>.</summary>
1241       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> with which to associate and execute this task.</param>
1242       <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
1243       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Threading.Tasks.Task"></see> is not in a valid state to be started. It may have already been started, executed, or canceled, or it may have been created in a manner that doesn't support direct scheduling.</exception>
1244       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> instance has been disposed.</exception>
1245       <exception cref="T:System.Threading.Tasks.TaskSchedulerException">The scheduler was unable to queue this task.</exception>
1246     </member>
1247     <member name="P:System.Threading.Tasks.Task.Status">
1248       <summary>Gets the <see cref="T:System.Threading.Tasks.TaskStatus"></see> of this task.</summary>
1249       <returns>The current <see cref="T:System.Threading.Tasks.TaskStatus"></see> of this task instance.</returns>
1250     </member>
1251     <member name="M:System.Threading.Tasks.Task.Wait(System.TimeSpan)">
1252       <summary>Waits for the <see cref="T:System.Threading.Tasks.Task"></see> to complete execution within a specified time interval.</summary>
1253       <param name="timeout">A <see cref="T:System.TimeSpan"></see> that represents the number of milliseconds to wait, or a <see cref="T:System.TimeSpan"></see> that represents -1 milliseconds to wait indefinitely.</param>
1254       <returns>true if the <see cref="T:System.Threading.Tasks.Task"></see> completed execution within the allotted time; otherwise, false.</returns>
1255       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> has been disposed.</exception>
1256       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="timeout">timeout</paramref> is a negative number other than -1 milliseconds, which represents an infinite time-out.   -or-  <paramref name="timeout">timeout</paramref> is greater than <see cref="F:System.Int32.MaxValue"></see>.</exception>
1257       <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions"></see> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException"></see> object.   -or-   An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions"></see> collection contains information about the exception or exceptions.</exception>
1258     </member>
1259     <member name="M:System.Threading.Tasks.Task.Wait(System.Int32,System.Threading.CancellationToken)">
1260       <summary>Waits for the <see cref="T:System.Threading.Tasks.Task"></see> to complete execution. The wait terminates if a timeout interval elapses or a cancellation token is canceled before the task completes.</summary>
1261       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite"></see> (-1) to wait indefinitely.</param>
1262       <param name="cancellationToken">A cancellation token to observe while waiting for the task to complete.</param>
1263       <returns>true if the <see cref="T:System.Threading.Tasks.Task"></see> completed execution within the allotted time; otherwise, false.</returns>
1264       <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken">cancellationToken</paramref> was canceled.</exception>
1265       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> has been disposed.</exception>
1266       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="millisecondsTimeout">millisecondsTimeout</paramref> is a negative number other than -1, which represents an infinite time-out.</exception>
1267       <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions"></see> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException"></see> object.   -or-   An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions"></see> collection contains information about the exception or exceptions.</exception>
1268     </member>
1269     <member name="M:System.Threading.Tasks.Task.Wait(System.Threading.CancellationToken)">
1270       <summary>Waits for the <see cref="T:System.Threading.Tasks.Task"></see> to complete execution. The wait terminates if a cancellation token is canceled before the task completes.</summary>
1271       <param name="cancellationToken">A cancellation token to observe while waiting for the task to complete.</param>
1272       <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken">cancellationToken</paramref> was canceled.</exception>
1273       <exception cref="T:System.ObjectDisposedException">The task has been disposed.</exception>
1274       <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions"></see> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException"></see> object.   -or-   An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions"></see> collection contains information about the exception or exceptions.</exception>
1275     </member>
1276     <member name="M:System.Threading.Tasks.Task.Wait(System.Int32)">
1277       <summary>Waits for the <see cref="T:System.Threading.Tasks.Task"></see> to complete execution within a specified number of milliseconds.</summary>
1278       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite"></see> (-1) to wait indefinitely.</param>
1279       <returns>true if the <see cref="T:System.Threading.Tasks.Task"></see> completed execution within the allotted time; otherwise, false.</returns>
1280       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> has been disposed.</exception>
1281       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="millisecondsTimeout">millisecondsTimeout</paramref> is a negative number other than -1, which represents an infinite time-out.</exception>
1282       <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions"></see> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException"></see> object.   -or-   An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions"></see> collection contains information about the exception or exceptions.</exception>
1283     </member>
1284     <member name="M:System.Threading.Tasks.Task.Wait">
1285       <summary>Waits for the <see cref="T:System.Threading.Tasks.Task"></see> to complete execution.</summary>
1286       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> has been disposed.</exception>
1287       <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions"></see> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException"></see> object.   -or-   An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions"></see> collection contains information about the exception or exceptions.</exception>
1288     </member>
1289     <member name="M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[])">
1290       <summary>Waits for all of the provided <see cref="T:System.Threading.Tasks.Task"></see> objects to complete execution.</summary>
1291       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task"></see> instances on which to wait.</param>
1292       <exception cref="T:System.ObjectDisposedException">One or more of the <see cref="T:System.Threading.Tasks.Task"></see> objects in <paramref name="tasks">tasks</paramref> has been disposed.</exception>
1293       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument is null.</exception>
1294       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> argument contains a null element.   -or-   The <paramref name="tasks">tasks</paramref> argument is an empty array.</exception>
1295       <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task"></see> instances was canceled. If a task was canceled, the <see cref="T:System.AggregateException"></see> exception contains an <see cref="T:System.OperationCanceledException"></see> exception in its <see cref="P:System.AggregateException.InnerExceptions"></see> collection.   -or-   An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task"></see> instances.</exception>
1296     </member>
1297     <member name="M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32)">
1298       <summary>Waits for all of the provided <see cref="T:System.Threading.Tasks.Task"></see> objects to complete execution within a specified number of milliseconds.</summary>
1299       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task"></see> instances on which to wait.</param>
1300       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite"></see> (-1) to wait indefinitely.</param>
1301       <returns>true if all of the <see cref="T:System.Threading.Tasks.Task"></see> instances completed execution within the allotted time; otherwise, false.</returns>
1302       <exception cref="T:System.ObjectDisposedException">One or more of the <see cref="T:System.Threading.Tasks.Task"></see> objects in <paramref name="tasks">tasks</paramref> has been disposed.</exception>
1303       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument is null.</exception>
1304       <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task"></see> instances was canceled. If a task was canceled, the <see cref="T:System.AggregateException"></see> contains an <see cref="T:System.OperationCanceledException"></see> in its <see cref="P:System.AggregateException.InnerExceptions"></see> collection.   -or-   An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task"></see> instances.</exception>
1305       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="millisecondsTimeout">millisecondsTimeout</paramref> is a negative number other than -1, which represents an infinite time-out.</exception>
1306       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> argument contains a null element.   -or-   The <paramref name="tasks">tasks</paramref> argument is an empty array.</exception>
1307     </member>
1308     <member name="M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Threading.CancellationToken)">
1309       <summary>Waits for all of the provided <see cref="T:System.Threading.Tasks.Task"></see> objects to complete execution unless the wait is cancelled.</summary>
1310       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task"></see> instances on which to wait.</param>
1311       <param name="cancellationToken">A <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> to observe while waiting for the tasks to complete.</param>
1312       <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken">cancellationToken</paramref> was canceled.</exception>
1313       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument is null.</exception>
1314       <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task"></see> instances was canceled. If a task was canceled, the <see cref="T:System.AggregateException"></see> contains an <see cref="T:System.OperationCanceledException"></see> in its <see cref="P:System.AggregateException.InnerExceptions"></see> collection.   -or-   An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task"></see> instances.</exception>
1315       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> argument contains a null element.   -or-   The <paramref name="tasks">tasks</paramref> argument is an empty array.</exception>
1316       <exception cref="T:System.ObjectDisposedException">One or more of the <see cref="T:System.Threading.Tasks.Task"></see> objects in <paramref name="tasks">tasks</paramref> has been disposed.</exception>
1317     </member>
1318     <member name="M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.TimeSpan)">
1319       <summary>Waits for all of the provided cancellable <see cref="T:System.Threading.Tasks.Task"></see> objects to complete execution within a specified time interval.</summary>
1320       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task"></see> instances on which to wait.</param>
1321       <param name="timeout">A <see cref="T:System.TimeSpan"></see> that represents the number of milliseconds to wait, or a <see cref="T:System.TimeSpan"></see> that represents -1 milliseconds to wait indefinitely.</param>
1322       <returns>true if all of the <see cref="T:System.Threading.Tasks.Task"></see> instances completed execution within the allotted time; otherwise, false.</returns>
1323       <exception cref="T:System.ObjectDisposedException">One or more of the <see cref="T:System.Threading.Tasks.Task"></see> objects in <paramref name="tasks">tasks</paramref> has been disposed.</exception>
1324       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument is null.</exception>
1325       <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task"></see> instances was canceled. If a task was canceled, the <see cref="T:System.AggregateException"></see> contains an <see cref="T:System.OperationCanceledException"></see> in its <see cref="P:System.AggregateException.InnerExceptions"></see> collection.   -or-   An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task"></see> instances.</exception>
1326       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="timeout">timeout</paramref> is a negative number other than -1 milliseconds, which represents an infinite time-out.   -or-  <paramref name="timeout">timeout</paramref> is greater than <see cref="F:System.Int32.MaxValue"></see>.</exception>
1327       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> argument contains a null element.   -or-   The <paramref name="tasks">tasks</paramref> argument is an empty array.</exception>
1328     </member>
1329     <member name="M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken)">
1330       <summary>Waits for all of the provided <see cref="T:System.Threading.Tasks.Task"></see> objects to complete execution within a specified number of milliseconds or until the wait is cancelled.</summary>
1331       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task"></see> instances on which to wait.</param>
1332       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite"></see> (-1) to wait indefinitely.</param>
1333       <param name="cancellationToken">A <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> to observe while waiting for the tasks to complete.</param>
1334       <returns>true if all of the <see cref="T:System.Threading.Tasks.Task"></see> instances completed execution within the allotted time; otherwise, false.</returns>
1335       <exception cref="T:System.ObjectDisposedException">One or more of the <see cref="T:System.Threading.Tasks.Task"></see> objects in <paramref name="tasks">tasks</paramref> has been disposed.</exception>
1336       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument is null.</exception>
1337       <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task"></see> instances was canceled. If a task was canceled, the <see cref="T:System.AggregateException"></see> contains an <see cref="T:System.OperationCanceledException"></see> in its <see cref="P:System.AggregateException.InnerExceptions"></see> collection.   -or-   An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task"></see> instances.</exception>
1338       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="millisecondsTimeout">millisecondsTimeout</paramref> is a negative number other than -1, which represents an infinite time-out.</exception>
1339       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> argument contains a null element.   -or-   The <paramref name="tasks">tasks</paramref> argument is an empty array.</exception>
1340       <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken">cancellationToken</paramref> was canceled.</exception>
1341     </member>
1342     <member name="M:System.Threading.Tasks.Task.WaitAny(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken)">
1343       <summary>Waits for any of the provided <see cref="T:System.Threading.Tasks.Task"></see> objects to complete execution within a specified number of milliseconds or until a cancellation token is cancelled.</summary>
1344       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task"></see> instances on which to wait.</param>
1345       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite"></see> (-1) to wait indefinitely.</param>
1346       <param name="cancellationToken">A <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> to observe while waiting for a task to complete.</param>
1347       <returns>The index of the completed task in the <paramref name="tasks">tasks</paramref> array argument, or -1 if the timeout occurred.</returns>
1348       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> has been disposed.</exception>
1349       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument is null.</exception>
1350       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="millisecondsTimeout">millisecondsTimeout</paramref> is a negative number other than -1, which represents an infinite time-out.</exception>
1351       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> argument contains a null element.</exception>
1352       <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken">cancellationToken</paramref> was canceled.</exception>
1353     </member>
1354     <member name="M:System.Threading.Tasks.Task.WaitAny(System.Threading.Tasks.Task[],System.TimeSpan)">
1355       <summary>Waits for any of the provided <see cref="T:System.Threading.Tasks.Task"></see> objects to complete execution within a specified time interval.</summary>
1356       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task"></see> instances on which to wait.</param>
1357       <param name="timeout">A <see cref="T:System.TimeSpan"></see> that represents the number of milliseconds to wait, or a <see cref="T:System.TimeSpan"></see> that represents -1 milliseconds to wait indefinitely.</param>
1358       <returns>The index of the completed task in the <paramref name="tasks">tasks</paramref> array argument, or -1 if the timeout occurred.</returns>
1359       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> has been disposed.</exception>
1360       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument is null.</exception>
1361       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="timeout">timeout</paramref> is a negative number other than -1 milliseconds, which represents an infinite time-out.   -or-  <paramref name="timeout">timeout</paramref> is greater than <see cref="F:System.Int32.MaxValue"></see>.</exception>
1362       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> argument contains a null element.</exception>
1363     </member>
1364     <member name="M:System.Threading.Tasks.Task.WaitAny(System.Threading.Tasks.Task[],System.Int32)">
1365       <summary>Waits for any of the provided <see cref="T:System.Threading.Tasks.Task"></see> objects to complete execution within a specified number of milliseconds.</summary>
1366       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task"></see> instances on which to wait.</param>
1367       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite"></see> (-1) to wait indefinitely.</param>
1368       <returns>The index of the completed task in the <paramref name="tasks">tasks</paramref> array argument, or -1 if the timeout occurred.</returns>
1369       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> has been disposed.</exception>
1370       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument is null.</exception>
1371       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="millisecondsTimeout">millisecondsTimeout</paramref> is a negative number other than -1, which represents an infinite time-out.</exception>
1372       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> argument contains a null element.</exception>
1373     </member>
1374     <member name="M:System.Threading.Tasks.Task.WaitAny(System.Threading.Tasks.Task[],System.Threading.CancellationToken)">
1375       <summary>Waits for any of the provided <see cref="T:System.Threading.Tasks.Task"></see> objects to complete execution unless the wait is cancelled.</summary>
1376       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task"></see> instances on which to wait.</param>
1377       <param name="cancellationToken">A <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> to observe while waiting for a task to complete.</param>
1378       <returns>The index of the completed task in the <paramref name="tasks">tasks</paramref> array argument.</returns>
1379       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> has been disposed.</exception>
1380       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument is null.</exception>
1381       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> argument contains a null element.</exception>
1382       <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken">cancellationToken</paramref> was canceled.</exception>
1383     </member>
1384     <member name="M:System.Threading.Tasks.Task.WaitAny(System.Threading.Tasks.Task[])">
1385       <summary>Waits for any of the provided <see cref="T:System.Threading.Tasks.Task"></see> objects to complete execution.</summary>
1386       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task"></see> instances on which to wait.</param>
1387       <returns>The index of the completed <see cref="T:System.Threading.Tasks.Task"></see> object in the <paramref name="tasks">tasks</paramref> array.</returns>
1388       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> has been disposed.</exception>
1389       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument is null.</exception>
1390       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> argument contains a null element.</exception>
1391     </member>
1392     <member name="M:System.Threading.Tasks.Task.WhenAll(System.Collections.Generic.IEnumerable{System.Threading.Tasks.Task})">
1393       <summary>Creates a task that will complete when all of the <see cref="T:System.Threading.Tasks.Task"></see> objects in an enumerable collection have completed.</summary>
1394       <param name="tasks">The tasks to wait on for completion.</param>
1395       <returns>A task that represents the completion of all of the supplied tasks.</returns>
1396       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument was null.</exception>
1397       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> collection contained a null task.</exception>
1398     </member>
1399     <member name="M:System.Threading.Tasks.Task.WhenAll(System.Threading.Tasks.Task[])">
1400       <summary>Creates a task that will complete when all of the <see cref="T:System.Threading.Tasks.Task"></see> objects in an array have completed.</summary>
1401       <param name="tasks">The tasks to wait on for completion.</param>
1402       <returns>A task that represents the completion of all of the supplied tasks.</returns>
1403       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument was null.</exception>
1404       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contained a null task.</exception>
1405     </member>
1406     <member name="M:System.Threading.Tasks.Task.WhenAll``1(System.Collections.Generic.IEnumerable{System.Threading.Tasks.Task{``0}})">
1407       <summary>Creates a task that will complete when all of the <see cref="T:System.Threading.Tasks.Task`1"></see> objects in an enumerable collection have completed.</summary>
1408       <param name="tasks">The tasks to wait on for completion.</param>
1409       <typeparam name="TResult">The type of the completed task.</typeparam>
1410       <returns>A task that represents the completion of all of the supplied tasks.</returns>
1411       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument was null.</exception>
1412       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> collection contained a null task.</exception>
1413     </member>
1414     <member name="M:System.Threading.Tasks.Task.WhenAll``1(System.Threading.Tasks.Task{``0}[])">
1415       <summary>Creates a task that will complete when all of the <see cref="T:System.Threading.Tasks.Task`1"></see> objects in an array have completed.</summary>
1416       <param name="tasks">The tasks to wait on for completion.</param>
1417       <typeparam name="TResult">The type of the completed task.</typeparam>
1418       <returns>A task that represents the completion of all of the supplied tasks.</returns>
1419       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument was null.</exception>
1420       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contained a null task.</exception>
1421     </member>
1422     <member name="M:System.Threading.Tasks.Task.WhenAny(System.Collections.Generic.IEnumerable{System.Threading.Tasks.Task})">
1423       <summary>Creates a task that will complete when any of the supplied tasks have completed.</summary>
1424       <param name="tasks">The tasks to wait on for completion.</param>
1425       <returns>A task that represents the completion of one of the supplied tasks.  The return task's Result is the task that completed.</returns>
1426       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument was null.</exception>
1427       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contained a null task, or was empty.</exception>
1428     </member>
1429     <member name="M:System.Threading.Tasks.Task.WhenAny(System.Threading.Tasks.Task[])">
1430       <summary>Creates a task that will complete when any of the supplied tasks have completed.</summary>
1431       <param name="tasks">The tasks to wait on for completion.</param>
1432       <returns>A task that represents the completion of one of the supplied tasks.  The return task's Result is the task that completed.</returns>
1433       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument was null.</exception>
1434       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contained a null task, or was empty.</exception>
1435     </member>
1436     <member name="M:System.Threading.Tasks.Task.WhenAny``1(System.Threading.Tasks.Task{``0}[])">
1437       <summary>Creates a task that will complete when any of the supplied tasks have completed.</summary>
1438       <param name="tasks">The tasks to wait on for completion.</param>
1439       <typeparam name="TResult">The type of the completed task.</typeparam>
1440       <returns>A task that represents the completion of one of the supplied tasks.  The return task's Result is the task that completed.</returns>
1441       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument was null.</exception>
1442       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contained a null task, or was empty.</exception>
1443     </member>
1444     <member name="M:System.Threading.Tasks.Task.WhenAny``1(System.Collections.Generic.IEnumerable{System.Threading.Tasks.Task{``0}})">
1445       <summary>Creates a task that will complete when any of the supplied tasks have completed.</summary>
1446       <param name="tasks">The tasks to wait on for completion.</param>
1447       <typeparam name="TResult">The type of the completed task.</typeparam>
1448       <returns>A task that represents the completion of one of the supplied tasks.  The return task's Result is the task that completed.</returns>
1449       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> argument was null.</exception>
1450       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contained a null task, or was empty.</exception>
1451     </member>
1452     <member name="M:System.Threading.Tasks.Task.Yield">
1453       <summary>Creates an awaitable task that asynchronously yields back to the current context when awaited.</summary>
1454       <returns>A context that, when awaited, will asynchronously transition back into the current context at the time of the await. If the current <see cref="T:System.Threading.SynchronizationContext"></see> is non-null, it is treated as the current context. Otherwise, the task scheduler that is associated with the currently executing task is treated as the current context.</returns>
1455     </member>
1456     <member name="P:System.Threading.Tasks.Task.System#IAsyncResult#AsyncWaitHandle">
1457       <summary>Gets a <see cref="T:System.Threading.WaitHandle"></see> that can be used to wait for the task to complete.</summary>
1458       <returns>A <see cref="T:System.Threading.WaitHandle"></see> that can be used to wait for the task to complete.</returns>
1459       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task"></see> has been disposed.</exception>
1460     </member>
1461     <member name="P:System.Threading.Tasks.Task.System#IAsyncResult#CompletedSynchronously">
1462       <summary>Gets an indication of whether the operation completed synchronously.</summary>
1463       <returns>true if the operation completed synchronously; otherwise, false.</returns>
1464     </member>
1465     <member name="T:System.Threading.Tasks.TaskCanceledException">
1466       <summary>Represents an exception used to communicate task cancellation.</summary>
1467     </member>
1468     <member name="M:System.Threading.Tasks.TaskCanceledException.#ctor">
1469       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskCanceledException"></see> class with a system-supplied message that describes the error.</summary>
1470     </member>
1471     <member name="M:System.Threading.Tasks.TaskCanceledException.#ctor(System.String)">
1472       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskCanceledException"></see> class with a specified message that describes the error.</summary>
1473       <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
1474     </member>
1475     <member name="M:System.Threading.Tasks.TaskCanceledException.#ctor(System.Threading.Tasks.Task)">
1476       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskCanceledException"></see> class with a reference to the <see cref="T:System.Threading.Tasks.Task"></see> that has been canceled.</summary>
1477       <param name="task">A task that has been canceled.</param>
1478     </member>
1479     <member name="M:System.Threading.Tasks.TaskCanceledException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1480       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskCanceledException"></see> class with serialized data.</summary>
1481       <param name="info">The object that holds the serialized object data.</param>
1482       <param name="context">The contextual information about the source or destination.</param>
1483     </member>
1484     <member name="M:System.Threading.Tasks.TaskCanceledException.#ctor(System.String,System.Exception)">
1485       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskCanceledException"></see> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
1486       <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
1487       <param name="innerException">The exception that is the cause of the current exception. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception.</param>
1488     </member>
1489     <member name="P:System.Threading.Tasks.TaskCanceledException.Task">
1490       <summary>Gets the task associated with this exception.</summary>
1491       <returns>A reference to the <see cref="T:System.Threading.Tasks.Task"></see> that is associated with this exception.</returns>
1492     </member>
1493     <member name="T:System.Threading.Tasks.TaskCompletionSource`1">
1494       <summary>Represents the producer side of a <see cref="T:System.Threading.Tasks.Task`1"></see> unbound to a delegate, providing access to the consumer side through the <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task"></see> property.</summary>
1495       <typeparam name="TResult">The type of the result value assocatied with this <see cref="T:System.Threading.Tasks.TaskCompletionSource`1"></see>.</typeparam>
1496     </member>
1497     <member name="M:System.Threading.Tasks.TaskCompletionSource`1.#ctor">
1498       <summary>Creates a <see cref="T:System.Threading.Tasks.TaskCompletionSource`1"></see>.</summary>
1499     </member>
1500     <member name="M:System.Threading.Tasks.TaskCompletionSource`1.#ctor(System.Object)">
1501       <summary>Creates a <see cref="T:System.Threading.Tasks.TaskCompletionSource`1"></see> with the specified state.</summary>
1502       <param name="state">The state to use as the underlying <see cref="T:System.Threading.Tasks.Task`1"></see>'s AsyncState.</param>
1503     </member>
1504     <member name="M:System.Threading.Tasks.TaskCompletionSource`1.#ctor(System.Threading.Tasks.TaskCreationOptions)">
1505       <summary>Creates a <see cref="T:System.Threading.Tasks.TaskCompletionSource`1"></see> with the specified options.</summary>
1506       <param name="creationOptions">The options to use when creating the underlying <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
1507       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> represent options invalid for use with a <see cref="T:System.Threading.Tasks.TaskCompletionSource`1"></see>.</exception>
1508     </member>
1509     <member name="M:System.Threading.Tasks.TaskCompletionSource`1.#ctor(System.Object,System.Threading.Tasks.TaskCreationOptions)">
1510       <summary>Creates a <see cref="T:System.Threading.Tasks.TaskCompletionSource`1"></see> with the specified state and options.</summary>
1511       <param name="state">The state to use as the underlying <see cref="T:System.Threading.Tasks.Task`1"></see>'s AsyncState.</param>
1512       <param name="creationOptions">The options to use when creating the underlying <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
1513       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> represent options invalid for use with a <see cref="T:System.Threading.Tasks.TaskCompletionSource`1"></see>.</exception>
1514     </member>
1515     <member name="M:System.Threading.Tasks.TaskCompletionSource`1.SetCanceled">
1516       <summary>Transitions the underlying <see cref="T:System.Threading.Tasks.Task`1"></see> into the <see cref="F:System.Threading.Tasks.TaskStatus.Canceled"></see> state.</summary>
1517       <exception cref="T:System.InvalidOperationException">The underlying <see cref="T:System.Threading.Tasks.Task`1"></see> is already in one of the three final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion"></see>, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted"></see>, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled"></see>, or if the underlying <see cref="T:System.Threading.Tasks.Task`1"></see> has already been disposed.</exception>
1518     </member>
1519     <member name="M:System.Threading.Tasks.TaskCompletionSource`1.SetException(System.Collections.Generic.IEnumerable{System.Exception})">
1520       <summary>Transitions the underlying <see cref="T:System.Threading.Tasks.Task`1"></see> into the <see cref="F:System.Threading.Tasks.TaskStatus.Faulted"></see> state and binds a collection of exception objects to it.</summary>
1521       <param name="exceptions">The collection of exceptions to bind to this <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
1522       <exception cref="T:System.ObjectDisposedException">The <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task"></see> was disposed.</exception>
1523       <exception cref="T:System.ArgumentNullException">The <paramref name="exceptions">exceptions</paramref> argument is null.</exception>
1524       <exception cref="T:System.ArgumentException">There are one or more null elements in <paramref name="exceptions">exceptions</paramref>.</exception>
1525       <exception cref="T:System.InvalidOperationException">The underlying <see cref="T:System.Threading.Tasks.Task`1"></see> is already in one of the three final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion"></see>, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted"></see>, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled"></see>.</exception>
1526     </member>
1527     <member name="M:System.Threading.Tasks.TaskCompletionSource`1.SetException(System.Exception)">
1528       <summary>Transitions the underlying <see cref="T:System.Threading.Tasks.Task`1"></see> into the <see cref="F:System.Threading.Tasks.TaskStatus.Faulted"></see> state and binds it to a specified exception.</summary>
1529       <param name="exception">The exception to bind to this <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
1530       <exception cref="T:System.ObjectDisposedException">The <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task"></see> was disposed.</exception>
1531       <exception cref="T:System.ArgumentNullException">The <paramref name="exception">exception</paramref> argument is null.</exception>
1532       <exception cref="T:System.InvalidOperationException">The underlying <see cref="T:System.Threading.Tasks.Task`1"></see> is already in one of the three final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion"></see>, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted"></see>, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled"></see>.</exception>
1533     </member>
1534     <member name="M:System.Threading.Tasks.TaskCompletionSource`1.SetResult(`0)">
1535       <summary>Transitions the underlying <see cref="T:System.Threading.Tasks.Task`1"></see> into the <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion"></see> state.</summary>
1536       <param name="result">The result value to bind to this <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
1537       <exception cref="T:System.ObjectDisposedException">The <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task"></see> was disposed.</exception>
1538       <exception cref="T:System.InvalidOperationException">The underlying <see cref="T:System.Threading.Tasks.Task`1"></see> is already in one of the three final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion"></see>, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted"></see>, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled"></see>.</exception>
1539     </member>
1540     <member name="P:System.Threading.Tasks.TaskCompletionSource`1.Task">
1541       <summary>Gets the <see cref="T:System.Threading.Tasks.Task`1"></see> created by this <see cref="T:System.Threading.Tasks.TaskCompletionSource`1"></see>.</summary>
1542       <returns>Returns the <see cref="T:System.Threading.Tasks.Task`1"></see> created by this <see cref="T:System.Threading.Tasks.TaskCompletionSource`1"></see>.</returns>
1543     </member>
1544     <member name="M:System.Threading.Tasks.TaskCompletionSource`1.TrySetCanceled">
1545       <summary>Attempts to transition the underlying <see cref="T:System.Threading.Tasks.Task`1"></see> into the <see cref="F:System.Threading.Tasks.TaskStatus.Canceled"></see> state.</summary>
1546       <returns>True if the operation was successful; false if the operation was unsuccessful or the object has already been disposed.</returns>
1547     </member>
1548     <member name="M:System.Threading.Tasks.TaskCompletionSource`1.TrySetCanceled(System.Threading.CancellationToken)">
1549       <summary>Attempts to transition the underlying <see cref="T:System.Threading.Tasks.Task`1"></see> into the <see cref="F:System.Threading.Tasks.TaskStatus.Canceled"></see> state and enables a cancellation token to be stored in the canceled task.</summary>
1550       <param name="cancellationToken">A cancellation token.</param>
1551       <returns>true if the operation is successful; otherwise, false.</returns>
1552     </member>
1553     <member name="M:System.Threading.Tasks.TaskCompletionSource`1.TrySetException(System.Collections.Generic.IEnumerable{System.Exception})">
1554       <summary>Attempts to transition the underlying <see cref="T:System.Threading.Tasks.Task`1"></see> into the <see cref="F:System.Threading.Tasks.TaskStatus.Faulted"></see> state and binds a collection of exception objects to it.</summary>
1555       <param name="exceptions">The collection of exceptions to bind to this <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
1556       <returns>True if the operation was successful; otherwise, false.</returns>
1557       <exception cref="T:System.ObjectDisposedException">The <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task"></see> was disposed.</exception>
1558       <exception cref="T:System.ArgumentNullException">The <paramref name="exceptions">exceptions</paramref> argument is null.</exception>
1559       <exception cref="T:System.ArgumentException">There are one or more null elements in <paramref name="exceptions">exceptions</paramref>.   -or-   The <paramref name="exceptions">exceptions</paramref> collection is empty.</exception>
1560     </member>
1561     <member name="M:System.Threading.Tasks.TaskCompletionSource`1.TrySetException(System.Exception)">
1562       <summary>Attempts to transition the underlying <see cref="T:System.Threading.Tasks.Task`1"></see> into the <see cref="F:System.Threading.Tasks.TaskStatus.Faulted"></see> state and binds it to a specified exception.</summary>
1563       <param name="exception">The exception to bind to this <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
1564       <returns>True if the operation was successful; otherwise, false.</returns>
1565       <exception cref="T:System.ObjectDisposedException">The <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task"></see> was disposed.</exception>
1566       <exception cref="T:System.ArgumentNullException">The <paramref name="exception">exception</paramref> argument is null.</exception>
1567     </member>
1568     <member name="M:System.Threading.Tasks.TaskCompletionSource`1.TrySetResult(`0)">
1569       <summary>Attempts to transition the underlying <see cref="T:System.Threading.Tasks.Task`1"></see> into the <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion"></see> state.</summary>
1570       <param name="result">The result value to bind to this <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
1571       <returns>True if the operation was successful; otherwise, false.</returns>
1572     </member>
1573     <member name="T:System.Threading.Tasks.TaskContinuationOptions">
1574       <summary>Specifies the behavior for a task that is created by using the <see cref="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)"></see> or <see cref="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}},System.Threading.Tasks.TaskContinuationOptions)"></see> method.</summary>
1575     </member>
1576     <member name="F:System.Threading.Tasks.TaskContinuationOptions.AttachedToParent">
1577       <summary>Specifies that the continuation, if it is a child task, is attached to a parent in the task hierarchy. The continuation can be a child task only if its antecedent is also a child task. By default, a child task (that is, an inner task created by an outer task) executes independently of its parent. You can use the <see cref="F:System.Threading.Tasks.TaskContinuationOptions.AttachedToParent"></see> option so that the parent and child tasks are synchronized.   Note that if a parent task is configured with the <see cref="F:System.Threading.Tasks.TaskCreationOptions.DenyChildAttach"></see> option, the <see cref="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent"></see> option in the child task has no effect, and the child task will execute as a detached child task.   For more information, see <see cref="~/docs/standard/parallel-programming/attached-and-detached-child-tasks.md">Attached and Detached Child Tasks</see>.</summary>
1578       <returns></returns>
1579     </member>
1580     <member name="F:System.Threading.Tasks.TaskContinuationOptions.DenyChildAttach">
1581       <summary>Specifies that any child task (that is, any nested inner task created by this continuation) that is created with the <see cref="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent"></see> option and attempts to execute as an attached child task will not be able to attach to the parent task and will execute instead as a detached child task. For more information, see <see cref="~/docs/standard/parallel-programming/attached-and-detached-child-tasks.md">Attached and Detached Child Tasks</see>.</summary>
1582       <returns></returns>
1583     </member>
1584     <member name="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously">
1585       <summary>Specifies that the continuation task should be executed synchronously. With this option specified, the continuation runs on the same thread that causes the antecedent task to transition into its final state. If the antecedent is already complete when the continuation is created, the continuation will run on the thread that creates the continuation. If the antecedent's <see cref="T:System.Threading.CancellationTokenSource"></see> is disposed in a finally block (Finally in Visual Basic), a continuation with this option will run in that finally block. Only very short-running continuations should be executed synchronously.   Because the task executes synchronously, there is no need to call a method such as <see cref="M:System.Threading.Tasks.Task.Wait"></see> to ensure that the calling thread waits for the task to complete.</summary>
1586       <returns></returns>
1587     </member>
1588     <member name="F:System.Threading.Tasks.TaskContinuationOptions.HideScheduler">
1589       <summary>Specifies that tasks created by the continuation by calling methods such as <see cref="M:System.Threading.Tasks.Task.Run(System.Action)"></see> or <see cref="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task})"></see> see the default scheduler (<see cref="P:System.Threading.Tasks.TaskScheduler.Default"></see>) rather than the scheduler on which this continuation is running as the current scheduler.</summary>
1590       <returns></returns>
1591     </member>
1592     <member name="F:System.Threading.Tasks.TaskContinuationOptions.LazyCancellation">
1593       <summary>In the case of continuation cancellation, prevents completion of the continuation until the antecedent has completed.</summary>
1594       <returns></returns>
1595     </member>
1596     <member name="F:System.Threading.Tasks.TaskContinuationOptions.LongRunning">
1597       <summary>Specifies that a continuation will be a long-running, course-grained operation. It provides a hint to the <see cref="T:System.Threading.Tasks.TaskScheduler"></see> that oversubscription may be warranted.</summary>
1598       <returns></returns>
1599     </member>
1600     <member name="F:System.Threading.Tasks.TaskContinuationOptions.None">
1601       <summary>When no continuation options are specified, specifies that default behavior should be used when executing a continuation. The continuation runs asynchronously when the antecedent task completes, regardless of the antecedent's final <see cref="P:System.Threading.Tasks.Task.Status"></see> property value. It the continuation is a child task, it is created as a detached nested task.</summary>
1602       <returns></returns>
1603     </member>
1604     <member name="F:System.Threading.Tasks.TaskContinuationOptions.NotOnCanceled">
1605       <summary>Specifies that the continuation task should not be scheduled if its antecedent was canceled. An antecedent is canceled if its <see cref="P:System.Threading.Tasks.Task.Status"></see> property upon completion is <see cref="F:System.Threading.Tasks.TaskStatus.Canceled"></see>. This option is not valid for multi-task continuations.</summary>
1606       <returns></returns>
1607     </member>
1608     <member name="F:System.Threading.Tasks.TaskContinuationOptions.NotOnFaulted">
1609       <summary>Specifies that the continuation task should not be scheduled if its antecedent threw an unhandled exception. An antecedent throws an unhandled exception if its <see cref="P:System.Threading.Tasks.Task.Status"></see> property upon completion is <see cref="F:System.Threading.Tasks.TaskStatus.Faulted"></see>. This option is not valid for multi-task continuations.</summary>
1610       <returns></returns>
1611     </member>
1612     <member name="F:System.Threading.Tasks.TaskContinuationOptions.NotOnRanToCompletion">
1613       <summary>Specifies that the continuation task should not be scheduled if its antecedent ran to completion. An antecedent runs to completion if its <see cref="P:System.Threading.Tasks.Task.Status"></see> property upon completion is <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion"></see>. This option is not valid for multi-task continuations.</summary>
1614       <returns></returns>
1615     </member>
1616     <member name="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled">
1617       <summary>Specifies that the continuation should be scheduled only if its antecedent was canceled.  An antecedent is canceled if its <see cref="P:System.Threading.Tasks.Task.Status"></see> property upon completion is <see cref="F:System.Threading.Tasks.TaskStatus.Canceled"></see>. This option is not valid for multi-task continuations.</summary>
1618       <returns></returns>
1619     </member>
1620     <member name="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnFaulted">
1621       <summary>Specifies that the continuation task should be scheduled only if its antecedent threw an unhandled exception. An antecedent throws an unhandled exception if its <see cref="P:System.Threading.Tasks.Task.Status"></see> property upon completion is <see cref="F:System.Threading.Tasks.TaskStatus.Faulted"></see>.   The <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnFaulted"></see> option guarantees that the <see cref="P:System.Threading.Tasks.Task.Exception"></see> property in the antecedent is not null. You can use that property to catch the exception and see which exception caused the task to fault. If you do not access the <see cref="P:System.Threading.Tasks.Task.Exception"></see> property, the exception is unhandled. Also, if you attempt to access the <see cref="P:System.Threading.Tasks.Task`1.Result"></see> property of a task that has been canceled or has faulted, a new exception is thrown.   This option is not valid for multi-task continuations.</summary>
1622       <returns></returns>
1623     </member>
1624     <member name="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnRanToCompletion">
1625       <summary>Specifies that the continuation should be scheduled only if its antecedent ran to completion. An antecedent runs to completion if its <see cref="P:System.Threading.Tasks.Task.Status"></see> property upon completion is <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion"></see>. This option is not valid for multi-task continuations.</summary>
1626       <returns></returns>
1627     </member>
1628     <member name="F:System.Threading.Tasks.TaskContinuationOptions.PreferFairness">
1629       <summary>A hint to a <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to schedule task in the order in which they were scheduled, so that tasks scheduled sooner are more likely to run sooner, and tasks scheduled later are more likely to run later.</summary>
1630       <returns></returns>
1631     </member>
1632     <member name="F:System.Threading.Tasks.TaskContinuationOptions.RunContinuationsAsynchronously">
1633       <summary>Specifies that the continuation task should be run asynchronously.  This option has precedence over <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously"></see>.</summary>
1634       <returns></returns>
1635     </member>
1636     <member name="T:System.Threading.Tasks.TaskCreationOptions">
1637       <summary>Specifies flags that control optional behavior for the creation and execution of tasks.</summary>
1638     </member>
1639     <member name="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent">
1640       <summary>Specifies that a task is attached to a parent in the task hierarchy. By default, a child task (that is, an inner task created by an outer task) executes independently of its parent. You can use the <see cref="F:System.Threading.Tasks.TaskContinuationOptions.AttachedToParent"></see> option so that the parent and child tasks are synchronized.   Note that if a parent task is configured with the <see cref="F:System.Threading.Tasks.TaskCreationOptions.DenyChildAttach"></see> option, the <see cref="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent"></see> option in the child task has no effect, and the child task will execute as a detached child task.   For more information, see <see cref="~/docs/standard/parallel-programming/attached-and-detached-child-tasks.md">Attached and Detached Child Tasks</see>.</summary>
1641       <returns></returns>
1642     </member>
1643     <member name="F:System.Threading.Tasks.TaskCreationOptions.DenyChildAttach">
1644       <summary>Specifies that any child task that attempts to execute as an attached child task (that is, it is created with the <see cref="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent"></see> option) will not be able to attach to the parent task and will execute instead as a detached child task. For more information, see <see cref="~/docs/standard/parallel-programming/attached-and-detached-child-tasks.md">Attached and Detached Child Tasks</see>.</summary>
1645       <returns></returns>
1646     </member>
1647     <member name="F:System.Threading.Tasks.TaskCreationOptions.HideScheduler">
1648       <summary>Prevents the ambient scheduler from being seen as the current scheduler in the created task. This means that operations like StartNew or ContinueWith that are performed in the created task will see <see cref="P:System.Threading.Tasks.TaskScheduler.Default"></see> as the current scheduler.</summary>
1649       <returns></returns>
1650     </member>
1651     <member name="F:System.Threading.Tasks.TaskCreationOptions.LongRunning">
1652       <summary>Specifies that a task will be a long-running, coarse-grained operation involving fewer, larger components than fine-grained systems. It provides a hint to the <see cref="T:System.Threading.Tasks.TaskScheduler"></see> that oversubscription may be warranted. Oversubscription lets you create more threads than the available number of hardware threads. It also provides a hint  to the task scheduler that an additional thread might be required for the task so that it does not block the forward progress of other threads or work items on the local thread-pool queue.</summary>
1653       <returns></returns>
1654     </member>
1655     <member name="F:System.Threading.Tasks.TaskCreationOptions.None">
1656       <summary>Specifies that the default behavior should be used.</summary>
1657       <returns></returns>
1658     </member>
1659     <member name="F:System.Threading.Tasks.TaskCreationOptions.PreferFairness">
1660       <summary>A hint to a <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to schedule a task in as fair a manner as possible, meaning that tasks scheduled sooner will be more likely to be run sooner, and tasks scheduled later will be more likely to be run later.</summary>
1661       <returns></returns>
1662     </member>
1663     <member name="F:System.Threading.Tasks.TaskCreationOptions.RunContinuationsAsynchronously">
1664       <summary>Forces continuations added to the current task to be executed asynchronously.   Note that the <see cref="F:System.Threading.Tasks.TaskCreationOptions.RunContinuationsAsynchronously"></see> member is available in the <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see> enumeration starting with the .NET Framework 4.6.</summary>
1665       <returns></returns>
1666     </member>
1667     <member name="T:System.Threading.Tasks.TaskExtensions">
1668       <summary>Provides a set of static (Shared in Visual Basic) methods for working with specific kinds of <see cref="T:System.Threading.Tasks.Task"></see> instances.</summary>
1669     </member>
1670     <member name="M:System.Threading.Tasks.TaskExtensions.Unwrap(System.Threading.Tasks.Task{System.Threading.Tasks.Task})">
1671       <summary>Creates a proxy <see cref="T:System.Threading.Tasks.Task"></see> that represents the asynchronous operation of a <see cref="M:System.Threading.Tasks.TaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)"></see>.</summary>
1672       <param name="task">The Task&lt;Task&gt; (C#) or Task (Of Task) (Visual Basic) to unwrap.</param>
1673       <returns>A Task that represents the asynchronous operation of the provided System.Threading.Tasks.Task(Of Task).</returns>
1674       <exception cref="T:System.ArgumentNullException">The exception that is thrown if the <paramref name="task">task</paramref> argument is null.</exception>
1675     </member>
1676     <member name="M:System.Threading.Tasks.TaskExtensions.Unwrap``1(System.Threading.Tasks.Task{System.Threading.Tasks.Task{``0}})">
1677       <summary>Creates a proxy <see cref="T:System.Threading.Tasks.Task"></see> that represents the asynchronous operation of a Task&lt;Task&lt;T&gt;&gt; (C#) or Task (Of Task(Of T)) (Visual Basic).</summary>
1678       <param name="task">The Task&lt;Task&lt;T&gt;&gt; (C#) or Task (Of Task(Of T)) (Visual Basic) to unwrap.</param>
1679       <typeparam name="TResult">The type of the task's result.</typeparam>
1680       <returns>A <see cref="T:System.Threading.Tasks.Task"></see> that represents the asynchronous operation of the provided Task&lt;Task&lt;T&gt;&gt; (C#) or Task (Of Task(Of T)) (Visual Basic).</returns>
1681       <exception cref="T:System.ArgumentNullException">The exception that is thrown if the <paramref name="task">task</paramref> argument is null.</exception>
1682     </member>
1683     <member name="T:System.Threading.Tasks.TaskFactory`1">
1684       <summary>Provides support for creating and scheduling <see cref="T:System.Threading.Tasks.Task`1"></see> objects.</summary>
1685       <typeparam name="TResult">The return value of the <see cref="T:System.Threading.Tasks.Task`1"></see> objects that the methods of this class create.</typeparam>
1686     </member>
1687     <member name="M:System.Threading.Tasks.TaskFactory`1.#ctor">
1688       <summary>Initializes a <see cref="T:System.Threading.Tasks.TaskFactory`1"></see> instance with the default configuration.</summary>
1689     </member>
1690     <member name="M:System.Threading.Tasks.TaskFactory`1.#ctor(System.Threading.CancellationToken)">
1691       <summary>Initializes a <see cref="T:System.Threading.Tasks.TaskFactory`1"></see> instance with the default configuration.</summary>
1692       <param name="cancellationToken">The default cancellation token that will be assigned to tasks created by this <see cref="T:System.Threading.Tasks.TaskFactory"></see> unless another cancellation token is explicitly specified when calling the factory methods.</param>
1693     </member>
1694     <member name="M:System.Threading.Tasks.TaskFactory`1.#ctor(System.Threading.Tasks.TaskScheduler)">
1695       <summary>Initializes a <see cref="T:System.Threading.Tasks.TaskFactory`1"></see> instance with the specified configuration.</summary>
1696       <param name="scheduler">The scheduler to use to schedule any tasks created with this <see cref="T:System.Threading.Tasks.TaskFactory`1"></see>. A null value indicates that the current <see cref="T:System.Threading.Tasks.TaskScheduler"></see> should be used.</param>
1697     </member>
1698     <member name="M:System.Threading.Tasks.TaskFactory`1.#ctor(System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions)">
1699       <summary>Initializes a <see cref="T:System.Threading.Tasks.TaskFactory`1"></see> instance with the specified configuration.</summary>
1700       <param name="creationOptions">The default options to use when creating tasks with this <see cref="T:System.Threading.Tasks.TaskFactory`1"></see>.</param>
1701       <param name="continuationOptions">The default options to use when creating continuation tasks with this <see cref="T:System.Threading.Tasks.TaskFactory`1"></see>.</param>
1702       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="creationOptions">creationOptions</paramref> or <paramref name="continuationOptions">continuationOptions</paramref> specifies an invalid value.</exception>
1703     </member>
1704     <member name="M:System.Threading.Tasks.TaskFactory`1.#ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
1705       <summary>Initializes a <see cref="T:System.Threading.Tasks.TaskFactory`1"></see> instance with the specified configuration.</summary>
1706       <param name="cancellationToken">The default cancellation token that will be assigned to tasks created by this <see cref="T:System.Threading.Tasks.TaskFactory"></see> unless another cancellation token is explicitly specified when calling the factory methods.</param>
1707       <param name="creationOptions">The default options to use when creating tasks with this <see cref="T:System.Threading.Tasks.TaskFactory`1"></see>.</param>
1708       <param name="continuationOptions">The default options to use when creating continuation tasks with this <see cref="T:System.Threading.Tasks.TaskFactory`1"></see>.</param>
1709       <param name="scheduler">The default scheduler to use to schedule any tasks created with this <see cref="T:System.Threading.Tasks.TaskFactory`1"></see>. A null value indicates that <see cref="P:System.Threading.Tasks.TaskScheduler.Current"></see> should be used.</param>
1710       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="creationOptions">creationOptions</paramref> or <paramref name="continuationOptions">continuationOptions</paramref> specifies an invalid value.</exception>
1711     </member>
1712     <member name="P:System.Threading.Tasks.TaskFactory`1.CancellationToken">
1713       <summary>Gets the default cancellation token for this task factory.</summary>
1714       <returns>The default cancellation token for this task factory.</returns>
1715     </member>
1716     <member name="P:System.Threading.Tasks.TaskFactory`1.ContinuationOptions">
1717       <summary>Gets the <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see> enumeration value for this task factory.</summary>
1718       <returns>One of the enumeration values that specifies the default continuation options for this task factory.</returns>
1719     </member>
1720     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
1721       <summary>Creates a continuation task that will be started upon the completion of a set of provided Tasks.</summary>
1722       <param name="tasks">The array of tasks from which to continue.</param>
1723       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the tasks array have completed.</param>
1724       <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
1725       <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The NotOn* or OnlyOn* values are not valid.</param>
1726       <param name="scheduler">The scheduler that is used to schedule the created continuation task.</param>
1727       <returns>The new continuation task.</returns>
1728       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
1729       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value or is empty.</exception>
1730       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="continuationOptions">continuationOptions</paramref> specifies an invalid value.</exception>
1731       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
1732     </member>
1733     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],`0},System.Threading.Tasks.TaskContinuationOptions)">
1734       <summary>Creates a continuation task that will be started upon the completion of a set of provided Tasks.</summary>
1735       <param name="tasks">The array of tasks from which to continue.</param>
1736       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the tasks array have completed.</param>
1737       <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The NotOn* or OnlyOn* values are not valid.</param>
1738       <returns>The new continuation task.</returns>
1739       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
1740       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
1741       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value.</exception>
1742       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value or is empty.</exception>
1743     </member>
1744     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],`0})">
1745       <summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
1746       <param name="tasks">The array of tasks from which to continue.</param>
1747       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the tasks array have completed.</param>
1748       <returns>The new continuation task.</returns>
1749       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
1750       <exception cref="T:System.ArgumentNullException"><paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> is null.</exception>
1751       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value or is empty.</exception>
1752     </member>
1753     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],`0},System.Threading.CancellationToken)">
1754       <summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
1755       <param name="tasks">The array of tasks from which to continue.</param>
1756       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the tasks array have completed.</param>
1757       <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
1758       <returns>The new continuation task.</returns>
1759       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
1760       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-  <paramref name="continuationFunction">continuationFunction</paramref> is null.</exception>
1761       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value or is empty.</exception>
1762     </member>
1763     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],`0})">
1764       <summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
1765       <param name="tasks">The array of tasks from which to continue.</param>
1766       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the tasks array have completed.</param>
1767       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
1768       <returns>The new continuation task.</returns>
1769       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
1770       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
1771       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value or is empty.</exception>
1772     </member>
1773     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],`0},System.Threading.CancellationToken)">
1774       <summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
1775       <param name="tasks">The array of tasks from which to continue.</param>
1776       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the tasks array have completed.</param>
1777       <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
1778       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
1779       <returns>The new continuation task.</returns>
1780       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
1781       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
1782       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value or is empty.</exception>
1783     </member>
1784     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],`0},System.Threading.Tasks.TaskContinuationOptions)">
1785       <summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
1786       <param name="tasks">The array of tasks from which to continue.</param>
1787       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the tasks array have completed.</param>
1788       <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The NotOn* or OnlyOn* values are not valid.</param>
1789       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
1790       <returns>The new continuation task.</returns>
1791       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
1792       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
1793       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value.</exception>
1794       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value or is empty.</exception>
1795     </member>
1796     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
1797       <summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
1798       <param name="tasks">The array of tasks from which to continue.</param>
1799       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the tasks array have completed.</param>
1800       <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
1801       <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The NotOn* or OnlyOn* values are not valid.</param>
1802       <param name="scheduler">The scheduler that is used to schedule the created continuation task.</param>
1803       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
1804       <returns>The new continuation task.</returns>
1805       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
1806       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value or is empty.</exception>
1807       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value.</exception>
1808       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
1809     </member>
1810     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
1811       <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
1812       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
1813       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the tasks array completes.</param>
1814       <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
1815       <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The NotOn* or OnlyOn* values are not valid.</param>
1816       <param name="scheduler">The task scheduler that is used to schedule the created continuation task.</param>
1817       <returns>The new continuation task.</returns>
1818       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
1819       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The <paramref name="tasks">tasks</paramref> array is empty.</exception>
1820       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see> value.</exception>
1821       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
1822     </member>
1823     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,`0})">
1824       <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
1825       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
1826       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the tasks array completes.</param>
1827       <returns>The new continuation task.</returns>
1828       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
1829       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
1830       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value or is empty.</exception>
1831     </member>
1832     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,`0},System.Threading.CancellationToken)">
1833       <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
1834       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
1835       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the tasks array completes.</param>
1836       <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
1837       <returns>The new continuation task.</returns>
1838       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
1839       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
1840       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The <paramref name="tasks">tasks</paramref> array is empty.</exception>
1841     </member>
1842     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,`0},System.Threading.Tasks.TaskContinuationOptions)">
1843       <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
1844       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
1845       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the tasks array completes.</param>
1846       <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The NotOn* or OnlyOn* values are not valid.</param>
1847       <returns>The new continuation task.</returns>
1848       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
1849       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
1850       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid enumeration value.</exception>
1851       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The <paramref name="tasks">tasks</paramref> array is empty.</exception>
1852     </member>
1853     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
1854       <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
1855       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
1856       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the tasks array completes.</param>
1857       <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
1858       <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The NotOn* or OnlyOn* values are not valid.</param>
1859       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> that is used to schedule the created continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
1860       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
1861       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
1862       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
1863       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The <paramref name="tasks">tasks</paramref> array is empty.</exception>
1864       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid TaskContinuationOptions value.</exception>
1865       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
1866     </member>
1867     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},`0},System.Threading.Tasks.TaskContinuationOptions)">
1868       <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
1869       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
1870       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the tasks array completes.</param>
1871       <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The NotOn* or OnlyOn* values are not valid.</param>
1872       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
1873       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
1874       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
1875       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
1876       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid enumeration value.</exception>
1877       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The <paramref name="tasks">tasks</paramref> array is empty.</exception>
1878     </member>
1879     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},`0})">
1880       <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
1881       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
1882       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the tasks array completes.</param>
1883       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
1884       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
1885       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
1886       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
1887       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The <paramref name="tasks">tasks</paramref> array is empty.</exception>
1888     </member>
1889     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},`0},System.Threading.CancellationToken)">
1890       <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
1891       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
1892       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the tasks array completes.</param>
1893       <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
1894       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
1895       <returns>The new continuation task.</returns>
1896       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
1897       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
1898       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The <paramref name="tasks">tasks</paramref> array is empty.</exception>
1899     </member>
1900     <member name="P:System.Threading.Tasks.TaskFactory`1.CreationOptions">
1901       <summary>Gets the <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see> enumeration value for this task factory.</summary>
1902       <returns>One of the enumeration values that specifies the default creation options for this task factory.</returns>
1903     </member>
1904     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync(System.IAsyncResult,System.Func{System.IAsyncResult,`0})">
1905       <summary>Creates a task that executes an end method function when a specified <see cref="T:System.IAsyncResult"></see> completes.</summary>
1906       <param name="asyncResult">The <see cref="T:System.IAsyncResult"></see> whose completion should trigger the processing of the endMethod.</param>
1907       <param name="endMethod">The function delegate that processes the completed asyncResult.</param>
1908       <returns>A <see cref="T:System.Threading.Tasks.Task`1"></see> that represents the asynchronous operation.</returns>
1909       <exception cref="T:System.ArgumentNullException">The <paramref name="asyncResult">asyncResult</paramref> argument is null.   -or-   The <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
1910     </member>
1911     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},System.Object)">
1912       <summary>Creates a task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
1913       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
1914       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
1915       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
1916       <returns>The created task that represents the asynchronous operation.</returns>
1917       <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
1918     </member>
1919     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync(System.IAsyncResult,System.Func{System.IAsyncResult,`0},System.Threading.Tasks.TaskCreationOptions)">
1920       <summary>Creates a task that executes an end method function when a specified <see cref="T:System.IAsyncResult"></see> completes.</summary>
1921       <param name="asyncResult">The <see cref="T:System.IAsyncResult"></see> whose completion should trigger the processing of the endMethod.</param>
1922       <param name="endMethod">The function delegate that processes the completed asyncResult.</param>
1923       <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
1924       <returns>A task that represents the asynchronous operation.</returns>
1925       <exception cref="T:System.ArgumentNullException">The <paramref name="asyncResult">asyncResult</paramref> argument is null.   -or-   The <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
1926       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid value.</exception>
1927     </member>
1928     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},System.Object,System.Threading.Tasks.TaskCreationOptions)">
1929       <summary>Creates a task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
1930       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
1931       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
1932       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
1933       <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
1934       <returns>The created <see cref="T:System.Threading.Tasks.Task`1"></see> that represents the asynchronous operation.</returns>
1935       <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
1936       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid value.</exception>
1937     </member>
1938     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync(System.IAsyncResult,System.Func{System.IAsyncResult,`0},System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
1939       <summary>Creates a task that executes an end method function when a specified <see cref="T:System.IAsyncResult"></see> completes.</summary>
1940       <param name="asyncResult">The <see cref="T:System.IAsyncResult"></see> whose completion should trigger the processing of the endMethod.</param>
1941       <param name="endMethod">The function delegate that processes the completed asyncResult.</param>
1942       <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
1943       <param name="scheduler">The task scheduler that is used to schedule the task that executes the end method.</param>
1944       <returns>The created task that represents the asynchronous operation.</returns>
1945       <exception cref="T:System.ArgumentNullException">The <paramref name="asyncResult">asyncResult</paramref> argument is null.   -or-   The <paramref name="endMethod">endMethod</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
1946       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> parameter specifies an invalid value.</exception>
1947     </member>
1948     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``3(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,``1,``2,System.Object,System.Threading.Tasks.TaskCreationOptions)">
1949       <summary>Creates a task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
1950       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
1951       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
1952       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
1953       <param name="arg2">The second argument passed to the beginMethod delegate.</param>
1954       <param name="arg3">The third argument passed to the beginMethod delegate.</param>
1955       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
1956       <param name="creationOptions">An object that controls the behavior of the created task.</param>
1957       <typeparam name="TArg1">The type of the second argument passed to beginMethod delegate.</typeparam>
1958       <typeparam name="TArg2">The type of the third argument passed to beginMethod delegate.</typeparam>
1959       <typeparam name="TArg3">The type of the first argument passed to the beginMethod delegate.</typeparam>
1960       <returns>The created task that represents the asynchronous operation.</returns>
1961       <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
1962       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> parameter specifies an invalid value.</exception>
1963     </member>
1964     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``3(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,``1,``2,System.Object)">
1965       <summary>Creates a task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
1966       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
1967       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
1968       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
1969       <param name="arg2">The second argument passed to the beginMethod delegate.</param>
1970       <param name="arg3">The third argument passed to the beginMethod delegate.</param>
1971       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
1972       <typeparam name="TArg1">The type of the second argument passed to beginMethod delegate.</typeparam>
1973       <typeparam name="TArg2">The type of the third argument passed to beginMethod delegate.</typeparam>
1974       <typeparam name="TArg3">The type of the first argument passed to the beginMethod delegate.</typeparam>
1975       <returns>The created task that represents the asynchronous operation.</returns>
1976       <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
1977     </member>
1978     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``2(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,``1,System.Object,System.Threading.Tasks.TaskCreationOptions)">
1979       <summary>Creates a task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
1980       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
1981       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
1982       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
1983       <param name="arg2">The second argument passed to the beginMethod delegate.</param>
1984       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
1985       <param name="creationOptions">An object that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
1986       <typeparam name="TArg1">The type of the second argument passed to beginMethod delegate.</typeparam>
1987       <typeparam name="TArg2">The type of the first argument passed to the beginMethod delegate.</typeparam>
1988       <returns>The created task that represents the asynchronous operation.</returns>
1989       <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
1990       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> parameter specifies an invalid value.</exception>
1991     </member>
1992     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``2(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,``1,System.Object)">
1993       <summary>Creates a task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
1994       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
1995       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
1996       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
1997       <param name="arg2">The second argument passed to the beginMethod delegate.</param>
1998       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
1999       <typeparam name="TArg1">The type of the second argument passed to beginMethod delegate.</typeparam>
2000       <typeparam name="TArg2">The type of the first argument passed to the beginMethod delegate.</typeparam>
2001       <returns>The created task that represents the asynchronous operation.</returns>
2002       <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2003     </member>
2004     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``1(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,System.Object)">
2005       <summary>Creates a task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2006       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2007       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2008       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
2009       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2010       <typeparam name="TArg1">The type of the first argument passed to the beginMethod delegate.</typeparam>
2011       <returns>The created task that represents the asynchronous operation.</returns>
2012       <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2013     </member>
2014     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``1(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,System.Object,System.Threading.Tasks.TaskCreationOptions)">
2015       <summary>Creates a task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2016       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2017       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2018       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
2019       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2020       <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
2021       <typeparam name="TArg1">The type of the first argument passed to the beginMethod delegate.</typeparam>
2022       <returns>The created task that represents the asynchronous operation.</returns>
2023       <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2024       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> parameter specifies an invalid value.</exception>
2025     </member>
2026     <member name="P:System.Threading.Tasks.TaskFactory`1.Scheduler">
2027       <summary>Gets the task scheduler for this task factory.</summary>
2028       <returns>The task scheduler for this task factory.</returns>
2029     </member>
2030     <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{System.Object,`0},System.Object,System.Threading.CancellationToken)">
2031       <summary>Creates and starts a task.</summary>
2032       <param name="function">A function delegate that returns the future result to be available through the task.</param>
2033       <param name="state">An object that contains data to be used by the function delegate.</param>
2034       <param name="cancellationToken">The cancellation token that will be assigned to the new task.</param>
2035       <returns>The started task.</returns>
2036       <exception cref="T:System.ObjectDisposedException">The cancellation token source that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
2037       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.</exception>
2038     </member>
2039     <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{System.Object,`0},System.Object,System.Threading.Tasks.TaskCreationOptions)">
2040       <summary>Creates and starts a task.</summary>
2041       <param name="function">A function delegate that returns the future result to be available through the task.</param>
2042       <param name="state">An object that contains data to be used by the function delegate.</param>
2043       <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
2044       <returns>The started task.</returns>
2045       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.</exception>
2046       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> parameter specifies an invalid value.</exception>
2047     </member>
2048     <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{`0},System.Threading.Tasks.TaskCreationOptions)">
2049       <summary>Creates and starts a task.</summary>
2050       <param name="function">A function delegate that returns the future result to be available through the task.</param>
2051       <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
2052       <returns>The started <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2053       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.</exception>
2054       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> parameter specifies an invalid value.</exception>
2055     </member>
2056     <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
2057       <summary>Creates and starts a task.</summary>
2058       <param name="function">A function delegate that returns the future result to be available through the task.</param>
2059       <param name="cancellationToken">The cancellation token that will be assigned to the new task.</param>
2060       <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
2061       <param name="scheduler">The task scheduler that is used to schedule the created task.</param>
2062       <returns>The started task.</returns>
2063       <exception cref="T:System.ObjectDisposedException">The cancellation token source that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
2064       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
2065       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> parameter specifies an invalid value.</exception>
2066     </member>
2067     <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{System.Object,`0},System.Object)">
2068       <summary>Creates and starts a task.</summary>
2069       <param name="function">A function delegate that returns the future result to be available through the task.</param>
2070       <param name="state">An object that contains data to be used by the function delegate.</param>
2071       <returns>The started task.</returns>
2072       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.</exception>
2073     </member>
2074     <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{`0})">
2075       <summary>Creates and starts a task.</summary>
2076       <param name="function">A function delegate that returns the future result to be available through the task.</param>
2077       <returns>The started task.</returns>
2078       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.</exception>
2079     </member>
2080     <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{`0},System.Threading.CancellationToken)">
2081       <summary>Creates and starts a task.</summary>
2082       <param name="function">A function delegate that returns the future result to be available through the task.</param>
2083       <param name="cancellationToken">The cancellation token that will be assigned to the new task.</param>
2084       <returns>The started task.</returns>
2085       <exception cref="T:System.ObjectDisposedException">The cancellation token source that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
2086       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.</exception>
2087     </member>
2088     <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{System.Object,`0},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
2089       <summary>Creates and starts a task.</summary>
2090       <param name="function">A function delegate that returns the future result to be available through the task.</param>
2091       <param name="state">An object that contains data to be used by the function delegate.</param>
2092       <param name="cancellationToken">The cancellation token that will be assigned to the new task.</param>
2093       <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
2094       <param name="scheduler">The task scheduler that is used to schedule the created task.</param>
2095       <returns>The started task.</returns>
2096       <exception cref="T:System.ObjectDisposedException">The cancellation token source that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
2097       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
2098       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> parameter specifies an invalid value.</exception>
2099     </member>
2100     <member name="T:System.Threading.Tasks.TaskFactory">
2101       <summary>Provides support for creating and scheduling <see cref="T:System.Threading.Tasks.Task"></see> objects.</summary>
2102     </member>
2103     <member name="M:System.Threading.Tasks.TaskFactory.#ctor">
2104       <summary>Initializes a <see cref="T:System.Threading.Tasks.TaskFactory"></see> instance with the default configuration.</summary>
2105     </member>
2106     <member name="M:System.Threading.Tasks.TaskFactory.#ctor(System.Threading.CancellationToken)">
2107       <summary>Initializes a <see cref="T:System.Threading.Tasks.TaskFactory"></see> instance with the specified configuration.</summary>
2108       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that will be assigned to tasks created by this <see cref="T:System.Threading.Tasks.TaskFactory"></see> unless another CancellationToken is explicitly specified while calling the factory methods.</param>
2109     </member>
2110     <member name="M:System.Threading.Tasks.TaskFactory.#ctor(System.Threading.Tasks.TaskScheduler)">
2111       <summary>Initializes a <see cref="T:System.Threading.Tasks.TaskFactory"></see> instance with the specified configuration.</summary>
2112       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to use to schedule any tasks created with this TaskFactory. A null value indicates that the current TaskScheduler should be used.</param>
2113     </member>
2114     <member name="M:System.Threading.Tasks.TaskFactory.#ctor(System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions)">
2115       <summary>Initializes a <see cref="T:System.Threading.Tasks.TaskFactory"></see> instance with the specified configuration.</summary>
2116       <param name="creationOptions">The default <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see> to use when creating tasks with this TaskFactory.</param>
2117       <param name="continuationOptions">The default <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see> to use when creating continuation tasks with this TaskFactory.</param>
2118       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see>.   -or-   The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value.</exception>
2119     </member>
2120     <member name="M:System.Threading.Tasks.TaskFactory.#ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
2121       <summary>Initializes a <see cref="T:System.Threading.Tasks.TaskFactory"></see> instance with the specified configuration.</summary>
2122       <param name="cancellationToken">The default <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that will be assigned to tasks created by this <see cref="T:System.Threading.Tasks.TaskFactory"></see> unless another CancellationToken is explicitly specified while calling the factory methods.</param>
2123       <param name="creationOptions">The default <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see> to use when creating tasks with this TaskFactory.</param>
2124       <param name="continuationOptions">The default <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see> to use when creating continuation tasks with this TaskFactory.</param>
2125       <param name="scheduler">The default <see cref="T:System.Threading.Tasks.TaskScheduler"></see> to use to schedule any Tasks created with this TaskFactory. A null value indicates that TaskScheduler.Current should be used.</param>
2126       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions"></see> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see>.   -or-   The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value.</exception>
2127     </member>
2128     <member name="P:System.Threading.Tasks.TaskFactory.CancellationToken">
2129       <summary>Gets the default cancellation token for this task factory.</summary>
2130       <returns>The default task cancellation token for this task factory.</returns>
2131     </member>
2132     <member name="P:System.Threading.Tasks.TaskFactory.ContinuationOptions">
2133       <summary>Gets the default task continuation options for this task factory.</summary>
2134       <returns>The default task continuation options for this task factory.</returns>
2135     </member>
2136     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task[]})">
2137       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
2138       <param name="tasks">The array of tasks from which to continue.</param>
2139       <param name="continuationAction">The action delegate to execute when all tasks in the tasks array have completed.</param>
2140       <returns>The new continuation task.</returns>
2141       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
2142       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
2143       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array is empty or contains a null value.</exception>
2144     </member>
2145     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task[]},System.Threading.CancellationToken)">
2146       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
2147       <param name="tasks">The array of tasks from which to continue.</param>
2148       <param name="continuationAction">The action delegate to execute when all tasks in the tasks array have completed.</param>
2149       <param name="cancellationToken">The cancellation token to assign to the new continuation task.</param>
2150       <returns>The new continuation task.</returns>
2151       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
2152       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
2153       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array is empty or contains a null value.</exception>
2154     </member>
2155     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task[]},System.Threading.Tasks.TaskContinuationOptions)">
2156       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
2157       <param name="tasks">The array of tasks from which to continue.</param>
2158       <param name="continuationAction">The action delegate to execute when all tasks in the tasks array have completed.</param>
2159       <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn* and OnlyOn* members are not supported.</param>
2160       <returns>The new continuation task.</returns>
2161       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
2162       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
2163       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value.</exception>
2164       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array is empty or contains a null value.</exception>
2165     </member>
2166     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task[]},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
2167       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
2168       <param name="tasks">The array of tasks from which to continue.</param>
2169       <param name="continuationAction">The action delegate to execute when all tasks in the tasks array have completed.</param>
2170       <param name="cancellationToken">The cancellation token to assign to the new continuation task.</param>
2171       <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task.</param>
2172       <param name="scheduler">The object that is used to schedule the new continuation task.</param>
2173       <returns>The new continuation task.</returns>
2174       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationAction">continuationAction</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
2175       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array is empty or contains a null value.</exception>
2176     </member>
2177     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],``1},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
2178       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
2179       <param name="tasks">The array of tasks from which to continue.</param>
2180       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the tasks array have completed.</param>
2181       <param name="cancellationToken">The cancellation token to assign to the new continuation task.</param>
2182       <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn* and OnlyOn* members are not supported.</param>
2183       <param name="scheduler">The object that is used to schedule the new continuation task.</param>
2184       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
2185       <typeparam name="TResult">The type of the result that is returned by the continuationFunction delegate and associated with the created task.</typeparam>
2186       <returns>The new continuation task.</returns>
2187       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
2188       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array is empty or contains a null value.</exception>
2189       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value.</exception>
2190       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
2191     </member>
2192     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],``1},System.Threading.Tasks.TaskContinuationOptions)">
2193       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
2194       <param name="tasks">The array of tasks from which to continue.</param>
2195       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the tasks array have completed.</param>
2196       <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn* and OnlyOn* members are not supported.</param>
2197       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
2198       <typeparam name="TResult">The type of the result that is returned by the continuationFunction delegate and associated with the created task.</typeparam>
2199       <returns>The new continuation task.</returns>
2200       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
2201       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
2202       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value.</exception>
2203       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array is empty or contains a null value.</exception>
2204     </member>
2205     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],``1},System.Threading.CancellationToken)">
2206       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
2207       <param name="tasks">The array of tasks from which to continue.</param>
2208       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the tasks array have completed.</param>
2209       <param name="cancellationToken">The cancellation token to assign to the new continuation task.</param>
2210       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
2211       <typeparam name="TResult">The type of the result that is returned by the continuationFunction delegate and associated with the created task.</typeparam>
2212       <returns>The new continuation task.</returns>
2213       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
2214       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
2215       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array is empty or contains a null value.</exception>
2216     </member>
2217     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],``1})">
2218       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
2219       <param name="tasks">The array of tasks from which to continue.</param>
2220       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the tasks array have completed.</param>
2221       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
2222       <typeparam name="TResult">The type of the result that is returned by the continuationFunction delegate and associated with the created task.</typeparam>
2223       <returns>The new continuation task.</returns>
2224       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
2225       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
2226       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array is empty or contains a null value.</exception>
2227     </member>
2228     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}[]},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
2229       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
2230       <param name="tasks">The array of tasks from which to continue.</param>
2231       <param name="continuationAction">The action delegate to execute when all tasks in the tasks array have completed.</param>
2232       <param name="cancellationToken">The cancellation token to assign to the new continuation task.</param>
2233       <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn* and OnlyOn* members are not supported.</param>
2234       <param name="scheduler">The object that is used to schedule the new continuation task.</param>
2235       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
2236       <returns>The new continuation task.</returns>
2237       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationAction">continuationAction</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
2238       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array is empty or contains a null value.</exception>
2239     </member>
2240     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}[]},System.Threading.Tasks.TaskContinuationOptions)">
2241       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
2242       <param name="tasks">The array of tasks from which to continue.</param>
2243       <param name="continuationAction">The action delegate to execute when all tasks in the tasks array have completed.</param>
2244       <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn* and OnlyOn* members are not supported.</param>
2245       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
2246       <returns>The new continuation task.</returns>
2247       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
2248       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
2249       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value.</exception>
2250       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array is empty or contains a null value.</exception>
2251     </member>
2252     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}[]},System.Threading.CancellationToken)">
2253       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
2254       <param name="tasks">The array of tasks from which to continue.</param>
2255       <param name="continuationAction">The action delegate to execute when all tasks in the tasks array have completed.</param>
2256       <param name="cancellationToken">The cancellation token to assign to the new continuation task.</param>
2257       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
2258       <returns>The new continuation task.</returns>
2259       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
2260       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
2261       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array is empty or contains a null value.</exception>
2262     </member>
2263     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}[]})">
2264       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
2265       <param name="tasks">The array of tasks from which to continue.</param>
2266       <param name="continuationAction">The action delegate to execute when all tasks in the tasks array have completed.</param>
2267       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
2268       <returns>The new continuation task.</returns>
2269       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
2270       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
2271       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array is empty or contains a null value.</exception>
2272     </member>
2273     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],``0})">
2274       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
2275       <param name="tasks">The array of tasks from which to continue.</param>
2276       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the tasks array have completed.</param>
2277       <typeparam name="TResult">The type of the result that is returned by the continuationFunction delegate and associated with the created task.</typeparam>
2278       <returns>The new continuation task.</returns>
2279       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
2280       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
2281       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array is empty or contains a null value.</exception>
2282     </member>
2283     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],``0},System.Threading.CancellationToken)">
2284       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
2285       <param name="tasks">The array of tasks from which to continue.</param>
2286       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the tasks array have completed.</param>
2287       <param name="cancellationToken">The cancellation token to assign to the new continuation task.</param>
2288       <typeparam name="TResult">The type of the result that is returned by the continuationFunction delegate and associated with the created task.</typeparam>
2289       <returns>The new continuation task.</returns>
2290       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-   The <see cref="T:System.Threading.CancellationTokenSource"></see> that created <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
2291       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
2292       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array is empty or contains a null value.</exception>
2293     </member>
2294     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],``0},System.Threading.Tasks.TaskContinuationOptions)">
2295       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
2296       <param name="tasks">The array of tasks from which to continue.</param>
2297       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the tasks array have completed.</param>
2298       <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn* and OnlyOn* members are not supported.</param>
2299       <typeparam name="TResult">The type of the result that is returned by the continuationFunction delegate and associated with the created task.</typeparam>
2300       <returns>The new continuation task.</returns>
2301       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
2302       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
2303       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid value.</exception>
2304       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array is empty or contains a null value.</exception>
2305     </member>
2306     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],``0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
2307       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
2308       <param name="tasks">The array of tasks from which to continue.</param>
2309       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the tasks array have completed.</param>
2310       <param name="cancellationToken">The cancellation token to assign to the new continuation task.</param>
2311       <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn* and OnlyOn* members are not supported.</param>
2312       <param name="scheduler">The object that is used to schedule the new continuation task.</param>
2313       <typeparam name="TResult">The type of the result that is returned by the continuationFunction delegate and associated with the created task.</typeparam>
2314       <returns>The new continuation task.</returns>
2315       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationFunction">continuationFunction</paramref> argument is null.   -or-   The <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
2316       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array is empty or contains a null value.</exception>
2317     </member>
2318     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task},System.Threading.Tasks.TaskContinuationOptions)">
2319       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task"></see> that will be started upon the completion of any Task in the provided set.</summary>
2320       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
2321       <param name="continuationAction">The action delegate to execute when one task in the tasks array completes.</param>
2322       <param name="continuationOptions">The <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see> value that controls the behavior of the created continuation <see cref="T:System.Threading.Tasks.Task"></see>.</param>
2323       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
2324       <exception cref="T:System.ObjectDisposedException">The exception that is thrown when one of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
2325       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is null.   -or-   The exception that is thrown when the <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
2326       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid TaskContinuationOptions value.</exception>
2327       <exception cref="T:System.ArgumentException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is empty.</exception>
2328     </member>
2329     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
2330       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task"></see> that will be started upon the completion of any Task in the provided set.</summary>
2331       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
2332       <param name="continuationAction">The action delegate to execute when one task in the tasks array completes.</param>
2333       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new continuation task.</param>
2334       <param name="continuationOptions">The <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see> value that controls the behavior of the created continuation <see cref="T:System.Threading.Tasks.Task"></see>.</param>
2335       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> that is used to schedule the created continuation <see cref="T:System.Threading.Tasks.Task"></see>.</param>
2336       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
2337       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is null.   -or-   The exception that is thrown when the <paramref name="continuationAction">continuationAction</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
2338       <exception cref="T:System.ArgumentException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is empty.</exception>
2339     </member>
2340     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task})">
2341       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task"></see> that will be started upon the completion of any Task in the provided set.</summary>
2342       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
2343       <param name="continuationAction">The action delegate to execute when one task in the tasks array completes.</param>
2344       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
2345       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
2346       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
2347       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The <paramref name="tasks">tasks</paramref> array is empty.</exception>
2348     </member>
2349     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task},System.Threading.CancellationToken)">
2350       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task"></see> that will be started upon the completion of any Task in the provided set.</summary>
2351       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
2352       <param name="continuationAction">The action delegate to execute when one task in the tasks array completes.</param>
2353       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new continuation task.</param>
2354       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
2355       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-  <paramref name="cancellationToken">cancellationToken</paramref> has already been disposed.</exception>
2356       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks">tasks</paramref> array is null.   -or-   The <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
2357       <exception cref="T:System.ArgumentException">The <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The <paramref name="tasks">tasks</paramref> array is empty .</exception>
2358     </member>
2359     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},``1},System.Threading.Tasks.TaskContinuationOptions)">
2360       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task`1"></see> that will be started upon the completion of any Task in the provided set.</summary>
2361       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
2362       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the tasks array completes.</param>
2363       <param name="continuationOptions">The <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see> value that controls the behavior of the created continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2364       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
2365       <typeparam name="TResult">The type of the result that is returned by the continuationFunction delegate and associated with the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2366       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2367       <exception cref="T:System.ObjectDisposedException">The exception that is thrown when one of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
2368       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is null.   -or-   The exception that is thrown when the <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
2369       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid TaskContinuationOptions value.</exception>
2370       <exception cref="T:System.ArgumentException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is empty.</exception>
2371     </member>
2372     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},``1})">
2373       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task`1"></see> that will be started upon the completion of any Task in the provided set.</summary>
2374       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
2375       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the tasks array completes.</param>
2376       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
2377       <typeparam name="TResult">The type of the result that is returned by the continuationFunction delegate and associated with the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2378       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2379       <exception cref="T:System.ObjectDisposedException">The exception that is thrown when one of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
2380       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is null.   -or-   The exception that is thrown when the <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
2381       <exception cref="T:System.ArgumentException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is empty.</exception>
2382     </member>
2383     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},``1},System.Threading.CancellationToken)">
2384       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task`1"></see> that will be started upon the completion of any Task in the provided set.</summary>
2385       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
2386       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the tasks array completes.</param>
2387       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new continuation task.</param>
2388       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
2389       <typeparam name="TResult">The type of the result that is returned by the continuationFunction delegate and associated with the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2390       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2391       <exception cref="T:System.ObjectDisposedException">The exception that is thrown when one of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-   The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
2392       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is null.   -or-   The exception that is thrown when the <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
2393       <exception cref="T:System.ArgumentException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is empty.</exception>
2394     </member>
2395     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},``1},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
2396       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task`1"></see> that will be started upon the completion of any Task in the provided set.</summary>
2397       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
2398       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the tasks array completes.</param>
2399       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new continuation task.</param>
2400       <param name="continuationOptions">The <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see> value that controls the behavior of the created continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2401       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> that is used to schedule the created continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2402       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
2403       <typeparam name="TResult">The type of the result that is returned by the continuationFunction delegate and associated with the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2404       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2405       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is null.   -or-   The exception that is thrown when the <paramref name="continuationFunction">continuationFunction</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
2406       <exception cref="T:System.ArgumentException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is empty.</exception>
2407     </member>
2408     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}})">
2409       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task"></see> that will be started upon the completion of any Task in the provided set.</summary>
2410       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
2411       <param name="continuationAction">The action delegate to execute when one task in the tasks array completes.</param>
2412       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
2413       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
2414       <exception cref="T:System.ObjectDisposedException">The exception that is thrown when one of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
2415       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is null.   -or-   The exception that is thrown when the <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
2416       <exception cref="T:System.ArgumentException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is empty.</exception>
2417     </member>
2418     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}},System.Threading.CancellationToken)">
2419       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task"></see> that will be started upon the completion of any Task in the provided set.</summary>
2420       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
2421       <param name="continuationAction">The action delegate to execute when one task in the tasks array completes.</param>
2422       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new continuation task.</param>
2423       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
2424       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
2425       <exception cref="T:System.ObjectDisposedException">The exception that is thrown when one of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-   The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
2426       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is null.   -or-   The exception that is thrown when the <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
2427       <exception cref="T:System.ArgumentException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is empty.</exception>
2428     </member>
2429     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}},System.Threading.Tasks.TaskContinuationOptions)">
2430       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task"></see> that will be started upon the completion of any Task in the provided set.</summary>
2431       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
2432       <param name="continuationAction">The action delegate to execute when one task in the tasks array completes.</param>
2433       <param name="continuationOptions">The <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see> value that controls the behavior of the created continuation <see cref="T:System.Threading.Tasks.Task"></see>.</param>
2434       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
2435       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
2436       <exception cref="T:System.ObjectDisposedException">The exception that is thrown when one of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
2437       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is null.   -or-   The exception that is thrown when the <paramref name="continuationAction">continuationAction</paramref> argument is null.</exception>
2438       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid TaskContinuationOptions value.</exception>
2439       <exception cref="T:System.ArgumentException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is empty.</exception>
2440     </member>
2441     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
2442       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task"></see> that will be started upon the completion of any Task in the provided set.</summary>
2443       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
2444       <param name="continuationAction">The action delegate to execute when one task in the tasks array completes.</param>
2445       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new continuation task.</param>
2446       <param name="continuationOptions">The <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see> value that controls the behavior of the created continuation <see cref="T:System.Threading.Tasks.Task"></see>.</param>
2447       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> that is used to schedule the created continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2448       <typeparam name="TAntecedentResult">The type of the result of the antecedent tasks.</typeparam>
2449       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
2450       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is null.   -or-   The exception that is thrown when the <paramref name="continuationAction">continuationAction</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
2451       <exception cref="T:System.ArgumentException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is empty.</exception>
2452     </member>
2453     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,``0})">
2454       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task`1"></see> that will be started upon the completion of any Task in the provided set.</summary>
2455       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
2456       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the tasks array completes.</param>
2457       <typeparam name="TResult">The type of the result that is returned by the continuationFunction delegate and associated with the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2458       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2459       <exception cref="T:System.ObjectDisposedException">The exception that is thrown when one of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
2460       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is null.   -or-   The exception that is thrown when the <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
2461       <exception cref="T:System.ArgumentException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is empty.</exception>
2462     </member>
2463     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,``0},System.Threading.CancellationToken)">
2464       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task`1"></see> that will be started upon the completion of any Task in the provided set.</summary>
2465       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
2466       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the tasks array completes.</param>
2467       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new continuation task.</param>
2468       <typeparam name="TResult">The type of the result that is returned by the continuationFunction delegate and associated with the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2469       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2470       <exception cref="T:System.ObjectDisposedException">The exception that is thrown when one of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.   -or-   The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
2471       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is null.   -or-   The exception that is thrown when the <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
2472       <exception cref="T:System.ArgumentException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is empty.</exception>
2473     </member>
2474     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,``0},System.Threading.Tasks.TaskContinuationOptions)">
2475       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task`1"></see> that will be started upon the completion of any Task in the provided set.</summary>
2476       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
2477       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the tasks array completes.</param>
2478       <param name="continuationOptions">The <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see> value that controls the behavior of the created continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2479       <typeparam name="TResult">The type of the result that is returned by the continuationFunction delegate and associated with the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2480       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2481       <exception cref="T:System.ObjectDisposedException">The exception that is thrown when one of the elements in the <paramref name="tasks">tasks</paramref> array has been disposed.</exception>
2482       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is null.   -or-   The exception that is thrown when the <paramref name="continuationFunction">continuationFunction</paramref> argument is null.</exception>
2483       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="continuationOptions">continuationOptions</paramref> argument specifies an invalid TaskContinuationOptions value.</exception>
2484       <exception cref="T:System.ArgumentException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is empty.</exception>
2485     </member>
2486     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,``0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
2487       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task`1"></see> that will be started upon the completion of any Task in the provided set.</summary>
2488       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
2489       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the tasks array completes.</param>
2490       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"></see> that will be assigned to the new continuation task.</param>
2491       <param name="continuationOptions">The <see cref="T:System.Threading.Tasks.TaskContinuationOptions"></see> value that controls the behavior of the created continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2492       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> that is used to schedule the created continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2493       <typeparam name="TResult">The type of the result that is returned by the continuationFunction delegate and associated with the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2494       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2495       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is null.   -or-   The exception that is thrown when the <paramref name="continuationFunction">continuationFunction</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
2496       <exception cref="T:System.ArgumentException">The exception that is thrown when the <paramref name="tasks">tasks</paramref> array contains a null value.   -or-   The exception that is thrown when the <paramref name="tasks">tasks</paramref> array is empty.</exception>
2497     </member>
2498     <member name="P:System.Threading.Tasks.TaskFactory.CreationOptions">
2499       <summary>Gets the default task creation options for this task factory.</summary>
2500       <returns>The default task creation options for this task factory.</returns>
2501     </member>
2502     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync(System.IAsyncResult,System.Action{System.IAsyncResult})">
2503       <summary>Creates a <see cref="T:System.Threading.Tasks.Task"></see> that executes an end method action when a specified <see cref="T:System.IAsyncResult"></see> completes.</summary>
2504       <param name="asyncResult">The IAsyncResult whose completion should trigger the processing of the endMethod.</param>
2505       <param name="endMethod">The action delegate that processes the completed asyncResult.</param>
2506       <returns>A <see cref="T:System.Threading.Tasks.Task"></see> that represents the asynchronous operation.</returns>
2507       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="asyncResult">asyncResult</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2508     </member>
2509     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object)">
2510       <summary>Creates a <see cref="T:System.Threading.Tasks.Task"></see> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2511       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2512       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2513       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2514       <returns>The created <see cref="T:System.Threading.Tasks.Task"></see> that represents the asynchronous operation.</returns>
2515       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2516     </member>
2517     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync(System.IAsyncResult,System.Action{System.IAsyncResult},System.Threading.Tasks.TaskCreationOptions)">
2518       <summary>Creates a <see cref="T:System.Threading.Tasks.Task"></see> that executes an end method action when a specified <see cref="T:System.IAsyncResult"></see> completes.</summary>
2519       <param name="asyncResult">The IAsyncResult whose completion should trigger the processing of the endMethod.</param>
2520       <param name="endMethod">The action delegate that processes the completed asyncResult.</param>
2521       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task"></see>.</param>
2522       <returns>A <see cref="T:System.Threading.Tasks.Task"></see> that represents the asynchronous operation.</returns>
2523       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="asyncResult">asyncResult</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2524       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2525     </member>
2526     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)">
2527       <summary>Creates a <see cref="T:System.Threading.Tasks.Task"></see> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2528       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2529       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2530       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2531       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task"></see>.</param>
2532       <returns>The created <see cref="T:System.Threading.Tasks.Task"></see> that represents the asynchronous operation.</returns>
2533       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2534       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value.</exception>
2535     </member>
2536     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync(System.IAsyncResult,System.Action{System.IAsyncResult},System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
2537       <summary>Creates a <see cref="T:System.Threading.Tasks.Task"></see> that executes an end method action when a specified <see cref="T:System.IAsyncResult"></see> completes.</summary>
2538       <param name="asyncResult">The IAsyncResult whose completion should trigger the processing of the endMethod.</param>
2539       <param name="endMethod">The action delegate that processes the completed asyncResult.</param>
2540       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task"></see>.</param>
2541       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> that is used to schedule the task that executes the end method.</param>
2542       <returns>The created <see cref="T:System.Threading.Tasks.Task"></see> that represents the asynchronous operation.</returns>
2543       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="asyncResult">asyncResult</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
2544       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2545     </member>
2546     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``4(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``3},``0,``1,``2,System.Object,System.Threading.Tasks.TaskCreationOptions)">
2547       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"></see> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2548       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2549       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2550       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
2551       <param name="arg2">The second argument passed to the beginMethod delegate.</param>
2552       <param name="arg3">The third argument passed to the beginMethod delegate.</param>
2553       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2554       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2555       <typeparam name="TArg1">The type of the second argument passed to beginMethod delegate.</typeparam>
2556       <typeparam name="TArg2">The type of the third argument passed to beginMethod delegate.</typeparam>
2557       <typeparam name="TArg3">The type of the first argument passed to the beginMethod delegate.</typeparam>
2558       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2559       <returns>The created <see cref="T:System.Threading.Tasks.Task`1"></see> that represents the asynchronous operation.</returns>
2560       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2561       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2562     </member>
2563     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``4(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``3},``0,``1,``2,System.Object)">
2564       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"></see> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2565       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2566       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2567       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
2568       <param name="arg2">The second argument passed to the beginMethod delegate.</param>
2569       <param name="arg3">The third argument passed to the beginMethod delegate.</param>
2570       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2571       <typeparam name="TArg1">The type of the second argument passed to beginMethod delegate.</typeparam>
2572       <typeparam name="TArg2">The type of the third argument passed to beginMethod delegate.</typeparam>
2573       <typeparam name="TArg3">The type of the first argument passed to the beginMethod delegate.</typeparam>
2574       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2575       <returns>The created <see cref="T:System.Threading.Tasks.Task`1"></see> that represents the asynchronous operation.</returns>
2576       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2577     </member>
2578     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``3(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,``1,``2,System.Object,System.Threading.Tasks.TaskCreationOptions)">
2579       <summary>Creates a <see cref="T:System.Threading.Tasks.Task"></see> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2580       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2581       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2582       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
2583       <param name="arg2">The second argument passed to the beginMethod delegate.</param>
2584       <param name="arg3">The third argument passed to the beginMethod delegate.</param>
2585       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2586       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task"></see>.</param>
2587       <typeparam name="TArg1">The type of the second argument passed to beginMethod delegate.</typeparam>
2588       <typeparam name="TArg2">The type of the third argument passed to beginMethod delegate.</typeparam>
2589       <typeparam name="TArg3">The type of the first argument passed to the beginMethod delegate.</typeparam>
2590       <returns>The created <see cref="T:System.Threading.Tasks.Task"></see> that represents the asynchronous operation.</returns>
2591       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2592       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2593     </member>
2594     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``3(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,``1,``2,System.Object)">
2595       <summary>Creates a <see cref="T:System.Threading.Tasks.Task"></see> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2596       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2597       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2598       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
2599       <param name="arg2">The second argument passed to the beginMethod delegate.</param>
2600       <param name="arg3">The third argument passed to the beginMethod delegate.</param>
2601       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2602       <typeparam name="TArg1">The type of the second argument passed to beginMethod delegate.</typeparam>
2603       <typeparam name="TArg2">The type of the third argument passed to beginMethod delegate.</typeparam>
2604       <typeparam name="TArg3">The type of the first argument passed to the beginMethod delegate.</typeparam>
2605       <returns>The created <see cref="T:System.Threading.Tasks.Task"></see> that represents the asynchronous operation.</returns>
2606       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2607     </member>
2608     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``3(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``2},``0,``1,System.Object)">
2609       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"></see> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2610       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2611       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2612       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
2613       <param name="arg2">The second argument passed to the beginMethod delegate.</param>
2614       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2615       <typeparam name="TArg1">The type of the second argument passed to beginMethod delegate.</typeparam>
2616       <typeparam name="TArg2">The type of the first argument passed to the beginMethod delegate.</typeparam>
2617       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2618       <returns>The created <see cref="T:System.Threading.Tasks.Task`1"></see> that represents the asynchronous operation.</returns>
2619       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2620     </member>
2621     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``3(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``2},``0,``1,System.Object,System.Threading.Tasks.TaskCreationOptions)">
2622       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"></see> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2623       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2624       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2625       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
2626       <param name="arg2">The second argument passed to the beginMethod delegate.</param>
2627       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2628       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2629       <typeparam name="TArg1">The type of the second argument passed to beginMethod delegate.</typeparam>
2630       <typeparam name="TArg2">The type of the first argument passed to the beginMethod delegate.</typeparam>
2631       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2632       <returns>The created <see cref="T:System.Threading.Tasks.Task`1"></see> that represents the asynchronous operation.</returns>
2633       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2634       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2635     </member>
2636     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``2(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,``1,System.Object)">
2637       <summary>Creates a <see cref="T:System.Threading.Tasks.Task"></see> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2638       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2639       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2640       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
2641       <param name="arg2">The second argument passed to the beginMethod delegate.</param>
2642       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2643       <typeparam name="TArg1">The type of the second argument passed to beginMethod delegate.</typeparam>
2644       <typeparam name="TArg2">The type of the first argument passed to the beginMethod delegate.</typeparam>
2645       <returns>The created <see cref="T:System.Threading.Tasks.Task"></see> that represents the asynchronous operation.</returns>
2646       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2647     </member>
2648     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``2(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,``1,System.Object,System.Threading.Tasks.TaskCreationOptions)">
2649       <summary>Creates a <see cref="T:System.Threading.Tasks.Task"></see> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2650       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2651       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2652       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
2653       <param name="arg2">The second argument passed to the beginMethod delegate.</param>
2654       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2655       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task"></see>.</param>
2656       <typeparam name="TArg1">The type of the second argument passed to beginMethod delegate.</typeparam>
2657       <typeparam name="TArg2">The type of the first argument passed to the beginMethod delegate.</typeparam>
2658       <returns>The created <see cref="T:System.Threading.Tasks.Task"></see> that represents the asynchronous operation.</returns>
2659       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2660       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2661     </member>
2662     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``2(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``1},``0,System.Object)">
2663       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"></see> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2664       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2665       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2666       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
2667       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2668       <typeparam name="TArg1">The type of the first argument passed to the beginMethod delegate.</typeparam>
2669       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2670       <returns>The created <see cref="T:System.Threading.Tasks.Task`1"></see> that represents the asynchronous operation.</returns>
2671       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2672     </member>
2673     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``2(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``1},``0,System.Object,System.Threading.Tasks.TaskCreationOptions)">
2674       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"></see> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2675       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2676       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2677       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
2678       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2679       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2680       <typeparam name="TArg1">The type of the first argument passed to the beginMethod delegate.</typeparam>
2681       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2682       <returns>The created <see cref="T:System.Threading.Tasks.Task`1"></see> that represents the asynchronous operation.</returns>
2683       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2684       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2685     </member>
2686     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,System.Object,System.Threading.Tasks.TaskCreationOptions)">
2687       <summary>Creates a <see cref="T:System.Threading.Tasks.Task"></see> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2688       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2689       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2690       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
2691       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2692       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task"></see>.</param>
2693       <typeparam name="TArg1">The type of the first argument passed to the beginMethod delegate.</typeparam>
2694       <returns>The created <see cref="T:System.Threading.Tasks.Task"></see> that represents the asynchronous operation.</returns>
2695       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2696       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2697     </member>
2698     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,System.Object)">
2699       <summary>Creates a <see cref="T:System.Threading.Tasks.Task"></see> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2700       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2701       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2702       <param name="arg1">The first argument passed to the beginMethod delegate.</param>
2703       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2704       <typeparam name="TArg1">The type of the first argument passed to the beginMethod delegate.</typeparam>
2705       <returns>The created <see cref="T:System.Threading.Tasks.Task"></see> that represents the asynchronous operation.</returns>
2706       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2707     </member>
2708     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.IAsyncResult,System.Func{System.IAsyncResult,``0},System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
2709       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"></see> that executes an end method function when a specified <see cref="T:System.IAsyncResult"></see> completes.</summary>
2710       <param name="asyncResult">The IAsyncResult whose completion should trigger the processing of the endMethod.</param>
2711       <param name="endMethod">The function delegate that processes the completed asyncResult.</param>
2712       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2713       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> that is used to schedule the task that executes the end method.</param>
2714       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2715       <returns>A <see cref="T:System.Threading.Tasks.Task`1"></see> that represents the asynchronous operation.</returns>
2716       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="asyncResult">asyncResult</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
2717       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2718     </member>
2719     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.IAsyncResult,System.Func{System.IAsyncResult,``0},System.Threading.Tasks.TaskCreationOptions)">
2720       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"></see> that executes an end method function when a specified <see cref="T:System.IAsyncResult"></see> completes.</summary>
2721       <param name="asyncResult">The IAsyncResult whose completion should trigger the processing of the endMethod.</param>
2722       <param name="endMethod">The function delegate that processes the completed asyncResult.</param>
2723       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2724       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2725       <returns>A <see cref="T:System.Threading.Tasks.Task`1"></see> that represents the asynchronous operation.</returns>
2726       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="asyncResult">asyncResult</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2727       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2728     </member>
2729     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``0},System.Object)">
2730       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"></see> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2731       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2732       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2733       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2734       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2735       <returns>The created <see cref="T:System.Threading.Tasks.Task`1"></see> that represents the asynchronous operation.</returns>
2736       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2737     </member>
2738     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.IAsyncResult,System.Func{System.IAsyncResult,``0})">
2739       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"></see> that executes an end method function when a specified <see cref="T:System.IAsyncResult"></see> completes.</summary>
2740       <param name="asyncResult">The IAsyncResult whose completion should trigger the processing of the endMethod.</param>
2741       <param name="endMethod">The function delegate that processes the completed asyncResult.</param>
2742       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2743       <returns>A <see cref="T:System.Threading.Tasks.Task`1"></see> that represents the asynchronous operation.</returns>
2744       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="asyncResult">asyncResult</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2745     </member>
2746     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``0},System.Object,System.Threading.Tasks.TaskCreationOptions)">
2747       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"></see> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
2748       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
2749       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
2750       <param name="state">An object containing data to be used by the beginMethod delegate.</param>
2751       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2752       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2753       <returns>The created <see cref="T:System.Threading.Tasks.Task`1"></see> that represents the asynchronous operation.</returns>
2754       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="beginMethod">beginMethod</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="endMethod">endMethod</paramref> argument is null.</exception>
2755       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2756     </member>
2757     <member name="P:System.Threading.Tasks.TaskFactory.Scheduler">
2758       <summary>Gets the default task scheduler for this task factory.</summary>
2759       <returns>The default task scheduler for this task factory.</returns>
2760     </member>
2761     <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action{System.Object},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
2762       <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task"></see>.</summary>
2763       <param name="action">The action delegate to execute asynchronously.</param>
2764       <param name="state">An object containing data to be used by the action delegate.</param>
2765       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that will be assigned to the new task.</param>
2766       <param name="creationOptions">A TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task"></see></param>
2767       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> that is used to schedule the created <see cref="T:System.Threading.Tasks.Task"></see>.</param>
2768       <returns>The started <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
2769       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
2770       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="action">action</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
2771       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2772     </member>
2773     <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
2774       <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task"></see>.</summary>
2775       <param name="action">The action delegate to execute asynchronously.</param>
2776       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that will be assigned to the new <see cref="T:System.Threading.Tasks.Task"></see></param>
2777       <param name="creationOptions">A TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task"></see></param>
2778       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> that is used to schedule the created <see cref="T:System.Threading.Tasks.Task"></see>.</param>
2779       <returns>The started <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
2780       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
2781       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="action">action</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
2782       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2783     </member>
2784     <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action{System.Object},System.Object,System.Threading.Tasks.TaskCreationOptions)">
2785       <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task"></see>.</summary>
2786       <param name="action">The action delegate to execute asynchronously.</param>
2787       <param name="state">An object containing data to be used by the action delegate.</param>
2788       <param name="creationOptions">A TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task"></see></param>
2789       <returns>The started <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
2790       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="action">action</paramref> argument is null.</exception>
2791       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value.</exception>
2792     </member>
2793     <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action{System.Object},System.Object,System.Threading.CancellationToken)">
2794       <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task"></see>.</summary>
2795       <param name="action">The action delegate to execute asynchronously.</param>
2796       <param name="state">An object containing data to be used by the action delegate.</param>
2797       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that will be assigned to the new <see cref="T:System.Threading.Tasks.Task"></see></param>
2798       <returns>The started <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
2799       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
2800       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="action">action</paramref> argument is null.</exception>
2801     </member>
2802     <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action,System.Threading.CancellationToken)">
2803       <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task"></see>.</summary>
2804       <param name="action">The action delegate to execute asynchronously.</param>
2805       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that will be assigned to the new task.</param>
2806       <returns>The started <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
2807       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
2808       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="action">action</paramref> argument is null.</exception>
2809     </member>
2810     <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action,System.Threading.Tasks.TaskCreationOptions)">
2811       <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task"></see>.</summary>
2812       <param name="action">The action delegate to execute asynchronously.</param>
2813       <param name="creationOptions">A TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task"></see></param>
2814       <returns>The started <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
2815       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="action">action</paramref> argument is null.</exception>
2816       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value.</exception>
2817     </member>
2818     <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action)">
2819       <summary>Creates and starts a task.</summary>
2820       <param name="action">The action delegate to execute asynchronously.</param>
2821       <returns>The started task.</returns>
2822       <exception cref="T:System.ArgumentNullException">The <paramref name="action">action</paramref> argument is null.</exception>
2823     </member>
2824     <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action{System.Object},System.Object)">
2825       <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task"></see>.</summary>
2826       <param name="action">The action delegate to execute asynchronously.</param>
2827       <param name="state">An object containing data to be used by the action delegate.</param>
2828       <returns>The started <see cref="T:System.Threading.Tasks.Task"></see>.</returns>
2829       <exception cref="T:System.ArgumentNullException">The <paramref name="action">action</paramref> argument is null.</exception>
2830     </member>
2831     <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{``0},System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
2832       <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task`1"></see>.</summary>
2833       <param name="function">A function delegate that returns the future result to be available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2834       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that will be assigned to the new task.</param>
2835       <param name="creationOptions">A TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2836       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> that is used to schedule the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2837       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2838       <returns>The started <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2839       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
2840       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="function">function</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
2841       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2842     </member>
2843     <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{``0})">
2844       <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task`1"></see>.</summary>
2845       <param name="function">A function delegate that returns the future result to be available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2846       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2847       <returns>The started <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2848       <exception cref="T:System.ArgumentNullException">The <paramref name="function">function</paramref> argument is null.</exception>
2849     </member>
2850     <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{System.Object,``0},System.Object)">
2851       <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task`1"></see>.</summary>
2852       <param name="function">A function delegate that returns the future result to be available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2853       <param name="state">An object containing data to be used by the function delegate.</param>
2854       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2855       <returns>The started <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2856       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="function">function</paramref> argument is null.</exception>
2857     </member>
2858     <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{``0},System.Threading.CancellationToken)">
2859       <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task`1"></see>.</summary>
2860       <param name="function">A function delegate that returns the future result to be available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2861       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that will be assigned to the new <see cref="T:System.Threading.Tasks.Task"></see></param>
2862       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2863       <returns>The started <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2864       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
2865       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="function">function</paramref> argument is null.</exception>
2866     </member>
2867     <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{``0},System.Threading.Tasks.TaskCreationOptions)">
2868       <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task`1"></see>.</summary>
2869       <param name="function">A function delegate that returns the future result to be available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2870       <param name="creationOptions">A TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2871       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2872       <returns>The started <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2873       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="function">function</paramref> argument is null.</exception>
2874       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2875     </member>
2876     <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{System.Object,``0},System.Object,System.Threading.CancellationToken)">
2877       <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task`1"></see>.</summary>
2878       <param name="function">A function delegate that returns the future result to be available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2879       <param name="state">An object containing data to be used by the function delegate.</param>
2880       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that will be assigned to the new <see cref="T:System.Threading.Tasks.Task"></see></param>
2881       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2882       <returns>The started <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2883       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
2884       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="function">function</paramref> argument is null.</exception>
2885     </member>
2886     <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{System.Object,``0},System.Object,System.Threading.Tasks.TaskCreationOptions)">
2887       <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task`1"></see>.</summary>
2888       <param name="function">A function delegate that returns the future result to be available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2889       <param name="state">An object containing data to be used by the function delegate.</param>
2890       <param name="creationOptions">A TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2891       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2892       <returns>The started <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2893       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="function">function</paramref> argument is null.</exception>
2894       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2895     </member>
2896     <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{System.Object,``0},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
2897       <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task`1"></see>.</summary>
2898       <param name="function">A function delegate that returns the future result to be available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2899       <param name="state">An object containing data to be used by the function delegate.</param>
2900       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken"></see> that will be assigned to the new task.</param>
2901       <param name="creationOptions">A TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2902       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler"></see> that is used to schedule the created <see cref="T:System.Threading.Tasks.Task`1"></see>.</param>
2903       <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1"></see>.</typeparam>
2904       <returns>The started <see cref="T:System.Threading.Tasks.Task`1"></see>.</returns>
2905       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken"></see> has already been disposed.</exception>
2906       <exception cref="T:System.ArgumentNullException">The exception that is thrown when the <paramref name="function">function</paramref> argument is null.   -or-   The exception that is thrown when the <paramref name="scheduler">scheduler</paramref> argument is null.</exception>
2907       <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. The exception that is thrown when the <paramref name="creationOptions">creationOptions</paramref> argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)"></see></exception>
2908     </member>
2909     <member name="T:System.Threading.Tasks.TaskScheduler">
2910       <summary>Represents an object that handles the low-level work of queuing tasks onto threads.</summary>
2911     </member>
2912     <member name="M:System.Threading.Tasks.TaskScheduler.#ctor">
2913       <summary>Initializes the <see cref="T:System.Threading.Tasks.TaskScheduler"></see>.</summary>
2914     </member>
2915     <member name="P:System.Threading.Tasks.TaskScheduler.Current">
2916       <summary>Gets the <see cref="T:System.Threading.Tasks.TaskScheduler"></see> associated with the currently executing task.</summary>
2917       <returns>Returns the <see cref="T:System.Threading.Tasks.TaskScheduler"></see> associated with the currently executing task.</returns>
2918     </member>
2919     <member name="P:System.Threading.Tasks.TaskScheduler.Default">
2920       <summary>Gets the default <see cref="T:System.Threading.Tasks.TaskScheduler"></see> instance that is provided by the .NET Framework.</summary>
2921       <returns>Returns the default <see cref="T:System.Threading.Tasks.TaskScheduler"></see> instance.</returns>
2922     </member>
2923     <member name="M:System.Threading.Tasks.TaskScheduler.FromCurrentSynchronizationContext">
2924       <summary>Creates a <see cref="T:System.Threading.Tasks.TaskScheduler"></see> associated with the current <see cref="T:System.Threading.SynchronizationContext"></see>.</summary>
2925       <returns>A <see cref="T:System.Threading.Tasks.TaskScheduler"></see> associated with the current <see cref="T:System.Threading.SynchronizationContext"></see>, as determined by <see cref="P:System.Threading.SynchronizationContext.Current"></see>.</returns>
2926       <exception cref="T:System.InvalidOperationException">The current SynchronizationContext may not be used as a TaskScheduler.</exception>
2927     </member>
2928     <member name="M:System.Threading.Tasks.TaskScheduler.GetScheduledTasks">
2929       <summary>For debugger support only, generates an enumerable of <see cref="T:System.Threading.Tasks.Task"></see> instances currently queued to the scheduler waiting to be executed.</summary>
2930       <returns>An enumerable that allows a debugger to traverse the tasks currently queued to this scheduler.</returns>
2931       <exception cref="T:System.NotSupportedException">This scheduler is unable to generate a list of queued tasks at this time.</exception>
2932     </member>
2933     <member name="P:System.Threading.Tasks.TaskScheduler.Id">
2934       <summary>Gets the unique ID for this <see cref="T:System.Threading.Tasks.TaskScheduler"></see>.</summary>
2935       <returns>Returns the unique ID for this <see cref="T:System.Threading.Tasks.TaskScheduler"></see>.</returns>
2936     </member>
2937     <member name="P:System.Threading.Tasks.TaskScheduler.MaximumConcurrencyLevel">
2938       <summary>Indicates the maximum concurrency level this <see cref="T:System.Threading.Tasks.TaskScheduler"></see> is able to support.</summary>
2939       <returns>Returns an integer that represents the maximum concurrency level. The default scheduler returns <see cref="F:System.Int32.MaxValue"></see>.</returns>
2940     </member>
2941     <member name="M:System.Threading.Tasks.TaskScheduler.QueueTask(System.Threading.Tasks.Task)">
2942       <summary>Queues a <see cref="T:System.Threading.Tasks.Task"></see> to the scheduler.</summary>
2943       <param name="task">The <see cref="T:System.Threading.Tasks.Task"></see> to be queued.</param>
2944       <exception cref="T:System.ArgumentNullException">The <paramref name="task">task</paramref> argument is null.</exception>
2945     </member>
2946     <member name="M:System.Threading.Tasks.TaskScheduler.TryDequeue(System.Threading.Tasks.Task)">
2947       <summary>Attempts to dequeue a <see cref="T:System.Threading.Tasks.Task"></see> that was previously queued to this scheduler.</summary>
2948       <param name="task">The <see cref="T:System.Threading.Tasks.Task"></see> to be dequeued.</param>
2949       <returns>A Boolean denoting whether the <paramref name="task">task</paramref> argument was successfully dequeued.</returns>
2950       <exception cref="T:System.ArgumentNullException">The <paramref name="task">task</paramref> argument is null.</exception>
2951     </member>
2952     <member name="M:System.Threading.Tasks.TaskScheduler.TryExecuteTask(System.Threading.Tasks.Task)">
2953       <summary>Attempts to execute the provided <see cref="T:System.Threading.Tasks.Task"></see> on this scheduler.</summary>
2954       <param name="task">A <see cref="T:System.Threading.Tasks.Task"></see> object to be executed.</param>
2955       <returns>A Boolean that is true if <paramref name="task">task</paramref> was successfully executed, false if it was not. A common reason for execution failure is that the task had previously been executed or is in the process of being executed by another thread.</returns>
2956       <exception cref="T:System.InvalidOperationException">The <paramref name="task">task</paramref> is not associated with this scheduler.</exception>
2957     </member>
2958     <member name="M:System.Threading.Tasks.TaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)">
2959       <summary>Determines whether the provided <see cref="T:System.Threading.Tasks.Task"></see> can be executed synchronously in this call, and if it can, executes it.</summary>
2960       <param name="task">The <see cref="T:System.Threading.Tasks.Task"></see> to be executed.</param>
2961       <param name="taskWasPreviouslyQueued">A Boolean denoting whether or not task has previously been queued. If this parameter is True, then the task may have been previously queued (scheduled); if False, then the task is known not to have been queued, and this call is being made in order to execute the task inline without queuing it.</param>
2962       <returns>A Boolean value indicating whether the task was executed inline.</returns>
2963       <exception cref="T:System.ArgumentNullException">The <paramref name="task">task</paramref> argument is null.</exception>
2964       <exception cref="T:System.InvalidOperationException">The <paramref name="task">task</paramref> was already executed.</exception>
2965     </member>
2966     <member name="E:System.Threading.Tasks.TaskScheduler.UnobservedTaskException">
2967       <summary>Occurs when a faulted task's unobserved exception is about to trigger exception escalation policy, which, by default, would terminate the process.</summary>
2968       <returns></returns>
2969     </member>
2970     <member name="T:System.Threading.Tasks.TaskSchedulerException">
2971       <summary>Represents an exception used to communicate an invalid operation by a <see cref="T:System.Threading.Tasks.TaskScheduler"></see>.</summary>
2972     </member>
2973     <member name="M:System.Threading.Tasks.TaskSchedulerException.#ctor">
2974       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskSchedulerException"></see> class with a system-supplied message that describes the error.</summary>
2975     </member>
2976     <member name="M:System.Threading.Tasks.TaskSchedulerException.#ctor(System.Exception)">
2977       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskSchedulerException"></see> class using the default error message and a reference to the inner exception that is the cause of this exception.</summary>
2978       <param name="innerException">The exception that is the cause of the current exception.</param>
2979     </member>
2980     <member name="M:System.Threading.Tasks.TaskSchedulerException.#ctor(System.String)">
2981       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskSchedulerException"></see> class with a specified message that describes the error.</summary>
2982       <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
2983     </member>
2984     <member name="M:System.Threading.Tasks.TaskSchedulerException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2985       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskSchedulerException"></see> class with serialized data.</summary>
2986       <param name="info">The object that holds the serialized object data.</param>
2987       <param name="context">The contextual information about the source or destination.</param>
2988     </member>
2989     <member name="M:System.Threading.Tasks.TaskSchedulerException.#ctor(System.String,System.Exception)">
2990       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskSchedulerException"></see> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
2991       <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
2992       <param name="innerException">The exception that is the cause of the current exception. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception.</param>
2993     </member>
2994     <member name="T:System.Threading.Tasks.TaskStatus">
2995       <summary>Represents the current stage in the lifecycle of a <see cref="T:System.Threading.Tasks.Task"></see>.</summary>
2996     </member>
2997     <member name="F:System.Threading.Tasks.TaskStatus.Canceled">
2998       <summary>The task acknowledged cancellation by throwing an OperationCanceledException with its own CancellationToken while the token was in signaled state, or the task's CancellationToken was already signaled before the task started executing. For more information, see <see cref="~/docs/standard/parallel-programming/task-cancellation.md">Task Cancellation</see>.</summary>
2999       <returns></returns>
3000     </member>
3001     <member name="F:System.Threading.Tasks.TaskStatus.Created">
3002       <summary>The task has been initialized but has not yet been scheduled.</summary>
3003       <returns></returns>
3004     </member>
3005     <member name="F:System.Threading.Tasks.TaskStatus.Faulted">
3006       <summary>The task completed due to an unhandled exception.</summary>
3007       <returns></returns>
3008     </member>
3009     <member name="F:System.Threading.Tasks.TaskStatus.RanToCompletion">
3010       <summary>The task completed execution successfully.</summary>
3011       <returns></returns>
3012     </member>
3013     <member name="F:System.Threading.Tasks.TaskStatus.Running">
3014       <summary>The task is running but has not yet completed.</summary>
3015       <returns></returns>
3016     </member>
3017     <member name="F:System.Threading.Tasks.TaskStatus.WaitingForActivation">
3018       <summary>The task is waiting to be activated and scheduled internally by the .NET Framework infrastructure.</summary>
3019       <returns></returns>
3020     </member>
3021     <member name="F:System.Threading.Tasks.TaskStatus.WaitingForChildrenToComplete">
3022       <summary>The task has finished executing and is implicitly waiting for attached child tasks to complete.</summary>
3023       <returns></returns>
3024     </member>
3025     <member name="F:System.Threading.Tasks.TaskStatus.WaitingToRun">
3026       <summary>The task has been scheduled for execution but has not yet begun executing.</summary>
3027       <returns></returns>
3028     </member>
3029     <member name="T:System.Threading.Tasks.UnobservedTaskExceptionEventArgs">
3030       <summary>Provides data for the event that is raised when a faulted <see cref="T:System.Threading.Tasks.Task"></see>'s exception goes unobserved.</summary>
3031     </member>
3032     <member name="M:System.Threading.Tasks.UnobservedTaskExceptionEventArgs.#ctor(System.AggregateException)">
3033       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.UnobservedTaskExceptionEventArgs"></see> class with the unobserved exception.</summary>
3034       <param name="exception">The Exception that has gone unobserved.</param>
3035     </member>
3036     <member name="P:System.Threading.Tasks.UnobservedTaskExceptionEventArgs.Exception">
3037       <summary>The Exception that went unobserved.</summary>
3038       <returns>The Exception that went unobserved.</returns>
3039     </member>
3040     <member name="P:System.Threading.Tasks.UnobservedTaskExceptionEventArgs.Observed">
3041       <summary>Gets whether this exception has been marked as &quot;observed.&quot;</summary>
3042       <returns>true if this exception has been marked as &quot;observed&quot;; otherwise false.</returns>
3043     </member>
3044     <member name="M:System.Threading.Tasks.UnobservedTaskExceptionEventArgs.SetObserved">
3045       <summary>Marks the <see cref="P:System.Threading.Tasks.UnobservedTaskExceptionEventArgs.Exception"></see> as &quot;observed,&quot; thus preventing it from triggering exception escalation policy which, by default, terminates the process.</summary>
3046     </member>
3047     <member name="T:System.OperationCanceledException">
3048       <summary>The exception that is thrown in a thread upon cancellation of an operation that the thread was executing.</summary>
3049     </member>
3050     <member name="M:System.OperationCanceledException.#ctor">
3051       <summary>Initializes a new instance of the <see cref="T:System.OperationCanceledException"></see> class with a system-supplied error message.</summary>
3052     </member>
3053     <member name="M:System.OperationCanceledException.#ctor(System.String)">
3054       <summary>Initializes a new instance of the <see cref="T:System.OperationCanceledException"></see> class with a specified error message.</summary>
3055       <param name="message">A <see cref="T:System.String"></see> that describes the error.</param>
3056     </member>
3057     <member name="M:System.OperationCanceledException.#ctor(System.Threading.CancellationToken)">
3058       <summary>Initializes a new instance of the <see cref="T:System.OperationCanceledException"></see> class with a cancellation token.</summary>
3059       <param name="token">A cancellation token associated with the operation that was canceled.</param>
3060     </member>
3061     <member name="M:System.OperationCanceledException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
3062       <summary>Initializes a new instance of the <see cref="T:System.OperationCanceledException"></see> class with serialized data.</summary>
3063       <param name="info">The object that holds the serialized object data.</param>
3064       <param name="context">The contextual information about the source or destination.</param>
3065     </member>
3066     <member name="M:System.OperationCanceledException.#ctor(System.String,System.Exception)">
3067       <summary>Initializes a new instance of the <see cref="T:System.OperationCanceledException"></see> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
3068       <param name="message">The error message that explains the reason for the exception.</param>
3069       <param name="innerException">The exception that is the cause of the current exception. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception.</param>
3070     </member>
3071     <member name="M:System.OperationCanceledException.#ctor(System.String,System.Threading.CancellationToken)">
3072       <summary>Initializes a new instance of the <see cref="T:System.OperationCanceledException"></see> class with a specified error message and a cancellation token.</summary>
3073       <param name="message">The error message that explains the reason for the exception.</param>
3074       <param name="token">A cancellation token associated with the operation that was canceled.</param>
3075     </member>
3076     <member name="M:System.OperationCanceledException.#ctor(System.String,System.Exception,System.Threading.CancellationToken)">
3077       <summary>Initializes a new instance of the <see cref="T:System.OperationCanceledException"></see> class with a specified error message, a reference to the inner exception that is the cause of this exception, and a cancellation token.</summary>
3078       <param name="message">The error message that explains the reason for the exception.</param>
3079       <param name="innerException">The exception that is the cause of the current exception. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception.</param>
3080       <param name="token">A cancellation token associated with the operation that was canceled.</param>
3081     </member>
3082     <member name="P:System.OperationCanceledException.CancellationToken">
3083       <summary>Gets a token associated with the operation that was canceled.</summary>
3084       <returns>A token associated with the operation that was canceled, or a default token.</returns>
3085     </member>
3086     <member name="T:System.Runtime.CompilerServices.TaskAwaiter`1">
3087       <summary>Represents an object that waits for the completion of an asynchronous task and provides a parameter for the result.</summary>
3088       <typeparam name="TResult">The result for the task.</typeparam>
3089     </member>
3090     <member name="M:System.Runtime.CompilerServices.TaskAwaiter`1.GetResult">
3091       <summary>Ends the wait for the completion of the asynchronous task.</summary>
3092       <returns>The result of the completed task.</returns>
3093       <exception cref="T:System.NullReferenceException">The <see cref="T:System.Runtime.CompilerServices.TaskAwaiter`1"></see> object was not properly initialized.</exception>
3094       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception>
3095       <exception cref="T:System.Exception">The task completed in a <see cref="F:System.Threading.Tasks.TaskStatus.Faulted"></see> state.</exception>
3096     </member>
3097     <member name="P:System.Runtime.CompilerServices.TaskAwaiter`1.IsCompleted">
3098       <summary>Gets a value that indicates whether the asynchronous task has completed.</summary>
3099       <returns>true if the task has completed; otherwise, false.</returns>
3100       <exception cref="T:System.NullReferenceException">The <see cref="T:System.Runtime.CompilerServices.TaskAwaiter`1"></see> object was not properly initialized.</exception>
3101     </member>
3102     <member name="M:System.Runtime.CompilerServices.TaskAwaiter`1.OnCompleted(System.Action)">
3103       <summary>Sets the action to perform when the <see cref="T:System.Runtime.CompilerServices.TaskAwaiter`1"></see> object stops waiting for the asynchronous task to complete.</summary>
3104       <param name="continuation">The action to perform when the wait operation completes.</param>
3105       <exception cref="T:System.ArgumentNullException"><paramref name="continuation">continuation</paramref> is null.</exception>
3106       <exception cref="T:System.NullReferenceException">The <see cref="T:System.Runtime.CompilerServices.TaskAwaiter`1"></see> object was not properly initialized.</exception>
3107     </member>
3108     <member name="M:System.Runtime.CompilerServices.TaskAwaiter`1.UnsafeOnCompleted(System.Action)">
3109       <summary>Schedules the continuation action for the asynchronous task associated with this awaiter.</summary>
3110       <param name="continuation">The action to invoke when the await operation completes.</param>
3111       <exception cref="T:System.ArgumentNullException"><paramref name="continuation">continuation</paramref> is null.</exception>
3112       <exception cref="T:System.InvalidOperationException">The awaiter was not properly initialized.</exception>
3113     </member>
3114     <member name="T:System.Runtime.CompilerServices.TaskAwaiter">
3115       <summary>Provides an object that waits for the completion of an asynchronous task.</summary>
3116     </member>
3117     <member name="M:System.Runtime.CompilerServices.TaskAwaiter.GetResult">
3118       <summary>Ends the wait for the completion of the asynchronous task.</summary>
3119       <exception cref="T:System.NullReferenceException">The <see cref="T:System.Runtime.CompilerServices.TaskAwaiter"></see> object was not properly initialized.</exception>
3120       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception>
3121       <exception cref="T:System.Exception">The task completed in a <see cref="F:System.Threading.Tasks.TaskStatus.Faulted"></see> state.</exception>
3122     </member>
3123     <member name="P:System.Runtime.CompilerServices.TaskAwaiter.IsCompleted">
3124       <summary>Gets a value that indicates whether the asynchronous task has completed.</summary>
3125       <returns>true if the task has completed; otherwise, false.</returns>
3126       <exception cref="T:System.NullReferenceException">The <see cref="T:System.Runtime.CompilerServices.TaskAwaiter"></see> object was not properly initialized.</exception>
3127     </member>
3128     <member name="M:System.Runtime.CompilerServices.TaskAwaiter.OnCompleted(System.Action)">
3129       <summary>Sets the action to perform when the <see cref="T:System.Runtime.CompilerServices.TaskAwaiter"></see> object stops waiting for the asynchronous task to complete.</summary>
3130       <param name="continuation">The action to perform when the wait operation completes.</param>
3131       <exception cref="T:System.ArgumentNullException"><paramref name="continuation">continuation</paramref> is null.</exception>
3132       <exception cref="T:System.NullReferenceException">The <see cref="T:System.Runtime.CompilerServices.TaskAwaiter"></see> object was not properly initialized.</exception>
3133     </member>
3134     <member name="M:System.Runtime.CompilerServices.TaskAwaiter.UnsafeOnCompleted(System.Action)">
3135       <summary>Schedules the continuation action for the asynchronous task that is associated with this awaiter.</summary>
3136       <param name="continuation">The action to invoke when the await operation completes.</param>
3137       <exception cref="T:System.ArgumentNullException"><paramref name="continuation">continuation</paramref> is null.</exception>
3138       <exception cref="T:System.InvalidOperationException">The awaiter was not properly initialized.</exception>
3139     </member>
3140     <member name="T:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter">
3141       <summary>Provides an awaiter for switching into a target environment.</summary>
3142     </member>
3143     <member name="M:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter.GetResult">
3144       <summary>Ends the await operation.</summary>
3145     </member>
3146     <member name="P:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter.IsCompleted">
3147       <summary>Gets a value that indicates whether a yield is not required.</summary>
3148       <returns>Always false, which indicates that a yield is always required for <see cref="T:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter"></see>.</returns>
3149     </member>
3150     <member name="M:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter.OnCompleted(System.Action)">
3151       <summary>Sets the continuation to invoke.</summary>
3152       <param name="continuation">The action to invoke asynchronously.</param>
3153       <exception cref="T:System.ArgumentNullException"><paramref name="continuation">continuation</paramref> is null.</exception>
3154     </member>
3155     <member name="M:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter.UnsafeOnCompleted(System.Action)">
3156       <summary>Posts the <paramref name="continuation">continuation</paramref> back to the current context.</summary>
3157       <param name="continuation">The action to invoke asynchronously.</param>
3158       <exception cref="T:System.ArgumentNullException">The <paramref name="continuation">continuation</paramref> argument is null.</exception>
3159     </member>
3160     <member name="T:System.Runtime.CompilerServices.YieldAwaitable">
3161       <summary>Provides the context for waiting when asynchronously switching into a target environment.</summary>
3162     </member>
3163     <member name="M:System.Runtime.CompilerServices.YieldAwaitable.GetAwaiter">
3164       <summary>Retrieves a <see cref="T:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter"></see> object  for this instance of the class.</summary>
3165       <returns>The object that is used to monitor the completion of an asynchronous operation.</returns>
3166     </member>
3167   </members>
3168 </doc></span>