From 2105f047abae9fecf46c04d68ed89de32eb6e1f6 Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Wed, 28 Dec 2022 12:26:56 -0800
Subject: [PATCH 1/2] add OperationCanceledException to methods with
CancellationToken param
---
.../DistributedCacheExtensions.xml | 6 +++-
xml/System.Data.Common/DbBatch.xml | 7 ++++-
xml/System.Data.Common/DbCommand.xml | 8 +++++-
xml/System.Data.Common/DbDataReader.xml | 7 ++++-
xml/System.Data.SqlClient/SqlBulkCopy.xml | 7 ++++-
xml/System.Data.SqlClient/SqlCommand.xml | 8 +++++-
xml/System.Data.SqlClient/SqlConnection.xml | 4 ++-
xml/System.Data.SqlClient/SqlDataReader.xml | 7 ++++-
xml/System.Data/DataReaderExtensions.xml | 5 +++-
xml/System.Formats.Tar/TarEntry.xml | 4 ++-
xml/System.Formats.Tar/TarFile.xml | 7 ++++-
xml/System.Formats.Tar/TarReader.xml | 4 ++-
xml/System.Formats.Tar/TarWriter.xml | 5 +++-
xml/System.IO.Compression/ZLibStream.xml | 4 ++-
.../NonCryptographicHashAlgorithm.xml | 4 ++-
xml/System.IO.Pipes/PipeStream.xml | 7 ++++-
xml/System.IO/BufferedStream.xml | 6 +++-
xml/System.IO/FileStream.xml | 6 +++-
xml/System.IO/MemoryStream.xml | 7 ++++-
xml/System.IO/RandomAccess.xml | 7 ++++-
xml/System.IO/Stream.xml | 10 ++++++-
xml/System.IO/StreamReader.xml | 5 +++-
xml/System.IO/StringReader.xml | 5 +++-
xml/System.IO/TextReader.xml | 5 +++-
xml/System.Linq/ParallelEnumerable.xml | 4 ++-
.../HttpClientJsonExtensions.xml | 21 +++++++++++++-
xml/System.Net.Http/DelegatingHandler.xml | 4 ++-
xml/System.Net.Http/HttpClient.xml | 23 ++++++++++++++-
xml/System.Net.Http/HttpClientHandler.xml | 5 +++-
xml/System.Net.Http/HttpContent.xml | 5 +++-
xml/System.Net.Http/HttpMessageHandler.xml | 5 +++-
xml/System.Net.Http/HttpMessageInvoker.xml | 5 +++-
.../MessageProcessingHandler.xml | 4 ++-
xml/System.Net.Http/SocketsHttpHandler.xml | 4 ++-
xml/System.Net.Mail/SmtpClient.xml | 5 +++-
xml/System.Net.Security/NegotiateStream.xml | 6 +++-
xml/System.Net.Security/SslStream.xml | 10 ++++++-
xml/System.Net.Sockets/NetworkStream.xml | 7 ++++-
xml/System.Net.Sockets/Socket.xml | 21 +++++++++++++-
.../SocketTaskExtensions.xml | 9 +++++-
xml/System.Net.Sockets/TcpClient.xml | 6 +++-
xml/System.Net.Sockets/UdpClient.xml | 7 ++++-
xml/System.Net.WebSockets/ClientWebSocket.xml | 7 ++++-
xml/System.Runtime/ControlledExecution.xml | 4 ++-
.../CoseMultiSignMessage.xml | 5 +++-
.../CoseSign1Message.xml | 5 +++-
.../CoseSignature.xml | 4 ++-
.../CryptoStream.xml | 9 +++++-
xml/System.Security.Cryptography/HMACMD5.xml | 6 +++-
xml/System.Security.Cryptography/HMACSHA1.xml | 6 +++-
.../HMACSHA256.xml | 6 +++-
.../HMACSHA384.xml | 6 +++-
.../HMACSHA512.xml | 6 +++-
xml/System.Security.Cryptography/MD5.xml | 5 +++-
xml/System.Security.Cryptography/SHA1.xml | 5 +++-
xml/System.Security.Cryptography/SHA256.xml | 5 +++-
xml/System.Security.Cryptography/SHA384.xml | 5 +++-
xml/System.Security.Cryptography/SHA512.xml | 5 +++-
xml/System.Text.Json/JsonDocument.xml | 4 ++-
xml/System.Text.Json/JsonSerializer.xml | 13 ++++++++-
xml/System.Text.Json/Utf8JsonWriter.xml | 4 ++-
.../DataflowBlock.xml | 9 +++++-
xml/System.Threading.Tasks/Parallel.xml | 5 +++-
xml/System.Threading.Tasks/Task.xml | 27 +++++++++++++++++-
.../TaskCompletionSource.xml | 4 ++-
.../TaskCompletionSource`1.xml | 4 ++-
xml/System.Threading.Tasks/TaskFactory.xml | 28 ++++++++++++++++++-
xml/System.Threading.Tasks/TaskFactory`1.xml | 16 ++++++++++-
xml/System.Threading.Tasks/Task`1.xml | 15 +++++++++-
xml/System.Threading/CancellationToken.xml | 5 +++-
.../CancellationTokenSource.xml | 4 ++-
xml/System.Threading/ManualResetEventSlim.xml | 6 +++-
xml/System.Threading/SemaphoreSlim.xml | 6 +++-
xml/System.Web.WebSockets/AspNetWebSocket.xml | 7 ++++-
xml/System.Windows.Threading/Dispatcher.xml | 5 +++-
xml/System.Xml.Linq/XNode.xml | 4 ++-
xml/System/WindowsRuntimeSystemExtensions.xml | 8 +++++-
77 files changed, 482 insertions(+), 77 deletions(-)
diff --git a/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheExtensions.xml b/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheExtensions.xml
index 5fdc69c0277..7e2ab4cc702 100644
--- a/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheExtensions.xml
+++ b/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheExtensions.xml
@@ -1,3 +1,4 @@
+
@@ -242,6 +243,7 @@
To be added.
or is null.
+ The cancellation token was canceled.
@@ -427,6 +429,7 @@
To be added.
or is null.
+ The cancellation token was canceled.
@@ -468,7 +471,8 @@
To be added.
or is null.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Data.Common/DbBatch.xml b/xml/System.Data.Common/DbBatch.xml
index 54b91face44..b2c96042f79 100644
--- a/xml/System.Data.Common/DbBatch.xml
+++ b/xml/System.Data.Common/DbBatch.xml
@@ -1,3 +1,4 @@
+
@@ -440,6 +441,7 @@ The precise semantics of batch execution vary across ADO.NET providers, especial
An error occurred while executing the batch.
ADO.NET Overview
+ The cancellation token was canceled.
@@ -506,6 +508,7 @@ The precise semantics of batch execution vary across ADO.NET providers, especial
An error occurred while executing the batch.
The value is invalid.
+ The cancellation token was canceled.
@@ -542,6 +545,7 @@ The precise semantics of batch execution vary across ADO.NET providers, especial
An error occurred while executing the batch.
The value is invalid.
+ The cancellation token was canceled.
@@ -592,6 +596,7 @@ The precise semantics of batch execution vary across ADO.NET providers, especial
The first column of the first row in the first result set.
To be added.
An error occurred while executing the batch.
+ The cancellation token was canceled.
@@ -695,4 +700,4 @@ The precise semantics of batch execution vary across ADO.NET providers, especial
-
+
\ No newline at end of file
diff --git a/xml/System.Data.Common/DbCommand.xml b/xml/System.Data.Common/DbCommand.xml
index 00907fa09d9..8ab8d3a2eb2 100644
--- a/xml/System.Data.Common/DbCommand.xml
+++ b/xml/System.Data.Common/DbCommand.xml
@@ -1,3 +1,4 @@
+
@@ -853,6 +854,7 @@
An error occurred while executing the command.
An invalid value.
ADO.NET Overview
+ The cancellation token was canceled.
@@ -1032,6 +1034,7 @@
An error occurred while executing the command.
ADO.NET Overview
+ The cancellation token was canceled.
@@ -1305,6 +1308,7 @@
An error occurred while executing the command.
An invalid value.
ADO.NET Overview
+ The cancellation token was canceled.
@@ -1359,6 +1363,7 @@
An error occurred while executing the command.
An invalid value.
ADO.NET Overview
+ The cancellation token was canceled.
@@ -1538,6 +1543,7 @@
An error occurred while executing the command.
ADO.NET Overview
+ The cancellation token was canceled.
@@ -2119,4 +2125,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Data.Common/DbDataReader.xml b/xml/System.Data.Common/DbDataReader.xml
index 8b40c8fdac3..8b2f86f7f86 100644
--- a/xml/System.Data.Common/DbDataReader.xml
+++ b/xml/System.Data.Common/DbDataReader.xml
@@ -1,3 +1,4 @@
+
@@ -1435,6 +1436,7 @@ private static void GetDataTypes(String connectionString)
There was an asynchronous operation in progress. This applies to all Get_*_ methods when running in sequential mode, as they could be called while reading a stream.
The column index is out of range.
The value returned by the database doesn't match or cannot be cast to .
+ The cancellation token was canceled.
@@ -2631,6 +2633,7 @@ Returns if the executed command returned no resultset, o
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.
The column index is out of range.
+ The cancellation token was canceled.
@@ -2913,6 +2916,7 @@ Returns if the executed command returned no resultset, o
An error occurred while executing the command text.
ADO.NET Overview
+ The cancellation token was canceled.
@@ -3090,6 +3094,7 @@ Returns if the executed command returned no resultset, o
An error occurred while executing the command text.
ADO.NET Overview
+ The cancellation token was canceled.
@@ -3323,4 +3328,4 @@ This member is an explicit interface member implementation. It can be used only
-
+
\ No newline at end of file
diff --git a/xml/System.Data.SqlClient/SqlBulkCopy.xml b/xml/System.Data.SqlClient/SqlBulkCopy.xml
index e2e5fdfa28d..81b5cf46714 100644
--- a/xml/System.Data.SqlClient/SqlBulkCopy.xml
+++ b/xml/System.Data.SqlClient/SqlBulkCopy.xml
@@ -1,3 +1,4 @@
+
@@ -1473,6 +1474,7 @@ For more information about asynchronous programming in the .NET Framework Data P
is specified in the connection string.
Returned in the task object, any error returned by SQL Server that occurred while opening the connection.
+ The cancellation token was canceled.
@@ -1589,6 +1591,7 @@ For more information about asynchronous programming in the .NET Framework Data P
is specified in the connection string.
Returned in the task object, any error returned by SQL Server that occurred while opening the connection.
+ The cancellation token was canceled.
@@ -1652,6 +1655,7 @@ For more information about asynchronous programming in the .NET Framework Data P
is specified in the connection string.
Returned in the task object, any error returned by SQL Server that occurred while opening the connection.
+ The cancellation token was canceled.
@@ -1713,7 +1717,8 @@ For more information about asynchronous programming in the .NET Framework Data P
is specified in the connection string.
Returned in the task object, any error returned by SQL Server that occurred while opening the connection.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Data.SqlClient/SqlCommand.xml b/xml/System.Data.SqlClient/SqlCommand.xml
index 9592c9e4724..f7488332c01 100644
--- a/xml/System.Data.SqlClient/SqlCommand.xml
+++ b/xml/System.Data.SqlClient/SqlCommand.xml
@@ -1,3 +1,4 @@
+
@@ -2722,6 +2723,7 @@ The closed or dropped durin
An error occurred in a , or object during a streaming operation. For more information about streaming, see [SqlClient Streaming Support](/dotnet/framework/data/adonet/sqlclient-streaming-support).
The , or object was closed during a streaming operation. For more information about streaming, see [SqlClient Streaming Support](/dotnet/framework/data/adonet/sqlclient-streaming-support).
ADO.NET Overview
+ The cancellation token was canceled.
@@ -3138,6 +3140,7 @@ A timeout occurred during a streaming operation. For more information about stre
An error occurred in a , or object during a streaming operation. For more information about streaming, see [SqlClient Streaming Support](/dotnet/framework/data/adonet/sqlclient-streaming-support).
The , or object was closed during a streaming operation. For more information about streaming, see [SqlClient Streaming Support](/dotnet/framework/data/adonet/sqlclient-streaming-support).
ADO.NET Overview
+ The cancellation token was canceled.
@@ -3216,6 +3219,7 @@ A timeout occurred during a streaming operation. For more information about stre
An error occurred in a , or object during a streaming operation. For more information about streaming, see [SqlClient Streaming Support](/dotnet/framework/data/adonet/sqlclient-streaming-support).
The , or object was closed during a streaming operation. For more information about streaming, see [SqlClient Streaming Support](/dotnet/framework/data/adonet/sqlclient-streaming-support).
ADO.NET Overview
+ The cancellation token was canceled.
@@ -3377,6 +3381,7 @@ A timeout occurred during a streaming operation. For more information about stre
An error occurred in a , or object during a streaming operation. For more information about streaming, see [SqlClient Streaming Support](/dotnet/framework/data/adonet/sqlclient-streaming-support).
The , or object was closed during a streaming operation. For more information about streaming, see [SqlClient Streaming Support](/dotnet/framework/data/adonet/sqlclient-streaming-support).
ADO.NET Overview
+ The cancellation token was canceled.
@@ -3627,6 +3632,7 @@ A timeout occurred during a streaming operation. For more information about stre
An error occurred in a , or object during a streaming operation. For more information about streaming, see [SqlClient Streaming Support](/dotnet/framework/data/adonet/sqlclient-streaming-support).
The , or object was closed during a streaming operation. For more information about streaming, see [SqlClient Streaming Support](/dotnet/framework/data/adonet/sqlclient-streaming-support).
ADO.NET Overview
+ The cancellation token was canceled.
@@ -4223,4 +4229,4 @@ This member is an explicit interface member implementation. It can be used only
-
+
\ No newline at end of file
diff --git a/xml/System.Data.SqlClient/SqlConnection.xml b/xml/System.Data.SqlClient/SqlConnection.xml
index d6865c44734..d03a0773c7f 100644
--- a/xml/System.Data.SqlClient/SqlConnection.xml
+++ b/xml/System.Data.SqlClient/SqlConnection.xml
@@ -1,3 +1,4 @@
+
@@ -2631,6 +2632,7 @@ class Program {
A connection was not available from the connection pool before the connection time out elapsed.
Any error returned by SQL Server that occurred while opening the connection.
ADO.NET Overview
+ The cancellation token was canceled.
@@ -3273,4 +3275,4 @@ Once the transaction has completed, you must explicitly commit or roll back the
-
+
\ No newline at end of file
diff --git a/xml/System.Data.SqlClient/SqlDataReader.xml b/xml/System.Data.SqlClient/SqlDataReader.xml
index 07e69f4ac45..60e599e1bfc 100644
--- a/xml/System.Data.SqlClient/SqlDataReader.xml
+++ b/xml/System.Data.SqlClient/SqlDataReader.xml
@@ -1,3 +1,4 @@
+
@@ -1286,6 +1287,7 @@ This member is an explicit interface member implementation. It can be used only
The value of the column was null ( == ), retrieving a non-SQL type.
doesn't match the type returned by SQL Server or cannot be cast.
+ The cancellation token was canceled.
@@ -3738,6 +3740,7 @@ This member is an explicit interface member implementation. It can be used only
is specified in the connection string.
Trying to read a column that does not exist.
+ The cancellation token was canceled.
@@ -3974,6 +3977,7 @@ This member is an explicit interface member implementation. It can be used only
is specified in the connection string.
SQL Server returned an error while executing the command text.
ADO.NET Overview
+ The cancellation token was canceled.
@@ -4099,6 +4103,7 @@ This member is an explicit interface member implementation. It can be used only
is specified in the connection string.
SQL Server returned an error while executing the command text.
ADO.NET Overview
+ The cancellation token was canceled.
@@ -4323,4 +4328,4 @@ This member is an explicit interface member implementation. It can be used only
-
+
\ No newline at end of file
diff --git a/xml/System.Data/DataReaderExtensions.xml b/xml/System.Data/DataReaderExtensions.xml
index 786b472f6b2..ec89bd9ab7a 100644
--- a/xml/System.Data/DataReaderExtensions.xml
+++ b/xml/System.Data/DataReaderExtensions.xml
@@ -1,3 +1,4 @@
+
@@ -598,6 +599,7 @@
There was an asynchronous operation in progress. This applies to all Get_*_ methods when running in sequential mode, as they could be called while reading a stream.
The name specified is not a valid column name.
The value returned by the database doesn't match or cannot be cast to .
+ The cancellation token was canceled.
@@ -1186,7 +1188,8 @@
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.
The name specified is not a valid column name.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Formats.Tar/TarEntry.xml b/xml/System.Formats.Tar/TarEntry.xml
index 718d29c8b92..f83572adbe0 100644
--- a/xml/System.Formats.Tar/TarEntry.xml
+++ b/xml/System.Formats.Tar/TarEntry.xml
@@ -1,3 +1,4 @@
+
@@ -189,6 +190,7 @@ A directory exists with the same name as
An I/O problem occurred.
The entry type is unsupported.
Permissions are insufficient.
+ The cancellation token was canceled.
@@ -386,4 +388,4 @@ An I/O problem occurred.
-
+
\ No newline at end of file
diff --git a/xml/System.Formats.Tar/TarFile.xml b/xml/System.Formats.Tar/TarFile.xml
index db31cc85e74..ed44d6db0b9 100644
--- a/xml/System.Formats.Tar/TarFile.xml
+++ b/xml/System.Formats.Tar/TarFile.xml
@@ -1,3 +1,4 @@
+
@@ -131,6 +132,7 @@
does not support writing.
The directory path is not found.
An I/O exception occurred.
+ The cancellation token was canceled.
@@ -168,6 +170,7 @@
or is empty.
The directory path is not found.
An I/O exception occurred.
+ The cancellation token was canceled.
@@ -308,6 +311,7 @@ Extracting one of the tar entries would have resulted in a file outside the spec
does not support reading.
An I/O exception occurred.
+ The cancellation token was canceled.
@@ -354,7 +358,8 @@ Extracting one of the tar entries would have resulted in a file outside the spec
or is empty.
An I/O exception occurred.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Formats.Tar/TarReader.xml b/xml/System.Formats.Tar/TarReader.xml
index 281cea70e5e..36dc4b84dd8 100644
--- a/xml/System.Formats.Tar/TarReader.xml
+++ b/xml/System.Formats.Tar/TarReader.xml
@@ -1,3 +1,4 @@
+
@@ -191,7 +192,8 @@ More than one Global Extended Attributes Entry was found in the current archive.
An I/O problem occurred.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Formats.Tar/TarWriter.xml b/xml/System.Formats.Tar/TarWriter.xml
index f3772831483..17bf47019e6 100644
--- a/xml/System.Formats.Tar/TarWriter.xml
+++ b/xml/System.Formats.Tar/TarWriter.xml
@@ -1,3 +1,4 @@
+
@@ -320,6 +321,7 @@ These are the entry types supported for writing on each format:
is .
An I/O problem occurred.
+ The cancellation token was canceled.
@@ -352,7 +354,8 @@ These are the entry types supported for writing on each format:
or is or empty.
An I/O problem occurred.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.IO.Compression/ZLibStream.xml b/xml/System.IO.Compression/ZLibStream.xml
index 021e8401589..32a2bcada27 100644
--- a/xml/System.IO.Compression/ZLibStream.xml
+++ b/xml/System.IO.Compression/ZLibStream.xml
@@ -1,3 +1,4 @@
+
@@ -372,6 +373,7 @@
The stream does not support reading or writing.
The stream is closed.
Only one asynchronous reader or writer is allowed at a time.
+ The cancellation token was canceled.
@@ -895,4 +897,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.IO.Hashing/NonCryptographicHashAlgorithm.xml b/xml/System.IO.Hashing/NonCryptographicHashAlgorithm.xml
index 8a8c0a69747..8a0b769fec6 100644
--- a/xml/System.IO.Hashing/NonCryptographicHashAlgorithm.xml
+++ b/xml/System.IO.Hashing/NonCryptographicHashAlgorithm.xml
@@ -1,3 +1,4 @@
+
@@ -150,6 +151,7 @@
To be added.
is .
+ The cancellation token was canceled.
@@ -482,4 +484,4 @@ The default implementation of this method calls
-
+
\ No newline at end of file
diff --git a/xml/System.IO.Pipes/PipeStream.xml b/xml/System.IO.Pipes/PipeStream.xml
index bc4c89f4a20..f849118a4f2 100644
--- a/xml/System.IO.Pipes/PipeStream.xml
+++ b/xml/System.IO.Pipes/PipeStream.xml
@@ -1,3 +1,4 @@
+
@@ -1608,6 +1609,7 @@ The pipe is in a disconnected state.
The pipe handle has not been set. (Did your implementation call ?
+ The cancellation token was canceled.
@@ -1673,6 +1675,7 @@ The pipe is in a disconnected state.
The pipe handle has not been set. (Did your implementation call ?
+ The cancellation token was canceled.
@@ -2293,6 +2296,7 @@ The pipe is in a disconnected state.
The pipe handle has not been set. (Did your implementation call ?
+ The cancellation token was canceled.
@@ -2369,6 +2373,7 @@ The pipe is in a disconnected state.
The pipe handle has not been set. (Did your implementation call ?
+ The cancellation token was canceled.
@@ -2430,4 +2435,4 @@ The pipe handle has not been set. (Did your
@@ -1153,6 +1154,7 @@ Calling `DisposeAsync` allows the resources used by the A task that represents the asynchronous flush operation.
To be added.
The stream has been disposed.
+ The cancellation token was canceled.
@@ -1538,6 +1540,7 @@ If the operation is canceled before it completes, the returned task contains the
The stream does not support reading.
The stream has been disposed.
The stream is currently in use by a previous read operation.
+ The cancellation token was canceled.
@@ -2028,6 +2031,7 @@ If the operation is canceled before it completes, the returned task contains the
The stream does not support writing.
The stream has been disposed.
The stream is currently in use by a previous write operation.
+ The cancellation token was canceled.
@@ -2094,4 +2098,4 @@ Use the property to determine whethe
-
+
\ No newline at end of file
diff --git a/xml/System.IO/FileStream.xml b/xml/System.IO/FileStream.xml
index 6680db14eac..cee3c713efc 100644
--- a/xml/System.IO/FileStream.xml
+++ b/xml/System.IO/FileStream.xml
@@ -1,3 +1,4 @@
+
@@ -2760,6 +2761,7 @@ Calling `DisposeAsync` allows the resources used by the
The stream has been disposed.
Cancellation
+ The cancellation token was canceled.
@@ -3577,6 +3579,7 @@ The following example shows how to read from a file asynchronously.
The stream has been disposed.
The stream is currently in use by a previous read operation.
Cancellation
+ The cancellation token was canceled.
@@ -4317,6 +4320,7 @@ If the operation is canceled before it completes, the returned task contains the
The stream has been disposed.
The stream is currently in use by a previous write operation.
Cancellation
+ The cancellation token was canceled.
@@ -4403,4 +4407,4 @@ If the operation is canceled before it completes, the returned task contains the
-
+
\ No newline at end of file
diff --git a/xml/System.IO/MemoryStream.xml b/xml/System.IO/MemoryStream.xml
index c4d1686b4d9..d13f713cfc4 100644
--- a/xml/System.IO/MemoryStream.xml
+++ b/xml/System.IO/MemoryStream.xml
@@ -1,3 +1,4 @@
+
@@ -1139,6 +1140,7 @@ The stream is unwritable.
is negative or zero.
Either the current stream or the destination stream is disposed.
The current stream does not support reading, or the destination stream does not support writing.
+ The cancellation token was canceled.
@@ -1452,6 +1454,7 @@ The pending operation does not support writing.
The stream has been disposed.
Cancellation
+ The cancellation token was canceled.
@@ -1967,6 +1970,7 @@ The pending operation does not support writing.
The stream does not support reading.
The stream has been disposed.
The stream is currently in use by a previous read operation.
+ The cancellation token was canceled.
@@ -2603,6 +2607,7 @@ The underlying buffer will not be exposed if the current `MemoryStream` instance
The stream does not support writing.
The stream has been disposed.
The stream is currently in use by a previous write operation.
+ The cancellation token was canceled.
@@ -2746,4 +2751,4 @@ The underlying buffer will not be exposed if the current `MemoryStream` instance
-
+
\ No newline at end of file
diff --git a/xml/System.IO/RandomAccess.xml b/xml/System.IO/RandomAccess.xml
index 2d5be6dce4c..04d39e856e7 100644
--- a/xml/System.IO/RandomAccess.xml
+++ b/xml/System.IO/RandomAccess.xml
@@ -1,3 +1,4 @@
+
@@ -201,6 +202,7 @@ Position of the file is not advanced.
was not opened for reading.
An I/O error occurred.
+ The cancellation token was canceled.
@@ -251,6 +253,7 @@ Position of the file is not advanced.
was not opened for reading.
An I/O error occurred.
+ The cancellation token was canceled.
@@ -433,6 +436,7 @@ Position of the file is not advanced.
was not opened for writing.
An I/O error occurred.
+ The cancellation token was canceled.
@@ -483,7 +487,8 @@ Position of the file is not advanced.
was not opened for writing.
An I/O error occurred.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.IO/Stream.xml b/xml/System.IO/Stream.xml
index 449306dcabb..4431c2fba27 100644
--- a/xml/System.IO/Stream.xml
+++ b/xml/System.IO/Stream.xml
@@ -1,3 +1,4 @@
+
@@ -1079,6 +1080,7 @@
is negative or zero.
Either the current stream or the destination stream is disposed.
The current stream does not support reading, or the destination stream does not support writing.
+ The cancellation token was canceled.
@@ -1664,6 +1666,7 @@
The stream has been disposed.
Cancellation
+ The cancellation token was canceled.
@@ -2231,6 +2234,7 @@
The stream has been disposed.
The stream is currently in use by a previous read operation.
Cancellation
+ The cancellation token was canceled.
@@ -2337,6 +2341,7 @@ When `minimumBytes` is 0 (zero), this read operation will be completed without w
is and the end of the stream is reached before reading
bytes of data.
+ The cancellation token was canceled.
@@ -2550,6 +2555,7 @@ When `buffer` is empty, this read operation will be completed without waiting fo
]]>
The end of the stream is reached before filling the .
+ The cancellation token was canceled.
@@ -2611,6 +2617,7 @@ When `count` is 0 (zero), this read operation will be completed without waiting
The range specified by the combination of and exceeds the
length of .
The end of the stream is reached before reading number of bytes.
+ The cancellation token was canceled.
@@ -3320,6 +3327,7 @@ This member is an explicit interface member implementation. It can be used only
The stream has been disposed.
The stream is currently in use by a previous write operation.
Cancellation
+ The cancellation token was canceled.
@@ -3439,4 +3447,4 @@ This member is an explicit interface member implementation. It can be used only
-
+
\ No newline at end of file
diff --git a/xml/System.IO/StreamReader.xml b/xml/System.IO/StreamReader.xml
index 48b8dcf8862..f5ca8d80fff 100644
--- a/xml/System.IO/StreamReader.xml
+++ b/xml/System.IO/StreamReader.xml
@@ -1,3 +1,4 @@
+
@@ -2467,6 +2468,7 @@ If this method is canceled via `cancellationToken`, some data
The number of characters in the next line is larger than Int32.MaxValue.
The stream reader has been disposed.
The reader is currently in use by a previous read operation.
+ The cancellation token was canceled.
@@ -2667,7 +2669,8 @@ If this method is canceled via `cancellationToken`, some data
The number of characters is larger than Int32.MaxValue.
The stream reader has been disposed.
The reader is currently in use by a previous read operation.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.IO/StringReader.xml b/xml/System.IO/StringReader.xml
index eb09c8ab3ee..b8aa4e3057e 100644
--- a/xml/System.IO/StringReader.xml
+++ b/xml/System.IO/StringReader.xml
@@ -1,3 +1,4 @@
+
@@ -1125,6 +1126,7 @@ This implementation of `Close` calls the The number of characters in the next line is larger than Int32.MaxValue.
The string reader has been disposed.
The reader is currently in use by a previous read operation.
+ The cancellation token was canceled.
@@ -1316,7 +1318,8 @@ This implementation of `Close` calls the The number of characters is larger than Int32.MaxValue.
The string reader has been disposed.
The reader is currently in use by a previous read operation.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.IO/TextReader.xml b/xml/System.IO/TextReader.xml
index c35ab9d2ed3..d9f7b52d300 100644
--- a/xml/System.IO/TextReader.xml
+++ b/xml/System.IO/TextReader.xml
@@ -1,3 +1,4 @@
+
@@ -1248,6 +1249,7 @@ If the current represents the standard input stream
The number of characters in the next line is larger than Int32.MaxValue.
The text reader has been disposed.
The reader is currently in use by a previous read operation.
+ The cancellation token was canceled.
@@ -1437,6 +1439,7 @@ The class is an abstract class. Therefore, you do no
The number of characters is larger than Int32.MaxValue.
The text reader has been disposed.
The reader is currently in use by a previous read operation.
+ The cancellation token was canceled.
@@ -1543,4 +1546,4 @@ This member is an explicit interface member implementation. It can be used only
-
+
\ No newline at end of file
diff --git a/xml/System.Linq/ParallelEnumerable.xml b/xml/System.Linq/ParallelEnumerable.xml
index 9e00620a32a..a3c5789a441 100644
--- a/xml/System.Linq/ParallelEnumerable.xml
+++ b/xml/System.Linq/ParallelEnumerable.xml
@@ -1,3 +1,4 @@
+
@@ -11108,6 +11109,7 @@
Parallel LINQ (PLINQ)
How to: Cancel a PLINQ Query
Cancellation
+ The cancellation token was canceled.
@@ -11410,4 +11412,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml b/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
index 4de9483078e..aec62bdc0b8 100644
--- a/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
+++ b/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
@@ -1,3 +1,4 @@
+
@@ -66,6 +67,7 @@
The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -107,6 +109,7 @@
The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -157,6 +160,7 @@
The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -197,6 +201,7 @@
The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -240,6 +245,7 @@
The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -273,6 +279,7 @@
The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -323,6 +330,7 @@
The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -366,6 +374,7 @@
The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -418,6 +427,7 @@
The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -460,6 +470,7 @@
The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -505,6 +516,7 @@
The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -540,6 +552,7 @@
The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -1155,6 +1168,7 @@ This method uses The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -1201,6 +1215,7 @@ This method uses The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -1255,6 +1270,7 @@ This method uses The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -1299,6 +1315,7 @@ This method uses The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -1346,6 +1363,7 @@ This method uses The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -1383,6 +1401,7 @@ This method uses The task object representing the asynchronous operation.
To be added.
The is .
+ The cancellation token was canceled.
@@ -1988,4 +2007,4 @@ This method uses
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/DelegatingHandler.xml b/xml/System.Net.Http/DelegatingHandler.xml
index c18611b77a0..ca3b9baf264 100644
--- a/xml/System.Net.Http/DelegatingHandler.xml
+++ b/xml/System.Net.Http/DelegatingHandler.xml
@@ -1,3 +1,4 @@
+
@@ -298,7 +299,8 @@
]]>
The was .
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/HttpClient.xml b/xml/System.Net.Http/HttpClient.xml
index ea9727d777e..48742dce2ee 100644
--- a/xml/System.Net.Http/HttpClient.xml
+++ b/xml/System.Net.Http/HttpClient.xml
@@ -1,3 +1,4 @@
+
@@ -814,6 +815,7 @@ The is not an absolute URI.
is not set.
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.
.NET Core and .NET 5 and later only: The request failed due to timeout.
+ The cancellation token was canceled.
@@ -878,6 +880,7 @@ The is not an absolute URI.
is not set.
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.
.NET Core and .NET 5 and later only: The request failed due to timeout.
+ The cancellation token was canceled.
@@ -1190,6 +1193,7 @@ The is not an absolute URI.
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.
.NET Core and .NET 5 and later only: The request failed due to timeout.
The provided request URI is not valid relative or absolute URI.
+ The cancellation token was canceled.
@@ -1302,6 +1306,7 @@ The is not an absolute URI.
The must be an absolute URI or must be set.
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.
.NET Core and .NET 5 and later only: The request failed due to timeout.
+ The cancellation token was canceled.
@@ -1368,6 +1373,7 @@ The is not an absolute URI.
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.
.NET Core and .NET 5 and later only: The request failed due to timeout.
The provided request URI is not valid relative or absolute URI.
+ The cancellation token was canceled.
@@ -1426,6 +1432,7 @@ The is not an absolute URI.
The must be an absolute URI or must be set.
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.
.NET Core and .NET 5 and later only: The request failed due to timeout.
+ The cancellation token was canceled.
@@ -1629,6 +1636,7 @@ The is not an absolute URI.
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation (or timeout for .NET Framework only).
.NET Core and .NET 5 and later only: The request failed due to timeout.
The provided request URI is not valid relative or absolute URI.
+ The cancellation token was canceled.
@@ -1676,6 +1684,7 @@ The is not an absolute URI.
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation (or timeout for .NET Framework only).
.NET Core and .NET 5 and later only: The request failed due to timeout.
+ The cancellation token was canceled.
@@ -1925,6 +1934,7 @@ The is not an absolute URI.
The is .
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation (or timeout for .NET Framework only).
.NET Core and .NET 5 and later only: The request failed due to timeout.
+ The cancellation token was canceled.
@@ -2127,6 +2137,7 @@ The is not an absolute URI.
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation (or timeout for .NET Framework only).
.NET Core and .NET 5 and later only: The request failed due to timeout.
The provided request URI is not valid relative or absolute URI.
+ The cancellation token was canceled.
@@ -2174,6 +2185,7 @@ The is not an absolute URI.
The is .
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation (or timeout for .NET Framework only).
.NET Core and .NET 5 and later only: The request failed due to timeout.
+ The cancellation token was canceled.
@@ -2368,6 +2380,7 @@ The is not an absolute URI.
]]>
The provided request URI is not valid relative or absolute URI.
+ The cancellation token was canceled.
@@ -2622,6 +2635,7 @@ The is not an absolute URI.
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.
.NET Core and .NET 5 and later only: The request failed due to timeout.
The provided request URI is not valid relative or absolute URI.
+ The cancellation token was canceled.
@@ -2681,6 +2695,7 @@ The is not an absolute URI.
The must be an absolute URI or must be set.
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.
.NET Core and .NET 5 and later only: The request failed due to timeout.
+ The cancellation token was canceled.
@@ -2889,6 +2904,7 @@ The is not an absolute URI.
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.
.NET Core and .NET 5 and later only: The request failed due to timeout.
The provided request URI is not valid relative or absolute URI.
+ The cancellation token was canceled.
@@ -2948,6 +2964,7 @@ The is not an absolute URI.
The must be an absolute URI or must be set.
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.
.NET Core and .NET 5 and later only: The request failed due to timeout.
+ The cancellation token was canceled.
@@ -3106,6 +3123,7 @@ The custom does not override
If the exception nests the :
The request failed due to timeout.
+ The cancellation token was canceled.
@@ -3164,6 +3182,7 @@ The custom does not override
If the exception nests the :
The request failed due to timeout.
+ The cancellation token was canceled.
@@ -3349,6 +3368,7 @@ The custom does not override
The request message was already sent by the instance.
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.
.NET Core and .NET 5 and later only: The request failed due to timeout.
+ The cancellation token was canceled.
@@ -3407,6 +3427,7 @@ The custom does not override
The request message was already sent by the instance.
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.
.NET Core and .NET 5 and later only: The request failed due to timeout.
+ The cancellation token was canceled.
@@ -3469,4 +3490,4 @@ httpClient.Timeout = TimeSpan.FromMinutes(10);
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/HttpClientHandler.xml b/xml/System.Net.Http/HttpClientHandler.xml
index ec31b037633..66f57dcc222 100644
--- a/xml/System.Net.Http/HttpClientHandler.xml
+++ b/xml/System.Net.Http/HttpClientHandler.xml
@@ -1,3 +1,4 @@
+
@@ -991,6 +992,7 @@ handler.ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousA
If the exception nests the :
The request failed due to timeout.
+ The cancellation token was canceled.
@@ -1045,6 +1047,7 @@ handler.ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousA
]]>
The was .
+ The cancellation token was canceled.
@@ -1386,4 +1389,4 @@ handler.ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousA
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/HttpContent.xml b/xml/System.Net.Http/HttpContent.xml
index 93155e8f585..67e1544580a 100644
--- a/xml/System.Net.Http/HttpContent.xml
+++ b/xml/System.Net.Http/HttpContent.xml
@@ -1,3 +1,4 @@
+
@@ -136,6 +137,7 @@ If the content has been previously buffered, for example, by calling
The was .
+ The cancellation token was canceled.
@@ -1120,6 +1122,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
When overridden in a derived class, serializes the HTTP content to a stream. Otherwise, throws a .
To be added.
The method is not overridden in the derived class.
+ The cancellation token was canceled.
@@ -1262,4 +1265,4 @@ When the `disposing` parameter is `true`, this method releases all resources hel
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/HttpMessageHandler.xml b/xml/System.Net.Http/HttpMessageHandler.xml
index 229b25208f1..fbab1885ced 100644
--- a/xml/System.Net.Http/HttpMessageHandler.xml
+++ b/xml/System.Net.Http/HttpMessageHandler.xml
@@ -1,3 +1,4 @@
+
@@ -216,6 +217,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
The HTTP response message.
To be added.
The method is not overridden in the derived class.
+ The cancellation token was canceled.
@@ -266,7 +268,8 @@ When the `disposing` parameter is `true`, this method releases all resources hel
]]>
The was .
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/HttpMessageInvoker.xml b/xml/System.Net.Http/HttpMessageInvoker.xml
index 6b9d871b465..cc2ea9e9472 100644
--- a/xml/System.Net.Http/HttpMessageInvoker.xml
+++ b/xml/System.Net.Http/HttpMessageInvoker.xml
@@ -1,3 +1,4 @@
+
@@ -265,6 +266,7 @@
-or-
If using custom not overriding method.
+ The cancellation token was canceled.
@@ -315,7 +317,8 @@
]]>
The was .
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/MessageProcessingHandler.xml b/xml/System.Net.Http/MessageProcessingHandler.xml
index 70011c6f3a0..23e048fc438 100644
--- a/xml/System.Net.Http/MessageProcessingHandler.xml
+++ b/xml/System.Net.Http/MessageProcessingHandler.xml
@@ -1,3 +1,4 @@
+
@@ -299,7 +300,8 @@
]]>
The was .
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/SocketsHttpHandler.xml b/xml/System.Net.Http/SocketsHttpHandler.xml
index aa27641d6d5..1a0b933b2ab 100644
--- a/xml/System.Net.Http/SocketsHttpHandler.xml
+++ b/xml/System.Net.Http/SocketsHttpHandler.xml
@@ -1,3 +1,4 @@
+
@@ -969,6 +970,7 @@ Draining occurs when a request is cancelled or a response is disposed prior to f
-or-
If using custom not overriding method.
+ The cancellation token was canceled.
@@ -1078,4 +1080,4 @@ Draining occurs when a request is cancelled or a response is disposed prior to f
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Mail/SmtpClient.xml b/xml/System.Net.Mail/SmtpClient.xml
index fbeca554a06..974f5fc9c1d 100644
--- a/xml/System.Net.Mail/SmtpClient.xml
+++ b/xml/System.Net.Mail/SmtpClient.xml
@@ -1,3 +1,4 @@
+
@@ -1801,6 +1802,7 @@ The classes shown in the following table are used to construct email messages th
The could not be delivered to one or more of the recipients in , , or .
The could not be delivered to one of the recipients in , , or .
The could not be delivered to two or more of the recipients in , , or .
+ The cancellation token was canceled.
@@ -2002,6 +2004,7 @@ The classes shown in the following table are used to construct email messages th
The could not be delivered to one or more of the recipients in , , or .
The could not be delivered to one of the recipients in , , or .
The could not be delivered to two or more of the recipients in , , or .
+ The cancellation token was canceled.
@@ -2250,4 +2253,4 @@ The classes shown in the following table are used to construct email messages th
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Security/NegotiateStream.xml b/xml/System.Net.Security/NegotiateStream.xml
index 2b1d61f044d..c7c81de8108 100644
--- a/xml/System.Net.Security/NegotiateStream.xml
+++ b/xml/System.Net.Security/NegotiateStream.xml
@@ -1,3 +1,4 @@
+
@@ -3816,6 +3817,7 @@ This method reads asynchronously as much data as is available into `buffer` and
The read operation failed.
Authentication has not occurred.
+ The cancellation token was canceled.
@@ -3864,6 +3866,7 @@ This method reads asynchronously as much data as is available into `buffer` and
The read operation failed.
Authentication has not occurred.
A operation is already in progress.
+ The cancellation token was canceled.
@@ -4218,6 +4221,7 @@ This method reads asynchronously as much data as is available into `buffer` and
This object has been closed.
Authentication has not occurred.
+ The cancellation token was canceled.
@@ -4340,4 +4344,4 @@ This method reads asynchronously as much data as is available into `buffer` and
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Security/SslStream.xml b/xml/System.Net.Security/SslStream.xml
index 52905620c6d..4e06fbab6fe 100644
--- a/xml/System.Net.Security/SslStream.xml
+++ b/xml/System.Net.Security/SslStream.xml
@@ -1,3 +1,4 @@
+
@@ -903,6 +904,7 @@
Authentication is already in progress.
This object has been closed.
+ The cancellation token was canceled.
@@ -1454,6 +1456,7 @@
Authentication is already in progress.
This object has been closed.
+ The cancellation token was canceled.
@@ -1508,6 +1511,7 @@
Authentication is already in progress.
This object has been closed.
+ The cancellation token was canceled.
@@ -4112,6 +4116,7 @@ This property gets the cipher suite that is going to be used in the communicatio
The read operation failed. Check the inner exception, if it is present, to determine the cause of the failure.
There is already a read operation in progress.
This object has been closed.
+ The cancellation token was canceled.
@@ -4178,6 +4183,7 @@ This property gets the cipher suite that is going to be used in the communicatio
The read operation failed. Check the inner exception, if it is present, to determine the cause of the failure.
There is already a read operation in progress.
This object has been closed.
+ The cancellation token was canceled.
@@ -4783,6 +4789,7 @@ The class does not support multiple simulta
The write operation failed.
There is already a write operation in progress.
This object has been closed.
+ The cancellation token was canceled.
@@ -4847,6 +4854,7 @@ The class does not support multiple simulta
The write operation failed.
There is already a write operation in progress.
This object has been closed.
+ The cancellation token was canceled.
@@ -4906,4 +4914,4 @@ The class does not support multiple simulta
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Sockets/NetworkStream.xml b/xml/System.Net.Sockets/NetworkStream.xml
index 0e7bc10eaba..8dd9f5f7994 100644
--- a/xml/System.Net.Sockets/NetworkStream.xml
+++ b/xml/System.Net.Sockets/NetworkStream.xml
@@ -1,3 +1,4 @@
+
@@ -1632,6 +1633,7 @@ This method reads as much data as is available into `buffer` and returns the num
There is a failure reading from the network.
The is closed.
+ The cancellation token was canceled.
@@ -1700,6 +1702,7 @@ There is a failure reading from the network.
There is a failure reading from the network.
The is closed.
+ The cancellation token was canceled.
@@ -2271,6 +2274,7 @@ This method sends all bytes in `buffer` to the network.
There was a failure while writing to the network.
The is closed.
+ The cancellation token was canceled.
@@ -2352,6 +2356,7 @@ This method starts at the specified `offset` and sends `size` bytes from the con
An error occurred when accessing the socket.
The is closed.
+ The cancellation token was canceled.
@@ -2461,4 +2466,4 @@ There was a failure while writing to the network.
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Sockets/Socket.xml b/xml/System.Net.Sockets/Socket.xml
index c0fa6894427..51b78619ffd 100644
--- a/xml/System.Net.Sockets/Socket.xml
+++ b/xml/System.Net.Sockets/Socket.xml
@@ -1,3 +1,4 @@
+
@@ -636,6 +637,7 @@ This method populates the instance with data ga
This exception also occurs if the socket is already connected or a socket operation was already in progress using the specified parameter.
An error occurred when attempting to access the socket.
The has been closed.
+ The cancellation token was canceled.
@@ -680,6 +682,7 @@ This method populates the instance with data ga
This exception also occurs if the socket is already connected or a socket operation was already in progress using the specified parameter.
An error occurred when attempting to access the socket.
The has been closed.
+ The cancellation token was canceled.
@@ -4043,6 +4046,7 @@ This method populates the instance with data ga
The local endpoint and the parameter are not the same address family.
The has been closed.
A caller higher in the call stack does not have permission for the requested operation.
+ The cancellation token was canceled.
@@ -4241,6 +4245,7 @@ This method populates the instance with data ga
An error occurred when attempting to access the socket.
The has been closed.
A caller higher in the call stack does not have permission for the requested operation.
+ The cancellation token was canceled.
@@ -4293,6 +4298,7 @@ This method populates the instance with data ga
An error occurred when attempting to access the socket.
The has been closed.
A caller higher in the call stack does not have permission for the requested operation.
+ The cancellation token was canceled.
@@ -4437,6 +4443,7 @@ This method populates the instance with data ga
An error occurred when attempting to access the socket.
The has been closed.
A caller higher in the call stack does not have permission for the requested operation.
+ The cancellation token was canceled.
@@ -4671,6 +4678,7 @@ This method populates the instance with data ga
To be added.
The object has been closed.
An error occurred when attempting to access the socket.
+ The cancellation token was canceled.
@@ -8941,6 +8949,7 @@ If you're using a connectionless , To be added.
The has been closed.
An error occurred when attempting to access the socket.
+ The cancellation token was canceled.
@@ -8981,6 +8990,7 @@ If you're using a connectionless , To be added.
The has been closed.
An error occurred when attempting to access the socket.
+ The cancellation token was canceled.
@@ -9801,6 +9811,7 @@ If you're using a connectionless , An error occurred when attempting to access the socket.
The has been closed.
A caller in the call stack does not have the required permissions.
+ The cancellation token was canceled.
@@ -9846,6 +9857,7 @@ If you're using a connectionless , An error occurred when attempting to access the socket.
The has been closed.
A caller in the call stack does not have the required permissions.
+ The cancellation token was canceled.
@@ -10235,6 +10247,7 @@ You must call the Bind method before performing this operation.
is .
You must call the Bind method before performing this operation.
+ The cancellation token was canceled.
@@ -10279,6 +10292,7 @@ You must call the Bind method before performing this operation.
is .
You must call the Bind method before performing this operation.
+ The cancellation token was canceled.
@@ -11865,6 +11879,7 @@ This member outputs trace information when you enable network tracing in your ap
To be added.
An error occurred when attempting to access the socket.
The has been closed.
+ The cancellation token was canceled.
@@ -12186,6 +12201,7 @@ This member outputs trace information when you enable network tracing in your ap
The object is not connected to a remote host.
The file was not found.
An error occurred when attempting to access the socket.
+ The cancellation token was canceled.
@@ -12232,6 +12248,7 @@ This member outputs trace information when you enable network tracing in your ap
The object is not connected to a remote host.
The file was not found.
An error occurred when attempting to access the socket.
+ The cancellation token was canceled.
@@ -13094,6 +13111,7 @@ This member outputs trace information when you enable network tracing in your ap
is .
An error occurred when attempting to access the socket.
The has been closed.
+ The cancellation token was canceled.
@@ -13138,6 +13156,7 @@ This member outputs trace information when you enable network tracing in your ap
is .
An error occurred when attempting to access the socket.
The has been closed.
+ The cancellation token was canceled.
@@ -14139,4 +14158,4 @@ On .NET 5+ (include .NET Core) versions, the value of this property is always `f
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Sockets/SocketTaskExtensions.xml b/xml/System.Net.Sockets/SocketTaskExtensions.xml
index 9c82ca78b5c..7d500509eba 100644
--- a/xml/System.Net.Sockets/SocketTaskExtensions.xml
+++ b/xml/System.Net.Sockets/SocketTaskExtensions.xml
@@ -1,3 +1,4 @@
+
@@ -251,6 +252,7 @@
The local endpoint and the parameter are not the same address family.
The has been closed.
A caller higher in the call stack does not have permission for the requested operation.
+ The cancellation token was canceled.
@@ -491,6 +493,7 @@
An error occurred when attempting to access the socket.
The has been closed.
A caller higher in the call stack does not have permission for the requested operation.
+ The cancellation token was canceled.
@@ -545,6 +548,7 @@
An error occurred when attempting to access the socket.
The has been closed.
A caller higher in the call stack does not have permission for the requested operation.
+ The cancellation token was canceled.
@@ -598,6 +602,7 @@
An error occurred when attempting to access the socket.
The has been closed.
A caller higher in the call stack does not have permission for the requested operation.
+ The cancellation token was canceled.
@@ -751,6 +756,7 @@
To be added.
The has been closed.
An error occurred when attempting to access the socket.
+ The cancellation token was canceled.
@@ -1023,6 +1029,7 @@
To be added.
An error occurred when attempting to access the socket.
The has been closed.
+ The cancellation token was canceled.
@@ -1083,4 +1090,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Sockets/TcpClient.xml b/xml/System.Net.Sockets/TcpClient.xml
index deed3657a47..f851c09d1ed 100644
--- a/xml/System.Net.Sockets/TcpClient.xml
+++ b/xml/System.Net.Sockets/TcpClient.xml
@@ -1,3 +1,4 @@
+
@@ -1480,6 +1481,7 @@ The `Available` property is a way to determine whether data is queued for readin
is closed.
+ The cancellation token was canceled.
@@ -1539,6 +1541,7 @@ The `Available` property is a way to determine whether data is queued for readin
A caller higher in the call stack does not have permission for the requested operation.
This method is valid for sockets that use the flag or the flag.
+ The cancellation token was canceled.
@@ -1597,6 +1600,7 @@ The `Available` property is a way to determine whether data is queued for readin
is closed.
+ The cancellation token was canceled.
@@ -2448,4 +2452,4 @@ Call IDisposable.Dispose when you are finished using the
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Sockets/UdpClient.xml b/xml/System.Net.Sockets/UdpClient.xml
index 89469b33df8..325cc7fbbc7 100644
--- a/xml/System.Net.Sockets/UdpClient.xml
+++ b/xml/System.Net.Sockets/UdpClient.xml
@@ -1,3 +1,4 @@
+
@@ -2405,6 +2406,7 @@
To be added.
The underlying has been closed.
An error occurred when accessing the socket.
+ The cancellation token was canceled.
@@ -2842,6 +2844,7 @@
To be added.
The is closed.
An error occurred when accessing the socket.
+ The cancellation token was canceled.
@@ -2943,6 +2946,7 @@
has already established a default remote host and is not .
The is closed.
An error occurred when accessing the socket.
+ The cancellation token was canceled.
@@ -3045,6 +3049,7 @@
The has already established a default remote host.
The is closed.
An error occurred when accessing the socket.
+ The cancellation token was canceled.
@@ -3150,4 +3155,4 @@ Call IDisposable.Dispose when you are finished using the
-
+
\ No newline at end of file
diff --git a/xml/System.Net.WebSockets/ClientWebSocket.xml b/xml/System.Net.WebSockets/ClientWebSocket.xml
index ab872dd6f69..ce9a9e6dd35 100644
--- a/xml/System.Net.WebSockets/ClientWebSocket.xml
+++ b/xml/System.Net.WebSockets/ClientWebSocket.xml
@@ -1,3 +1,4 @@
+
@@ -610,6 +611,7 @@ Exactly one send and one receive is supported on each
The is not connected.
The has been closed.
+ The cancellation token was canceled.
@@ -656,6 +658,7 @@ Exactly one send and one receive is supported on each
The is not connected.
The has been closed.
+ The cancellation token was canceled.
@@ -716,6 +719,7 @@ Exactly one send and one receive is supported on each
The is not connected.
The has been closed.
+ The cancellation token was canceled.
@@ -768,6 +772,7 @@ Exactly one send and one receive is supported on each
The is not connected.
The has been closed.
+ The cancellation token was canceled.
@@ -846,4 +851,4 @@ Exactly one send and one receive is supported on each
-
+
\ No newline at end of file
diff --git a/xml/System.Runtime/ControlledExecution.xml b/xml/System.Runtime/ControlledExecution.xml
index 7f3f39ec250..2d478daf56f 100644
--- a/xml/System.Runtime/ControlledExecution.xml
+++ b/xml/System.Runtime/ControlledExecution.xml
@@ -1,3 +1,4 @@
+
@@ -56,7 +57,8 @@
The argument is .
The current thread is already running the method.
The execution was aborted.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Security.Cryptography.Cose/CoseMultiSignMessage.xml b/xml/System.Security.Cryptography.Cose/CoseMultiSignMessage.xml
index 33820786b67..6512e94b658 100644
--- a/xml/System.Security.Cryptography.Cose/CoseMultiSignMessage.xml
+++ b/xml/System.Security.Cryptography.Cose/CoseMultiSignMessage.xml
@@ -1,3 +1,4 @@
+
@@ -177,6 +178,7 @@ The header is missing.
The content is embedded on this message, use an overload that uses embedded content.
+ The cancellation token was canceled.
@@ -542,6 +544,7 @@ The header is missing.
+ The cancellation token was canceled.
@@ -775,4 +778,4 @@ One or more of the labels specified in a
@@ -219,6 +220,7 @@ The header is missing.
+ The cancellation token was canceled.
@@ -617,6 +619,7 @@ The algorithm protected header was not one of the values supported by this imple
The algorithm protected header doesn't match with the algorithms supported by the specified .
+ The cancellation token was canceled.
@@ -715,4 +718,4 @@ The algorithm protected header doesn't match with the algorithms supported by th
-
+
\ No newline at end of file
diff --git a/xml/System.Security.Cryptography.Cose/CoseSignature.xml b/xml/System.Security.Cryptography.Cose/CoseSignature.xml
index 6e4dfc8db14..fd850abbf4e 100644
--- a/xml/System.Security.Cryptography.Cose/CoseSignature.xml
+++ b/xml/System.Security.Cryptography.Cose/CoseSignature.xml
@@ -1,3 +1,4 @@
+
@@ -307,6 +308,7 @@ The algorithm protected header was not one of the values supported by this imple
The algorithm protected header doesn't match with the algorithms supported by the specified .
+ The cancellation token was canceled.
@@ -405,4 +407,4 @@ The algorithm protected header doesn't match with the algorithms supported by th
-
+
\ No newline at end of file
diff --git a/xml/System.Security.Cryptography/CryptoStream.xml b/xml/System.Security.Cryptography/CryptoStream.xml
index 95d08ffe30f..c2d8a98f0a5 100644
--- a/xml/System.Security.Cryptography/CryptoStream.xml
+++ b/xml/System.Security.Cryptography/CryptoStream.xml
@@ -1,3 +1,4 @@
+
@@ -647,6 +648,7 @@ Copying begins at the current position in the current stream, and does not reset
The current stream does not support reading, or the destination stream does not support writing.
An error occurred during a cryptographic operation.
+ The cancellation token was canceled.
@@ -1010,6 +1012,7 @@ Copying begins at the current position in the current stream, and does not reset
]]>
The stream has been disposed.
+ The cancellation token was canceled.
@@ -1351,6 +1354,7 @@ Copying begins at the current position in the current stream, and does not reset
To be added.
The associated with current object does not match the underlying stream. For example, this exception is thrown when using with an underlying stream that is write only.
+ The cancellation token was canceled.
@@ -1419,6 +1423,7 @@ Copying begins at the current position in the current stream, and does not reset
The stream has been disposed.
The stream is currently in use by a previous read operation.
Cancellation
+ The cancellation token was canceled.
@@ -1718,6 +1723,7 @@ This member is an explicit interface member implementation. It can be used only
To be added.
The associated with current object does not match the underlying stream. For example, this exception is thrown when using with an underlying stream that is read only.
+ The cancellation token was canceled.
@@ -1786,6 +1792,7 @@ This member is an explicit interface member implementation. It can be used only
The stream has been disposed.
The stream is currently in use by a previous write operation.
Cancellation
+ The cancellation token was canceled.
@@ -1835,4 +1842,4 @@ This member is an explicit interface member implementation. It can be used only
-
+
\ No newline at end of file
diff --git a/xml/System.Security.Cryptography/HMACMD5.xml b/xml/System.Security.Cryptography/HMACMD5.xml
index 352340d023a..46543922a93 100644
--- a/xml/System.Security.Cryptography/HMACMD5.xml
+++ b/xml/System.Security.Cryptography/HMACMD5.xml
@@ -1,3 +1,4 @@
+
@@ -638,6 +639,7 @@
or is .
does not support reading.
+ The cancellation token was canceled.
@@ -683,6 +685,7 @@
is .
does not support reading.
+ The cancellation token was canceled.
@@ -738,6 +741,7 @@
does not support reading.
+ The cancellation token was canceled.
@@ -1023,4 +1027,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Security.Cryptography/HMACSHA1.xml b/xml/System.Security.Cryptography/HMACSHA1.xml
index d8d50accceb..8cbc30f89e7 100644
--- a/xml/System.Security.Cryptography/HMACSHA1.xml
+++ b/xml/System.Security.Cryptography/HMACSHA1.xml
@@ -1,3 +1,4 @@
+
@@ -698,6 +699,7 @@ Releases the unmanaged resources used by the or is .
does not support reading.
+ The cancellation token was canceled.
@@ -737,6 +739,7 @@ Releases the unmanaged resources used by the is .
does not support reading.
+ The cancellation token was canceled.
@@ -786,6 +789,7 @@ Releases the unmanaged resources used by the does not support reading.
+ The cancellation token was canceled.
@@ -1107,4 +1111,4 @@ Releases the unmanaged resources used by the
@@ -589,6 +590,7 @@
or is .
does not support reading.
+ The cancellation token was canceled.
@@ -628,6 +630,7 @@
is .
does not support reading.
+ The cancellation token was canceled.
@@ -677,6 +680,7 @@
does not support reading.
+ The cancellation token was canceled.
@@ -956,4 +960,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Security.Cryptography/HMACSHA384.xml b/xml/System.Security.Cryptography/HMACSHA384.xml
index 685b0850950..84643a424e3 100644
--- a/xml/System.Security.Cryptography/HMACSHA384.xml
+++ b/xml/System.Security.Cryptography/HMACSHA384.xml
@@ -1,3 +1,4 @@
+
@@ -588,6 +589,7 @@
or is .
does not support reading.
+ The cancellation token was canceled.
@@ -627,6 +629,7 @@
is .
does not support reading.
+ The cancellation token was canceled.
@@ -676,6 +679,7 @@
does not support reading.
+ The cancellation token was canceled.
@@ -1022,4 +1026,4 @@ public static void Test()
-
+
\ No newline at end of file
diff --git a/xml/System.Security.Cryptography/HMACSHA512.xml b/xml/System.Security.Cryptography/HMACSHA512.xml
index 64f9150571a..4d19e6c1bc2 100644
--- a/xml/System.Security.Cryptography/HMACSHA512.xml
+++ b/xml/System.Security.Cryptography/HMACSHA512.xml
@@ -1,3 +1,4 @@
+
@@ -588,6 +589,7 @@
or is .
does not support reading.
+ The cancellation token was canceled.
@@ -627,6 +629,7 @@
is .
does not support reading.
+ The cancellation token was canceled.
@@ -676,6 +679,7 @@
does not support reading.
+ The cancellation token was canceled.
@@ -1022,4 +1026,4 @@ public static void Test()
-
+
\ No newline at end of file
diff --git a/xml/System.Security.Cryptography/MD5.xml b/xml/System.Security.Cryptography/MD5.xml
index 879a5815e7c..8669743b72f 100644
--- a/xml/System.Security.Cryptography/MD5.xml
+++ b/xml/System.Security.Cryptography/MD5.xml
@@ -1,3 +1,4 @@
+
@@ -516,6 +517,7 @@
is .
does not support reading.
+ The cancellation token was canceled.
@@ -569,6 +571,7 @@
does not support reading.
+ The cancellation token was canceled.
@@ -670,4 +673,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Security.Cryptography/SHA1.xml b/xml/System.Security.Cryptography/SHA1.xml
index e54322782ce..a4fa4560e27 100644
--- a/xml/System.Security.Cryptography/SHA1.xml
+++ b/xml/System.Security.Cryptography/SHA1.xml
@@ -1,3 +1,4 @@
+
@@ -466,6 +467,7 @@
is .
does not support reading.
+ The cancellation token was canceled.
@@ -513,6 +515,7 @@
does not support reading.
+ The cancellation token was canceled.
@@ -608,4 +611,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Security.Cryptography/SHA256.xml b/xml/System.Security.Cryptography/SHA256.xml
index fad678db758..75a8c34ee14 100644
--- a/xml/System.Security.Cryptography/SHA256.xml
+++ b/xml/System.Security.Cryptography/SHA256.xml
@@ -1,3 +1,4 @@
+
@@ -480,6 +481,7 @@ The .NET Framework includes the implementations and their associated hashName va
is .
does not support reading.
+ The cancellation token was canceled.
@@ -527,6 +529,7 @@ The .NET Framework includes the implementations and their associated hashName va
does not support reading.
+ The cancellation token was canceled.
@@ -622,4 +625,4 @@ The .NET Framework includes the implementations and their associated hashName va
-
+
\ No newline at end of file
diff --git a/xml/System.Security.Cryptography/SHA384.xml b/xml/System.Security.Cryptography/SHA384.xml
index 71ab329dd71..c00dca10a49 100644
--- a/xml/System.Security.Cryptography/SHA384.xml
+++ b/xml/System.Security.Cryptography/SHA384.xml
@@ -1,3 +1,4 @@
+
@@ -470,6 +471,7 @@
is .
does not support reading.
+ The cancellation token was canceled.
@@ -517,6 +519,7 @@
does not support reading.
+ The cancellation token was canceled.
@@ -612,4 +615,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Security.Cryptography/SHA512.xml b/xml/System.Security.Cryptography/SHA512.xml
index e253327738f..af3b6e14304 100644
--- a/xml/System.Security.Cryptography/SHA512.xml
+++ b/xml/System.Security.Cryptography/SHA512.xml
@@ -1,3 +1,4 @@
+
@@ -479,6 +480,7 @@
is .
does not support reading.
+ The cancellation token was canceled.
@@ -526,6 +528,7 @@
does not support reading.
+ The cancellation token was canceled.
@@ -621,4 +624,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Text.Json/JsonDocument.xml b/xml/System.Text.Json/JsonDocument.xml
index 99ed22f4fa9..e7c50f91a98 100644
--- a/xml/System.Text.Json/JsonDocument.xml
+++ b/xml/System.Text.Json/JsonDocument.xml
@@ -1,3 +1,4 @@
+
@@ -305,6 +306,7 @@ The value may be used for the entire lifetime o
does not represent a valid single JSON value.
contains unsupported options.
+ The cancellation token was canceled.
@@ -473,4 +475,4 @@ The current token does not start or represent a value
-
+
\ No newline at end of file
diff --git a/xml/System.Text.Json/JsonSerializer.xml b/xml/System.Text.Json/JsonSerializer.xml
index 3514deaac4c..7e635f204f3 100644
--- a/xml/System.Text.Json/JsonSerializer.xml
+++ b/xml/System.Text.Json/JsonSerializer.xml
@@ -1,3 +1,4 @@
+
@@ -1788,6 +1789,7 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa
There is remaining data in the stream.
There is no compatible for or its serializable members.
+ The cancellation token was canceled.
@@ -1825,6 +1827,7 @@ There is remaining data in the stream.
The JSON is invalid, the is not compatible with the JSON, or there is remaining data in the Stream.
There is no compatible for or its serializable members.
The method on the provided did not return a compatible for .
+ The cancellation token was canceled.
@@ -1893,6 +1896,7 @@ There is remaining data in the stream.
There is no compatible for or its serializable members.
is .
+ The cancellation token was canceled.
@@ -1931,6 +1935,7 @@ There is remaining data in the stream.
or is .
The JSON is invalid, is not compatible with the JSON, or there is remaining data in the Stream.
There is no compatible for or its serializable members.
+ The cancellation token was canceled.
@@ -1976,6 +1981,7 @@ There is remaining data in the stream.
To be added.
is .
+ The cancellation token was canceled.
@@ -2010,6 +2016,7 @@ There is remaining data in the stream.
To be added.
or is .
+ The cancellation token was canceled.
@@ -2650,6 +2657,7 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa
or is .
There is no compatible for or its serializable members.
+ The cancellation token was canceled.
@@ -2688,6 +2696,7 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa
, , or is .
There is no compatible for or its serializable members.
+ The cancellation token was canceled.
@@ -2749,6 +2758,7 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa
is .
There is no compatible for or its serializable members.
+ The cancellation token was canceled.
@@ -2787,6 +2797,7 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa
is .
There is no compatible for or its serializable members.
+ The cancellation token was canceled.
@@ -3447,4 +3458,4 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa
-
+
\ No newline at end of file
diff --git a/xml/System.Text.Json/Utf8JsonWriter.xml b/xml/System.Text.Json/Utf8JsonWriter.xml
index 996029e2627..2c5e697993b 100644
--- a/xml/System.Text.Json/Utf8JsonWriter.xml
+++ b/xml/System.Text.Json/Utf8JsonWriter.xml
@@ -1,3 +1,4 @@
+
@@ -346,6 +347,7 @@ In the case of , this writes the data to the stream and f
]]>
This instance has been disposed.
+ The cancellation token was canceled.
@@ -4873,4 +4875,4 @@ The value should already be escaped when the instance of
-
+
\ No newline at end of file
diff --git a/xml/System.Threading.Tasks.Dataflow/DataflowBlock.xml b/xml/System.Threading.Tasks.Dataflow/DataflowBlock.xml
index 80530525174..affec3211e6 100644
--- a/xml/System.Threading.Tasks.Dataflow/DataflowBlock.xml
+++ b/xml/System.Threading.Tasks.Dataflow/DataflowBlock.xml
@@ -1,3 +1,4 @@
+
@@ -864,6 +865,7 @@ batchBlock.Complete();
is .
No item could be received from the source.
The operation was canceled before an item was received from the source.
+ The cancellation token was canceled.
@@ -980,6 +982,7 @@ batchBlock.Complete();
No item could be received from the source.
The specified time-out expired before an item was received from the source.
The operation was canceled before an item was received from the source.
+ The cancellation token was canceled.
@@ -1012,6 +1015,7 @@ batchBlock.Complete();
The created async enumerable.
To be added.
The is .
+ The cancellation token was canceled.
@@ -1094,6 +1098,7 @@ batchBlock.Complete();
To be added.
is .
+ The cancellation token was canceled.
@@ -1192,6 +1197,7 @@ batchBlock.Complete();
-or-
is greater than Int32.MaxValue.
+ The cancellation token was canceled.
@@ -1278,6 +1284,7 @@ batchBlock.Complete();
If cancellation is requested before the target has successfully consumed the sent data, the returned task will complete in the Canceled state and the data will no longer be available to the target.
To be added.
The is null (Nothing in Visual Basic).
+ The cancellation token was canceled.
@@ -1338,4 +1345,4 @@ batchBlock.Complete();
-
+
\ No newline at end of file
diff --git a/xml/System.Threading.Tasks/Parallel.xml b/xml/System.Threading.Tasks/Parallel.xml
index e33f2305a58..3154fa230f1 100644
--- a/xml/System.Threading.Tasks/Parallel.xml
+++ b/xml/System.Threading.Tasks/Parallel.xml
@@ -1,3 +1,4 @@
+
@@ -2590,6 +2591,7 @@ The operation will execute at most oper
or is .
+ The cancellation token was canceled.
@@ -2682,6 +2684,7 @@ The operation will execute at most oper
or is .
+ The cancellation token was canceled.
@@ -2873,4 +2876,4 @@ The operation will execute at most oper
-
+
\ No newline at end of file
diff --git a/xml/System.Threading.Tasks/Task.xml b/xml/System.Threading.Tasks/Task.xml
index f89cb7d9633..190e64851d1 100644
--- a/xml/System.Threading.Tasks/Task.xml
+++ b/xml/System.Threading.Tasks/Task.xml
@@ -1,3 +1,4 @@
+
@@ -311,6 +312,7 @@
The provided has already been disposed.
The argument is null.
+ The cancellation token was canceled.
@@ -479,6 +481,7 @@
The that created has already been disposed.
The argument is null.
The argument specifies an invalid value for .
+ The cancellation token was canceled.
@@ -534,6 +537,7 @@
The that created has already been disposed.
The argument is null.
+ The cancellation token was canceled.
@@ -647,6 +651,7 @@
The that created has already been disposed.
The argument is null.
The argument specifies an invalid value for .
+ The cancellation token was canceled.
@@ -998,6 +1003,7 @@ When an asynchronous method awaits a directly
The that created the token has already been disposed.
The argument is null.
+ The cancellation token was canceled.
@@ -1219,6 +1225,7 @@ End Class
The argument is .
The provided has already been disposed.
+ The cancellation token was canceled.
@@ -1442,6 +1449,7 @@ End Sub
The argument is null.
The argument specifies an invalid value for .
+ The cancellation token was canceled.
@@ -1506,6 +1514,7 @@ End Sub
The argument is .
The argument specifies an invalid value for .
The provided has already been disposed.
+ The cancellation token was canceled.
@@ -1696,6 +1705,7 @@ End Sub
The that created the token has already been disposed.
The argument is null.
+ The cancellation token was canceled.
@@ -1884,6 +1894,7 @@ End Sub
The argument is .
The provided has already been disposed.
+ The cancellation token was canceled.
@@ -2090,6 +2101,7 @@ End Sub
The argument is null.
The argument specifies an invalid value for .
+ The cancellation token was canceled.
@@ -2158,6 +2170,7 @@ End Sub
The argument is .
The argument specifies an invalid value for .
The provided has already been disposed.
+ The cancellation token was canceled.
@@ -2483,6 +2496,7 @@ End Sub
The argument is less than -1.
The task has been canceled.
The provided has already been disposed.
+ The cancellation token was canceled.
@@ -2566,6 +2580,7 @@ Task t Status: RanToCompletion, Result: 42
The argument's property is greater than 4294967294 on .NET 6 and later versions, or Int32.MaxValue on all previous versions.
The task has been canceled.
The provided has already been disposed.
+ The cancellation token was canceled.
@@ -2837,6 +2852,7 @@ Task t Status: RanToCompletion, Result: 42
The canceled task.
To be added.
Cancellation has not been requested for ; its property is .
+ The cancellation token was canceled.
@@ -2886,6 +2902,7 @@ Task t Status: RanToCompletion, Result: 42
The canceled task.
To be added.
Cancellation has not been requested for ; its property is .
+ The cancellation token was canceled.
@@ -3613,6 +3630,7 @@ This method is intended for compiler use rather than use directly in code.
The task has been canceled.
The associated with was disposed.
Exception Handling (Task Parallel Library)
+ The cancellation token was canceled.
@@ -3673,6 +3691,7 @@ This method is intended for compiler use rather than use directly in code.
The associated with was disposed.
Task Cancellation
Exception Handling (Task Parallel Library)
+ The cancellation token was canceled.
@@ -3872,6 +3891,7 @@ This method is intended for compiler use rather than use directly in code.
The associated with was disposed.
Task Cancellation
Exception Handling (Task Parallel Library)
+ The cancellation token was canceled.
@@ -3960,6 +3980,7 @@ This method is intended for compiler use rather than use directly in code.
The associated with was disposed.
Task Cancellation
Exception Handling (Task Parallel Library)
+ The cancellation token was canceled.
@@ -4817,6 +4838,7 @@ an exception was thrown during the execution of the .
The was canceled.
+ The cancellation token was canceled.
@@ -5176,6 +5198,7 @@ timeout is greater than
is a negative number other than -1, which represents an infinite time-out.
The argument contains a null element.
The was canceled.
+ The cancellation token was canceled.
@@ -5354,6 +5377,7 @@ timeout is greater than
The argument is .
The argument contains a null element.
The was canceled.
+ The cancellation token was canceled.
@@ -5464,6 +5488,7 @@ timeout is greater than
is a negative number other than -1, which represents an infinite time-out.
The argument contains a null element.
The was canceled.
+ The cancellation token was canceled.
@@ -6294,4 +6319,4 @@ The returned task will complete when any of the supplied tasks has completed. T
-
+
\ No newline at end of file
diff --git a/xml/System.Threading.Tasks/TaskCompletionSource.xml b/xml/System.Threading.Tasks/TaskCompletionSource.xml
index 76e509a219d..f226c141814 100644
--- a/xml/System.Threading.Tasks/TaskCompletionSource.xml
+++ b/xml/System.Threading.Tasks/TaskCompletionSource.xml
@@ -1,3 +1,4 @@
+
@@ -182,6 +183,7 @@ The created by this instance and accessible t
Transitions the underlying into the state using the specified token.
To be added.
The underlying is already in one of the three final states: , , or .
+ The cancellation token was canceled.
@@ -485,4 +487,4 @@ This operation will return `false` if the is
-
+
\ No newline at end of file
diff --git a/xml/System.Threading.Tasks/TaskCompletionSource`1.xml b/xml/System.Threading.Tasks/TaskCompletionSource`1.xml
index fd7fd7c5de7..4840798d2bd 100644
--- a/xml/System.Threading.Tasks/TaskCompletionSource`1.xml
+++ b/xml/System.Threading.Tasks/TaskCompletionSource`1.xml
@@ -1,3 +1,4 @@
+
@@ -344,6 +345,7 @@
Transitions the underlying into the state using the specified token.
To be added.
The underlying is already in one of the three final states: , , or .
+ The cancellation token was canceled.
@@ -872,4 +874,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Threading.Tasks/TaskFactory.xml b/xml/System.Threading.Tasks/TaskFactory.xml
index 9e2d894fc54..fb63aceec33 100644
--- a/xml/System.Threading.Tasks/TaskFactory.xml
+++ b/xml/System.Threading.Tasks/TaskFactory.xml
@@ -1,3 +1,4 @@
+
@@ -367,6 +368,7 @@
The argument specifies an invalid value.
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
+ The cancellation token was canceled.
@@ -631,6 +633,7 @@ The following example creates a cancellation token, which it passes to separate
The array is empty or contains a null value.
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
+ The cancellation token was canceled.
@@ -774,6 +777,7 @@ The NotOn\* and OnlyOn\* ,
specifies an invalid value.
The provided has already been disposed.
+ The cancellation token was canceled.
@@ -902,6 +906,7 @@ The NotOn\* and OnlyOn\* ,
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -1055,6 +1060,7 @@ The NotOn\* and OnlyOn\* ,
specifies an invalid value.
The provided has already been disposed.
+ The cancellation token was canceled.
@@ -1182,6 +1188,7 @@ The NotOn\* and OnlyOn\* ,
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -1335,6 +1342,7 @@ The NotOn\* and OnlyOn\* ,
specifies an invalid value.
The provided has already been disposed.
+ The cancellation token was canceled.
@@ -1467,6 +1475,7 @@ The NotOn\* and OnlyOn\* ,
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -1627,6 +1636,7 @@ The NotOn\* and OnlyOn\* ,
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -1779,6 +1789,7 @@ The NotOn\* and OnlyOn\* ,
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -1933,6 +1944,7 @@ The NotOn\* and OnlyOn\* ,
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -2069,6 +2081,7 @@ The array is empty.
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -2231,6 +2244,7 @@ The array is empty.
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -2367,6 +2381,7 @@ The array is empty.
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -2529,6 +2544,7 @@ The NotOn\* and OnlyOn\* ,
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -2669,6 +2685,7 @@ The array is empty.
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -2835,6 +2852,7 @@ The NotOn\* and OnlyOn\* ,
specifies an invalid TaskContinuationOptions value.
The provided has already been disposed.
+ The cancellation token was canceled.
@@ -4746,6 +4764,7 @@ The NotOn\* and OnlyOn\* ,
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -4955,6 +4974,7 @@ The NotOn\* and OnlyOn\* ,
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -5093,6 +5113,7 @@ The NotOn\* and OnlyOn\* ,
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -5168,6 +5189,7 @@ The NotOn\* and OnlyOn\* ,
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -5378,6 +5400,7 @@ The NotOn\* and OnlyOn\* ,
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -5514,6 +5537,7 @@ The NotOn\* and OnlyOn\* ,
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -5660,6 +5684,7 @@ The NotOn\* and OnlyOn\* ,
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -5740,7 +5765,8 @@ The NotOn\* and OnlyOn\* ,
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Threading.Tasks/TaskFactory`1.xml b/xml/System.Threading.Tasks/TaskFactory`1.xml
index af9120993a4..f5bafa12b80 100644
--- a/xml/System.Threading.Tasks/TaskFactory`1.xml
+++ b/xml/System.Threading.Tasks/TaskFactory`1.xml
@@ -1,3 +1,4 @@
+
@@ -363,6 +364,7 @@
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -611,6 +613,7 @@
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -758,6 +761,7 @@
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -900,6 +904,7 @@
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -1054,6 +1059,7 @@
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -1205,6 +1211,7 @@
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -1360,6 +1367,7 @@
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -1510,6 +1518,7 @@
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -1672,6 +1681,7 @@
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
+ The cancellation token was canceled.
@@ -2734,6 +2744,7 @@
The argument is .
Task Parallel Library (TPL)
Using TPL with Other Asynchronous Patterns
+ The cancellation token was canceled.
@@ -2857,6 +2868,7 @@
The argument is .
Task Parallel Library (TPL)
Using TPL with Other Asynchronous Patterns
+ The cancellation token was canceled.
@@ -2989,6 +3001,7 @@
The parameter specifies an invalid value.
Task Parallel Library (TPL)
Using TPL with Other Asynchronous Patterns
+ The cancellation token was canceled.
@@ -3061,7 +3074,8 @@
The parameter specifies an invalid value.
Task Parallel Library (TPL)
Using TPL with Other Asynchronous Patterns
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Threading.Tasks/Task`1.xml b/xml/System.Threading.Tasks/Task`1.xml
index d4ba051196d..6f566af48bc 100644
--- a/xml/System.Threading.Tasks/Task`1.xml
+++ b/xml/System.Threading.Tasks/Task`1.xml
@@ -1,3 +1,4 @@
+
@@ -280,6 +281,7 @@ For operations that do not return a value, you use the Task Parallel Library (TPL)
Task-based Asynchronous Programming
The argument is .
+ The cancellation token was canceled.
@@ -393,6 +395,7 @@ For operations that do not return a value, you use the Task Parallel Library (TPL)
Task-based Asynchronous Programming
The argument is .
+ The cancellation token was canceled.
@@ -509,6 +512,7 @@ For operations that do not return a value, you use the Task Parallel Library (TPL)
Task-based Asynchronous Programming
The argument is .
+ The cancellation token was canceled.
@@ -570,6 +574,7 @@ For operations that do not return a value, you use the Task Parallel Library (TPL)
Task-based Asynchronous Programming
The argument is .
+ The cancellation token was canceled.
@@ -839,6 +844,7 @@ For operations that do not return a value, you use the Task Parallel Library (TPL)
Task-based Asynchronous Programming
Chaining Tasks by Using Continuation Tasks
+ The cancellation token was canceled.
@@ -1024,6 +1030,7 @@ For operations that do not return a value, you use the The argument is .
The provided has already been disposed.
Chaining Tasks by Using Continuation Tasks
+ The cancellation token was canceled.
@@ -1215,6 +1222,7 @@ For operations that do not return a value, you use the Task Parallel Library (TPL)
Task-based Asynchronous Programming
Chaining Tasks by Using Continuation Tasks
+ The cancellation token was canceled.
@@ -1280,6 +1288,7 @@ For operations that do not return a value, you use the The argument specifies an invalid value for .
The provided has already been disposed.
Chaining Tasks by Using Continuation Tasks
+ The cancellation token was canceled.
@@ -1477,6 +1486,7 @@ For operations that do not return a value, you use the Task Parallel Library (TPL)
Task-based Asynchronous Programming
Chaining Tasks by Using Continuation Tasks
+ The cancellation token was canceled.
@@ -1677,6 +1687,7 @@ For operations that do not return a value, you use the The argument is .
The provided has already been disposed.
Chaining Tasks by Using Continuation Tasks
+ The cancellation token was canceled.
@@ -1886,6 +1897,7 @@ For operations that do not return a value, you use the Task Parallel Library (TPL)
Task-based Asynchronous Programming
Chaining Tasks by Using Continuation Tasks
+ The cancellation token was canceled.
@@ -1957,6 +1969,7 @@ For operations that do not return a value, you use the The argument specifies an invalid value for .
The provided has already been disposed.
Chaining Tasks by Using Continuation Tasks
+ The cancellation token was canceled.
@@ -2266,4 +2279,4 @@ This method is intended for compiler use rather than use directly in code.
-
+
\ No newline at end of file
diff --git a/xml/System.Threading/CancellationToken.xml b/xml/System.Threading/CancellationToken.xml
index 183baf56f8e..590c2bc78f0 100644
--- a/xml/System.Threading/CancellationToken.xml
+++ b/xml/System.Threading/CancellationToken.xml
@@ -1,3 +1,4 @@
+
@@ -586,6 +587,7 @@ Two cancellation tokens are equal if any one of the following conditions is true
An associated has been disposed.
Cancellation
Task Cancellation
+ The cancellation token was canceled.
@@ -643,6 +645,7 @@ For the definition of equality, see the An associated has been disposed.
Cancellation
Task Cancellation
+ The cancellation token was canceled.
@@ -1187,4 +1190,4 @@ The is not captured or flowed
-
+
\ No newline at end of file
diff --git a/xml/System.Threading/CancellationTokenSource.xml b/xml/System.Threading/CancellationTokenSource.xml
index d05ecfdf478..282e3e282f7 100644
--- a/xml/System.Threading/CancellationTokenSource.xml
+++ b/xml/System.Threading/CancellationTokenSource.xml
@@ -1,3 +1,4 @@
+
@@ -685,6 +686,7 @@
Cancellation
Task Cancellation
How to: Listen for Multiple Cancellation Requests
+ The cancellation token was canceled.
@@ -965,4 +967,4 @@ in registrations not being invoked as part of the concurrent cancellation reques
-
+
\ No newline at end of file
diff --git a/xml/System.Threading/ManualResetEventSlim.xml b/xml/System.Threading/ManualResetEventSlim.xml
index f45c19441cb..ab7bf34b589 100644
--- a/xml/System.Threading/ManualResetEventSlim.xml
+++ b/xml/System.Threading/ManualResetEventSlim.xml
@@ -1,3 +1,4 @@
+
@@ -662,6 +663,7 @@
was
canceled.
+ The cancellation token was canceled.
@@ -778,6 +780,7 @@
Overview of synchronization primitives
was canceled.
+ The cancellation token was canceled.
@@ -840,6 +843,7 @@
Overview of synchronization primitives
was canceled.
+ The cancellation token was canceled.
@@ -889,4 +893,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Threading/SemaphoreSlim.xml b/xml/System.Threading/SemaphoreSlim.xml
index 687428949de..a559b8939d1 100644
--- a/xml/System.Threading/SemaphoreSlim.xml
+++ b/xml/System.Threading/SemaphoreSlim.xml
@@ -1,3 +1,4 @@
+
@@ -1104,6 +1105,7 @@ The that created The current instance has already been disposed.
was canceled.
+ The cancellation token was canceled.
@@ -1224,6 +1226,7 @@ The that created The current instance has already been disposed.
was canceled.
+ The cancellation token was canceled.
@@ -1286,7 +1289,8 @@ The that created
was canceled.
The has been disposed.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Web.WebSockets/AspNetWebSocket.xml b/xml/System.Web.WebSockets/AspNetWebSocket.xml
index 8cf86d3b2b1..877ee890c29 100644
--- a/xml/System.Web.WebSockets/AspNetWebSocket.xml
+++ b/xml/System.Web.WebSockets/AspNetWebSocket.xml
@@ -1,3 +1,4 @@
+
@@ -93,6 +94,7 @@
-or-
Receiving operations are unavailable.
+ The cancellation token was canceled.
@@ -137,6 +139,7 @@
-or-
Sending operations are unavailable.
+ The cancellation token was canceled.
@@ -242,6 +245,7 @@
-or-
Receiving operations are unavailable.
+ The cancellation token was canceled.
@@ -280,6 +284,7 @@
-or-
Sending operations are unavailable.
+ The cancellation token was canceled.
@@ -327,4 +332,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Windows.Threading/Dispatcher.xml b/xml/System.Windows.Threading/Dispatcher.xml
index 7793c2140d4..838389ea527 100644
--- a/xml/System.Windows.Threading/Dispatcher.xml
+++ b/xml/System.Windows.Threading/Dispatcher.xml
@@ -1,3 +1,4 @@
+
@@ -1385,6 +1386,7 @@ The default priority is `DispatcherPriority.Send`.
is a negative number other than -1, and this method was invoked across threads.
is not a valid priority.
+ The cancellation token was canceled.
@@ -1810,6 +1812,7 @@ The default priority is `DispatcherPriority.Send`.
is a negative number other than -1, and the method was invoked across threads.
is not a valid priority.
+ The cancellation token was canceled.
@@ -2555,4 +2558,4 @@ The default priority is `DispatcherPriority.Normal`.
-
+
\ No newline at end of file
diff --git a/xml/System.Xml.Linq/XNode.xml b/xml/System.Xml.Linq/XNode.xml
index 157c8b6e35e..0532c5f827a 100644
--- a/xml/System.Xml.Linq/XNode.xml
+++ b/xml/System.Xml.Linq/XNode.xml
@@ -1,3 +1,4 @@
+
@@ -2799,6 +2800,7 @@ ccc
An XNode that contains the nodes read from the reader.
To be added.
The is not positioned on a recognized node type.
+ The cancellation token was canceled.
@@ -3521,4 +3523,4 @@ Console.WriteLine(sb.ToString())
-
+
\ No newline at end of file
diff --git a/xml/System/WindowsRuntimeSystemExtensions.xml b/xml/System/WindowsRuntimeSystemExtensions.xml
index 1358c97af85..e34a8d771db 100644
--- a/xml/System/WindowsRuntimeSystemExtensions.xml
+++ b/xml/System/WindowsRuntimeSystemExtensions.xml
@@ -1,3 +1,4 @@
+
@@ -213,6 +214,7 @@ Use this method to get a object for a Windows
is .
+ The cancellation token was canceled.
@@ -351,6 +353,7 @@ Calling this method overload is equivalent to calling the
is .
+ The cancellation token was canceled.
@@ -398,6 +401,7 @@ Use this method to get a object for a Windows
is .
+ The cancellation token was canceled.
@@ -486,6 +490,7 @@ Use this method to get a object for a Win
is .
+ The cancellation token was canceled.
@@ -632,6 +637,7 @@ Calling this method overload is equivalent to calling the
is .
+ The cancellation token was canceled.
@@ -865,4 +871,4 @@ Use this method to get a object for a Win
-
+
\ No newline at end of file
From 37b8fd0ed9b5baf0b2554d41b2006198daf8c21b Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Wed, 28 Dec 2022 14:19:41 -0800
Subject: [PATCH 2/2] add OperationCanceledException to methods with
CancellationToken param
---
.../DistributedCacheExtensions.xml | 1 +
.../IDistributedCache.xml | 7 +++++-
.../MemoryDistributedCache.xml | 7 +++++-
.../RedisCache.xml | 7 +++++-
.../SqlServerCache.xml | 7 +++++-
.../RedisCache.xml | 7 +++++-
.../HealthCheckService.xml | 5 +++-
.../IHealthCheck.xml | 4 +++-
.../IHealthCheckPublisher.xml | 4 +++-
.../ConsoleLifetime.xml | 5 +++-
.../SystemdLifetime.xml | 5 +++-
.../WindowsServiceLifetime.xml | 5 +++-
.../BackgroundService.xml | 6 ++++-
...stingAbstractionsHostBuilderExtensions.xml | 4 +++-
.../HostingAbstractionsHostExtensions.xml | 5 +++-
.../HostingHostBuilderExtensions.xml | 11 +++++----
xml/Microsoft.Extensions.Hosting/IHost.xml | 5 +++-
.../IHostLifetime.xml | 5 +++-
.../IHostedService.xml | 5 +++-
.../LoggingHttpMessageHandler.xml | 4 +++-
.../LoggingScopeHttpMessageHandler.xml | 4 +++-
.../PolicyHttpMessageHandler.xml | 5 +++-
.../BatchingLoggerProvider.xml | 5 +++-
.../BlobAppendReferenceWrapper.xml | 4 +++-
.../BlobLoggerProvider.xml | 10 ++++----
.../FileLoggerProvider.xml | 4 +++-
.../ICloudAppendBlob.xml | 4 +++-
.../BatchingLoggerProvider.xml | 4 +++-
.../CancellationChangeToken.xml | 4 +++-
.../IndentedTextWriter.xml | 7 +++++-
.../IAsyncEnumerable`1.xml | 4 +++-
xml/System.Data.Common/DbBatch.xml | 2 ++
xml/System.Data.Common/DbCommand.xml | 1 +
xml/System.Data.Common/DbConnection.xml | 11 ++++++++-
xml/System.Data.Common/DbDataReader.xml | 2 ++
xml/System.Data.Common/DbDataSource.xml | 5 +++-
xml/System.Data.Common/DbTransaction.xml | 8 ++++++-
xml/System.Data.SqlClient/SqlBulkCopy.xml | 1 +
xml/System.Data.SqlClient/SqlCommand.xml | 1 +
xml/System.Diagnostics/Process.xml | 4 +++-
xml/System.IO.Compression/BrotliStream.xml | 8 ++++++-
xml/System.IO.Compression/DeflateStream.xml | 9 ++++++-
xml/System.IO.Compression/GZipStream.xml | 9 ++++++-
xml/System.IO.Compression/ZLibStream.xml | 5 ++++
.../IsolatedStorageFileStream.xml | 8 ++++++-
xml/System.IO.Pipelines/PipeReader.xml | 8 ++++++-
xml/System.IO.Pipelines/PipeWriter.xml | 6 ++++-
.../StreamPipeExtensions.xml | 4 +++-
xml/System.IO.Pipes/NamedPipeClientStream.xml | 6 ++++-
xml/System.IO.Pipes/NamedPipeServerStream.xml | 4 +++-
xml/System.IO.Pipes/PipeStream.xml | 1 +
xml/System.IO/BufferedStream.xml | 3 +++
xml/System.IO/File.xml | 19 ++++++++++++++-
xml/System.IO/FileStream.xml | 3 +++
xml/System.IO/MemoryStream.xml | 2 ++
xml/System.IO/Stream.xml | 3 +++
xml/System.IO/StreamReader.xml | 2 ++
xml/System.IO/StreamWriter.xml | 5 +++-
xml/System.IO/StringReader.xml | 2 ++
xml/System.IO/StringWriter.xml | 7 +++++-
xml/System.IO/TextReader.xml | 2 ++
xml/System.IO/TextWriter.xml | 7 +++++-
xml/System.IO/UnmanagedMemoryStream.xml | 8 ++++++-
.../HttpClientJsonExtensions.xml | 24 +++++++++++++++++++
.../HttpContentJsonExtensions.xml | 7 +++++-
xml/System.Net.Http.Json/JsonContent.xml | 5 +++-
xml/System.Net.Http/ByteArrayContent.xml | 6 ++++-
xml/System.Net.Http/CFNetworkHandler.xml | 4 +++-
xml/System.Net.Http/DelegatingHandler.xml | 1 +
xml/System.Net.Http/FormUrlEncodedContent.xml | 4 +++-
xml/System.Net.Http/HttpClient.xml | 2 ++
xml/System.Net.Http/HttpContent.xml | 9 +++++++
.../MessageProcessingHandler.xml | 3 +++
xml/System.Net.Http/MultipartContent.xml | 7 +++++-
.../MultipartFormDataContent.xml | 4 +++-
xml/System.Net.Http/NSUrlSessionHandler.xml | 4 +++-
xml/System.Net.Http/ReadOnlyMemoryContent.xml | 6 ++++-
xml/System.Net.Http/SocketsHttpHandler.xml | 1 +
xml/System.Net.Http/StreamContent.xml | 6 ++++-
xml/System.Net.Http/StringContent.xml | 4 +++-
xml/System.Net.Http/WinHttpHandler.xml | 4 +++-
xml/System.Net.Quic/QuicConnection.xml | 7 +++++-
xml/System.Net.Quic/QuicListener.xml | 5 +++-
xml/System.Net.Quic/QuicStream.xml | 9 ++++++-
xml/System.Net.Security/NegotiateStream.xml | 2 ++
xml/System.Net.Security/SslStream.xml | 2 ++
xml/System.Net.Sockets/NetworkStream.xml | 1 +
xml/System.Net.Sockets/Socket.xml | 1 +
xml/System.Net.Sockets/TcpClient.xml | 1 +
xml/System.Net.Sockets/TcpListener.xml | 5 +++-
xml/System.Net.WebSockets/ClientWebSocket.xml | 4 ++++
xml/System.Net.WebSockets/WebSocket.xml | 10 +++++++-
xml/System.Net/Dns.xml | 7 +++++-
.../ConfiguredCancelableAsyncEnumerable`1.xml | 4 +++-
.../JSHost.xml | 4 +++-
.../CryptoStream.xml | 1 +
.../HashAlgorithm.xml | 4 +++-
.../DiscoveryClient.xml | 5 +++-
.../ChannelReader`1.xml | 6 ++++-
.../ChannelWriter`1.xml | 5 +++-
.../DataflowBlock.xml | 1 +
xml/System.Threading.Tasks/Task.xml | 2 ++
.../TaskAsyncEnumerableExtensions.xml | 5 +++-
.../TaskCanceledException.xml | 4 +++-
.../TaskCompletionSource.xml | 1 +
.../TaskCompletionSource`1.xml | 1 +
xml/System.Threading.Tasks/TaskFactory.xml | 1 +
xml/System.Threading.Tasks/TaskFactory`1.xml | 1 +
xml/System.Threading.Tasks/Task`1.xml | 2 ++
xml/System.Threading.Tasks/ValueTask.xml | 5 +++-
xml/System.Threading/CancellationToken.xml | 1 +
.../CancellationTokenSource.xml | 1 +
xml/System.Threading/PeriodicTimer.xml | 4 +++-
xml/System.Windows.Threading/Dispatcher.xml | 4 ++++
xml/System.Xml.Linq/XCData.xml | 4 +++-
xml/System.Xml.Linq/XComment.xml | 4 +++-
xml/System.Xml.Linq/XDocument.xml | 10 +++++++-
xml/System.Xml.Linq/XDocumentType.xml | 4 +++-
xml/System.Xml.Linq/XElement.xml | 10 +++++++-
xml/System.Xml.Linq/XNode.xml | 1 +
.../XProcessingInstruction.xml | 4 +++-
xml/System.Xml.Linq/XText.xml | 4 +++-
xml/System/BinaryData.xml | 4 +++-
xml/System/OperationCanceledException.xml | 6 ++++-
xml/System/WindowsRuntimeSystemExtensions.xml | 1 +
125 files changed, 506 insertions(+), 93 deletions(-)
diff --git a/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheExtensions.xml b/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheExtensions.xml
index 7e2ab4cc702..abeec4d9ec3 100644
--- a/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheExtensions.xml
+++ b/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheExtensions.xml
@@ -133,6 +133,7 @@
Asynchronously gets a string from the specified cache with the specified key.
A task that gets the string value from the stored cache key.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/Microsoft.Extensions.Caching.Distributed/IDistributedCache.xml b/xml/Microsoft.Extensions.Caching.Distributed/IDistributedCache.xml
index 5eff7dea422..b565faf019b 100644
--- a/xml/Microsoft.Extensions.Caching.Distributed/IDistributedCache.xml
+++ b/xml/Microsoft.Extensions.Caching.Distributed/IDistributedCache.xml
@@ -1,3 +1,4 @@
+
@@ -117,6 +118,7 @@
Gets a value with the given key.
The that represents the asynchronous operation, containing the located value or null.
To be added.
+ The cancellation token was canceled.
@@ -209,6 +211,7 @@
Refreshes a value in the cache based on its key, resetting its sliding expiration timeout (if any).
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -301,6 +304,7 @@
Removes the value with the given key.
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -405,7 +409,8 @@
Sets the value with the given key.
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Caching.Distributed/MemoryDistributedCache.xml b/xml/Microsoft.Extensions.Caching.Distributed/MemoryDistributedCache.xml
index 8dc7748e521..ed84f71ec7a 100644
--- a/xml/Microsoft.Extensions.Caching.Distributed/MemoryDistributedCache.xml
+++ b/xml/Microsoft.Extensions.Caching.Distributed/MemoryDistributedCache.xml
@@ -1,3 +1,4 @@
+
@@ -210,6 +211,7 @@
Gets a value with the given key.
The that represents the asynchronous operation, containing the located value or .
To be added.
+ The cancellation token was canceled.
@@ -311,6 +313,7 @@
Refreshes a value in the cache based on its key, resetting its sliding expiration timeout (if any).
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -412,6 +415,7 @@
Removes the value with the given key.
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -525,7 +529,8 @@
Sets the value with the given key.
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Caching.Redis/RedisCache.xml b/xml/Microsoft.Extensions.Caching.Redis/RedisCache.xml
index bfb9c7b8ff2..e0f64b3d998 100644
--- a/xml/Microsoft.Extensions.Caching.Redis/RedisCache.xml
+++ b/xml/Microsoft.Extensions.Caching.Redis/RedisCache.xml
@@ -1,3 +1,4 @@
+
@@ -172,6 +173,7 @@
Gets a value with the given key.
The that represents the asynchronous operation, containing the located value or .
To be added.
+ The cancellation token was canceled.
@@ -263,6 +265,7 @@
Refreshes a value in the cache based on its key, resetting its sliding expiration timeout (if any).
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -354,6 +357,7 @@
Removes the value with the given key.
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -457,7 +461,8 @@
Sets the value with the given key.
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Caching.SqlServer/SqlServerCache.xml b/xml/Microsoft.Extensions.Caching.SqlServer/SqlServerCache.xml
index f473379ab84..79b6f588820 100644
--- a/xml/Microsoft.Extensions.Caching.SqlServer/SqlServerCache.xml
+++ b/xml/Microsoft.Extensions.Caching.SqlServer/SqlServerCache.xml
@@ -1,3 +1,4 @@
+
@@ -149,6 +150,7 @@
Gets a value with the given key.
The that represents the asynchronous operation, containing the located value or .
To be added.
+ The cancellation token was canceled.
@@ -244,6 +246,7 @@
Refreshes a value in the cache based on its key, resetting its sliding expiration timeout (if any).
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -339,6 +342,7 @@
Removes the value with the given key.
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -446,7 +450,8 @@
Sets the value with the given key.
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Caching.StackExchangeRedis/RedisCache.xml b/xml/Microsoft.Extensions.Caching.StackExchangeRedis/RedisCache.xml
index ef56bb1a34a..2558e6f861e 100644
--- a/xml/Microsoft.Extensions.Caching.StackExchangeRedis/RedisCache.xml
+++ b/xml/Microsoft.Extensions.Caching.StackExchangeRedis/RedisCache.xml
@@ -1,3 +1,4 @@
+
@@ -135,6 +136,7 @@
Gets a value with the given key.
The that represents the asynchronous operation, containing the located value or .
To be added.
+ The cancellation token was canceled.
@@ -195,6 +197,7 @@
Refreshes a value in the cache based on its key, resetting its sliding expiration timeout (if any).
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -255,6 +258,7 @@
Removes the value with the given key.
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -323,7 +327,8 @@
Sets the value with the given key.
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Diagnostics.HealthChecks/HealthCheckService.xml b/xml/Microsoft.Extensions.Diagnostics.HealthChecks/HealthCheckService.xml
index 6590fec31fe..f1a44aa1b79 100644
--- a/xml/Microsoft.Extensions.Diagnostics.HealthChecks/HealthCheckService.xml
+++ b/xml/Microsoft.Extensions.Diagnostics.HealthChecks/HealthCheckService.xml
@@ -1,3 +1,4 @@
+
@@ -91,6 +92,7 @@
yielding a containing the results.
.
To be added.
+ The cancellation token was canceled.
@@ -128,7 +130,8 @@
yielding a containing the results.
.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Diagnostics.HealthChecks/IHealthCheck.xml b/xml/Microsoft.Extensions.Diagnostics.HealthChecks/IHealthCheck.xml
index bea26e11d6f..c96563ccb50 100644
--- a/xml/Microsoft.Extensions.Diagnostics.HealthChecks/IHealthCheck.xml
+++ b/xml/Microsoft.Extensions.Diagnostics.HealthChecks/IHealthCheck.xml
@@ -1,3 +1,4 @@
+
@@ -50,7 +51,8 @@
Runs the health check, returning the status of the component being checked.
A that completes when the health check has finished, yielding the status of the component being checked.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Diagnostics.HealthChecks/IHealthCheckPublisher.xml b/xml/Microsoft.Extensions.Diagnostics.HealthChecks/IHealthCheckPublisher.xml
index a76c26e6364..0742c961385 100644
--- a/xml/Microsoft.Extensions.Diagnostics.HealthChecks/IHealthCheckPublisher.xml
+++ b/xml/Microsoft.Extensions.Diagnostics.HealthChecks/IHealthCheckPublisher.xml
@@ -1,3 +1,4 @@
+
@@ -66,7 +67,8 @@
Publishes the provided .
A which will complete when publishing is complete.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Hosting.Internal/ConsoleLifetime.xml b/xml/Microsoft.Extensions.Hosting.Internal/ConsoleLifetime.xml
index ce326d954fb..3f678a8bf58 100644
--- a/xml/Microsoft.Extensions.Hosting.Internal/ConsoleLifetime.xml
+++ b/xml/Microsoft.Extensions.Hosting.Internal/ConsoleLifetime.xml
@@ -1,3 +1,4 @@
+
@@ -225,6 +226,7 @@ This API supports the .NET infrastructure and is not intended to be used directl
]]>
+ The cancellation token was canceled.
@@ -267,7 +269,8 @@ This API supports the .NET infrastructure and is not intended to be used directl
]]>
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Hosting.Systemd/SystemdLifetime.xml b/xml/Microsoft.Extensions.Hosting.Systemd/SystemdLifetime.xml
index b15e98885c6..b8d4aad526b 100644
--- a/xml/Microsoft.Extensions.Hosting.Systemd/SystemdLifetime.xml
+++ b/xml/Microsoft.Extensions.Hosting.Systemd/SystemdLifetime.xml
@@ -1,3 +1,4 @@
+
@@ -106,6 +107,7 @@
Asynchronously stops and shuts down the host. This method is called from .
A task that represents the asynchronous stop operation.
To be added.
+ The cancellation token was canceled.
@@ -135,7 +137,8 @@
Asynchronously waits until the start operation is complete before continuing. This method is called at the beginning of . This can be used to delay startup until signaled by an external event.
A task that represents the waiting for start operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Hosting.WindowsServices/WindowsServiceLifetime.xml b/xml/Microsoft.Extensions.Hosting.WindowsServices/WindowsServiceLifetime.xml
index 11fb4c74bfe..4537d40fa05 100644
--- a/xml/Microsoft.Extensions.Hosting.WindowsServices/WindowsServiceLifetime.xml
+++ b/xml/Microsoft.Extensions.Hosting.WindowsServices/WindowsServiceLifetime.xml
@@ -1,3 +1,4 @@
+
@@ -150,6 +151,7 @@
Asynchronously stops and shuts down the host. This method is called from .
A task that represents the asynchronous stop operation.
To be added.
+ The cancellation token was canceled.
@@ -179,7 +181,8 @@
Asynchronously waits until start is complete before continuing. This method is called at the beginning of . This can be used to delay startup until signaled by an external event.
A task that represents the asynchronous waiting for start operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Hosting/BackgroundService.xml b/xml/Microsoft.Extensions.Hosting/BackgroundService.xml
index 74cda548ba3..511b18b1e87 100644
--- a/xml/Microsoft.Extensions.Hosting/BackgroundService.xml
+++ b/xml/Microsoft.Extensions.Hosting/BackgroundService.xml
@@ -1,3 +1,4 @@
+
@@ -122,6 +123,7 @@ For implementation guidelines, see [Worker Services in .NET](/dotnet/core/extens
]]>
+ The cancellation token was canceled.
@@ -187,6 +189,7 @@ Will return `null` if the background operation hasn't started.
Triggered when the application host is ready to start the service.
To be added.
To be added.
+ The cancellation token was canceled.
@@ -227,7 +230,8 @@ Will return `null` if the background operation hasn't started.
Triggered when the application host is performing a graceful shutdown.
To be added.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostBuilderExtensions.xml b/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostBuilderExtensions.xml
index 2b95fe71545..c1c9e44308b 100644
--- a/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostBuilderExtensions.xml
+++ b/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostBuilderExtensions.xml
@@ -1,3 +1,4 @@
+
@@ -89,7 +90,8 @@
Builds and starts the host.
The started .
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostExtensions.xml b/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostExtensions.xml
index 86f82285789..14f5f17f142 100644
--- a/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostExtensions.xml
+++ b/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostExtensions.xml
@@ -1,3 +1,4 @@
+
@@ -90,6 +91,7 @@
Runs an application and returns a Task that only completes when the token is triggered or shutdown is triggered and all instances are stopped.
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -222,7 +224,8 @@
Returns a Task that completes when shutdown is triggered via the given token.
The that represents the asynchronous operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml b/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml
index 71d84f59499..8b2e16d62be 100644
--- a/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml
+++ b/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml
@@ -1,3 +1,4 @@
+
@@ -89,8 +90,7 @@
-
-
+
The to configure.
The delegate for configuring the .
Enables configuring the instantiated dependency container. This can be called multiple times and
@@ -354,6 +354,7 @@ The following defaults are applied to the Enables console support, builds and starts the host, and waits for Ctrl+C or SIGTERM to shut down.
A that only completes when the token is signaled or application is shutdown.
To be added.
+ The cancellation token was canceled.
@@ -404,6 +405,7 @@ The following defaults are applied to the Enables console support, builds and starts the host, and waits for Ctrl+C or SIGTERM to shut down.
A that only completes when the token is signaled or application is shutdown.
To be added.
+ The cancellation token was canceled.
@@ -570,8 +572,7 @@ The following defaults are applied to the
The to configure.
-
-
+
Specify the to be the default one.
The .
To be added.
@@ -648,4 +649,4 @@ The following defaults are applied to the
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Hosting/IHost.xml b/xml/Microsoft.Extensions.Hosting/IHost.xml
index fd0d675509f..d5632ad8978 100644
--- a/xml/Microsoft.Extensions.Hosting/IHost.xml
+++ b/xml/Microsoft.Extensions.Hosting/IHost.xml
@@ -1,3 +1,4 @@
+
@@ -80,6 +81,7 @@
Starts the program.
A that will be completed when the starts.
To be added.
+ The cancellation token was canceled.
@@ -110,7 +112,8 @@
Attempts to gracefully stop the program.
A that will be completed when the stops.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Hosting/IHostLifetime.xml b/xml/Microsoft.Extensions.Hosting/IHostLifetime.xml
index f0e04c39a54..5976ebdc831 100644
--- a/xml/Microsoft.Extensions.Hosting/IHostLifetime.xml
+++ b/xml/Microsoft.Extensions.Hosting/IHostLifetime.xml
@@ -1,3 +1,4 @@
+
@@ -50,6 +51,7 @@
Called from to indicate that the host is stopping and it's time to shut down.
A .
To be added.
+ The cancellation token was canceled.
@@ -82,7 +84,8 @@
continuing. This can be used to delay startup until signaled by an external event.
A .
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Hosting/IHostedService.xml b/xml/Microsoft.Extensions.Hosting/IHostedService.xml
index 6b3ae608e13..4bffafed635 100644
--- a/xml/Microsoft.Extensions.Hosting/IHostedService.xml
+++ b/xml/Microsoft.Extensions.Hosting/IHostedService.xml
@@ -1,3 +1,4 @@
+
@@ -52,6 +53,7 @@
Triggered when the application host is ready to start the service.
To be added.
To be added.
+ The cancellation token was canceled.
@@ -84,7 +86,8 @@
Triggered when the application host is performing a graceful shutdown.
To be added.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Http.Logging/LoggingHttpMessageHandler.xml b/xml/Microsoft.Extensions.Http.Logging/LoggingHttpMessageHandler.xml
index 37fdff5c57e..169ee71acab 100644
--- a/xml/Microsoft.Extensions.Http.Logging/LoggingHttpMessageHandler.xml
+++ b/xml/Microsoft.Extensions.Http.Logging/LoggingHttpMessageHandler.xml
@@ -1,3 +1,4 @@
+
@@ -126,7 +127,8 @@ Logs the request and response from the sent
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Http.Logging/LoggingScopeHttpMessageHandler.xml b/xml/Microsoft.Extensions.Http.Logging/LoggingScopeHttpMessageHandler.xml
index c46f0668806..fbdece01bf0 100644
--- a/xml/Microsoft.Extensions.Http.Logging/LoggingScopeHttpMessageHandler.xml
+++ b/xml/Microsoft.Extensions.Http.Logging/LoggingScopeHttpMessageHandler.xml
@@ -1,3 +1,4 @@
+
@@ -126,7 +127,8 @@ Logs the request and response from the sent
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Http/PolicyHttpMessageHandler.xml b/xml/Microsoft.Extensions.Http/PolicyHttpMessageHandler.xml
index 36a02583875..31710cc2435 100644
--- a/xml/Microsoft.Extensions.Http/PolicyHttpMessageHandler.xml
+++ b/xml/Microsoft.Extensions.Http/PolicyHttpMessageHandler.xml
@@ -1,3 +1,4 @@
+
@@ -130,6 +131,7 @@ Executes request processing surrounded by a .
]]>
+ The cancellation token was canceled.
@@ -161,7 +163,8 @@ Executes request processing surrounded by a .
Called inside the execution of the to perform request processing.
Returns a that will yield a response when completed.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BatchingLoggerProvider.xml b/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BatchingLoggerProvider.xml
index c59425a5b9b..b65019556db 100644
--- a/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BatchingLoggerProvider.xml
+++ b/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BatchingLoggerProvider.xml
@@ -1,3 +1,4 @@
+
@@ -133,6 +134,7 @@
To be added.
To be added.
To be added.
+ The cancellation token was canceled.
@@ -185,7 +187,8 @@
To be added.
To be added.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BlobAppendReferenceWrapper.xml b/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BlobAppendReferenceWrapper.xml
index 76b184b4152..9914ebd8e80 100644
--- a/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BlobAppendReferenceWrapper.xml
+++ b/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BlobAppendReferenceWrapper.xml
@@ -1,3 +1,4 @@
+
@@ -121,6 +122,7 @@ This API supports the .NET infrastructure and is not intended to be used directl
]]>
+ The cancellation token was canceled.
@@ -192,4 +194,4 @@ This API supports the .NET infrastructure and is not intended to be used directl
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BlobLoggerProvider.xml b/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BlobLoggerProvider.xml
index 46aa3276037..dc5107c14e2 100644
--- a/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BlobLoggerProvider.xml
+++ b/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BlobLoggerProvider.xml
@@ -1,3 +1,4 @@
+
@@ -44,8 +45,7 @@
-
-
+
Creates a new instance of .
To be added.
@@ -69,8 +69,7 @@
-
-
+
The container to store logs to.
Creates a new instance of .
To be added.
@@ -103,7 +102,8 @@
To be added.
To be added.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/FileLoggerProvider.xml b/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/FileLoggerProvider.xml
index 3b249d72d80..c7e5cfae004 100644
--- a/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/FileLoggerProvider.xml
+++ b/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/FileLoggerProvider.xml
@@ -1,3 +1,4 @@
+
@@ -209,7 +210,8 @@ This API supports the .NET infrastructure and is not intended to be used directl
This API supports the .NET infrastructure and is not intended to be used directly from your code.
To be added.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/ICloudAppendBlob.xml b/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/ICloudAppendBlob.xml
index ee3c9e476bc..ccac613f554 100644
--- a/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/ICloudAppendBlob.xml
+++ b/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/ICloudAppendBlob.xml
@@ -1,3 +1,4 @@
+
@@ -61,6 +62,7 @@ This API supports the .NET infrastructure and is not intended to be used directl
]]>
+ The cancellation token was canceled.
@@ -124,4 +126,4 @@ This API supports the .NET infrastructure and is not intended to be used directl
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Logging.AzureAppServices/BatchingLoggerProvider.xml b/xml/Microsoft.Extensions.Logging.AzureAppServices/BatchingLoggerProvider.xml
index 933ba6f6cf8..d72a992bcf6 100644
--- a/xml/Microsoft.Extensions.Logging.AzureAppServices/BatchingLoggerProvider.xml
+++ b/xml/Microsoft.Extensions.Logging.AzureAppServices/BatchingLoggerProvider.xml
@@ -1,3 +1,4 @@
+
@@ -109,6 +110,7 @@
Wait for the given .
A which completes when the has passed or the has been canceled.
To be added.
+ The cancellation token was canceled.
@@ -162,4 +164,4 @@
-
+
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Primitives/CancellationChangeToken.xml b/xml/Microsoft.Extensions.Primitives/CancellationChangeToken.xml
index 91a1d143687..20920a5f6a2 100644
--- a/xml/Microsoft.Extensions.Primitives/CancellationChangeToken.xml
+++ b/xml/Microsoft.Extensions.Primitives/CancellationChangeToken.xml
@@ -1,3 +1,4 @@
+
@@ -59,6 +60,7 @@
The .
Initializes a new instance of .
To be added.
+ The cancellation token was canceled.
@@ -173,4 +175,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.CodeDom.Compiler/IndentedTextWriter.xml b/xml/System.CodeDom.Compiler/IndentedTextWriter.xml
index 34773fec4c9..8676d6bb8db 100644
--- a/xml/System.CodeDom.Compiler/IndentedTextWriter.xml
+++ b/xml/System.CodeDom.Compiler/IndentedTextWriter.xml
@@ -1,3 +1,4 @@
+
@@ -1452,6 +1453,7 @@
Asynchronously writes the specified characters to the underlying , inserting tabs at the start of every line.
A representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -1488,6 +1490,7 @@
Asynchronously writes the contents of the specified to the underlying , inserting tabs at the start of every line.
A representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -2430,6 +2433,7 @@
Asynchronously writes the specified characters followed by a line terminator to the underlying , inserting tabs at the start of every line.
A representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -2466,6 +2470,7 @@
Asynchronously writes the contents of the specified followed by a line terminator to the underlying , inserting tabs at the start of every line.
A representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -2602,4 +2607,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Collections.Generic/IAsyncEnumerable`1.xml b/xml/System.Collections.Generic/IAsyncEnumerable`1.xml
index 6f6aa76ed61..3e71216fefb 100644
--- a/xml/System.Collections.Generic/IAsyncEnumerable`1.xml
+++ b/xml/System.Collections.Generic/IAsyncEnumerable`1.xml
@@ -1,3 +1,4 @@
+
@@ -75,7 +76,8 @@
Returns an enumerator that iterates asynchronously through the collection.
An enumerator that can be used to iterate asynchronously through the collection.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Data.Common/DbBatch.xml b/xml/System.Data.Common/DbBatch.xml
index b2c96042f79..cfad4f8dc9f 100644
--- a/xml/System.Data.Common/DbBatch.xml
+++ b/xml/System.Data.Common/DbBatch.xml
@@ -369,6 +369,7 @@ The precise semantics of batch execution vary across ADO.NET providers, especial
]]>
+ The cancellation token was canceled.
@@ -644,6 +645,7 @@ The precise semantics of batch execution vary across ADO.NET providers, especial
Asynchronously creates a prepared (or compiled) version of the batch, or of each of its commands, on the data source.
A representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.Data.Common/DbCommand.xml b/xml/System.Data.Common/DbCommand.xml
index 8ab8d3a2eb2..2495caf7ac4 100644
--- a/xml/System.Data.Common/DbCommand.xml
+++ b/xml/System.Data.Common/DbCommand.xml
@@ -1690,6 +1690,7 @@
]]>
+ The cancellation token was canceled.
diff --git a/xml/System.Data.Common/DbConnection.xml b/xml/System.Data.Common/DbConnection.xml
index 60f2d2bd699..7ebfe880f64 100644
--- a/xml/System.Data.Common/DbConnection.xml
+++ b/xml/System.Data.Common/DbConnection.xml
@@ -1,3 +1,4 @@
+
@@ -211,6 +212,7 @@
]]>
+ The cancellation token was canceled.
@@ -370,6 +372,7 @@
]]>
+ The cancellation token was canceled.
@@ -416,6 +419,7 @@
]]>
+ The cancellation token was canceled.
@@ -552,6 +556,7 @@ This property returns `false` by default; providers that implement
+ The cancellation token was canceled.
@@ -1418,6 +1423,7 @@ This property returns `false` by default; providers that implement will be communicated via the returned Task Exception property.
A task representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -1454,6 +1460,7 @@ This property returns `false` by default; providers that implement will be communicated via the returned Task Exception property.
A task representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -1492,6 +1499,7 @@ This property returns `false` by default; providers that implement will be communicated via the returned Task Exception property.
A task representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -1723,6 +1731,7 @@ This property returns `false` by default; providers that implement
ADO.NET Overview
+ The cancellation token was canceled.
@@ -2036,4 +2045,4 @@ This property returns `false` by default; providers that implement
-
+
\ No newline at end of file
diff --git a/xml/System.Data.Common/DbDataReader.xml b/xml/System.Data.Common/DbDataReader.xml
index 8b2f86f7f86..40bc3f7cd5a 100644
--- a/xml/System.Data.Common/DbDataReader.xml
+++ b/xml/System.Data.Common/DbDataReader.xml
@@ -777,6 +777,7 @@
Exceptions thrown by will be communicated via the returned Task Exception property.
A task representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -2049,6 +2050,7 @@ Returns if the executed command returned no resultset, o
Exceptions thrown by will be communicated via the returned Task Exception property.
A task representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.Data.Common/DbDataSource.xml b/xml/System.Data.Common/DbDataSource.xml
index bb3ae447ebc..ae9d6cb7d60 100644
--- a/xml/System.Data.Common/DbDataSource.xml
+++ b/xml/System.Data.Common/DbDataSource.xml
@@ -1,3 +1,4 @@
+
@@ -433,6 +434,7 @@
]]>
+ The cancellation token was canceled.
@@ -493,7 +495,8 @@
]]>
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Data.Common/DbTransaction.xml b/xml/System.Data.Common/DbTransaction.xml
index d4cbbbf861c..8448c39b1c8 100644
--- a/xml/System.Data.Common/DbTransaction.xml
+++ b/xml/System.Data.Common/DbTransaction.xml
@@ -1,3 +1,4 @@
+
@@ -197,6 +198,7 @@
]]>
+ The cancellation token was canceled.
@@ -565,6 +567,7 @@
Destroys a savepoint previously defined in the current transaction. This allows the system to reclaim some resources before the transaction ends.
A representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -682,6 +685,7 @@
]]>
+ The cancellation token was canceled.
@@ -713,6 +717,7 @@
Rolls back all commands that were executed after the specified savepoint was established.
A representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -773,6 +778,7 @@
Creates a savepoint in the transaction. This allows all commands that are executed after the savepoint was established to be rolled back, restoring the transaction state to what it was at the time of the savepoint.
A representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -856,4 +862,4 @@ This member is an explicit interface member implementation. It can be used only
-
+
\ No newline at end of file
diff --git a/xml/System.Data.SqlClient/SqlBulkCopy.xml b/xml/System.Data.SqlClient/SqlBulkCopy.xml
index 81b5cf46714..33862a3c87a 100644
--- a/xml/System.Data.SqlClient/SqlBulkCopy.xml
+++ b/xml/System.Data.SqlClient/SqlBulkCopy.xml
@@ -1415,6 +1415,7 @@ For more information about asynchronous programming in the .NET Framework Data P
The asynchronous version of , which copies all rows from the supplied array to a destination table specified by the property of the object.
Returns .
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.Data.SqlClient/SqlCommand.xml b/xml/System.Data.SqlClient/SqlCommand.xml
index f7488332c01..b2a79999170 100644
--- a/xml/System.Data.SqlClient/SqlCommand.xml
+++ b/xml/System.Data.SqlClient/SqlCommand.xml
@@ -2559,6 +2559,7 @@ In some situations, can be set to To be added.
To be added.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.Diagnostics/Process.xml b/xml/System.Diagnostics/Process.xml
index 104fc466c93..0cd01df8bfa 100644
--- a/xml/System.Diagnostics/Process.xml
+++ b/xml/System.Diagnostics/Process.xml
@@ -1,3 +1,4 @@
+
@@ -6849,6 +6850,7 @@ Calling this method will set
+ The cancellation token was canceled.
@@ -7236,4 +7238,4 @@ No process is associated with this o
-
+
\ No newline at end of file
diff --git a/xml/System.IO.Compression/BrotliStream.xml b/xml/System.IO.Compression/BrotliStream.xml
index bb494427c23..9b4d65bdc7e 100644
--- a/xml/System.IO.Compression/BrotliStream.xml
+++ b/xml/System.IO.Compression/BrotliStream.xml
@@ -1,3 +1,4 @@
+
@@ -577,6 +578,7 @@
Asynchronously clears all buffers for this Brotli stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests.
A task that represents the asynchronous flush operation.
If the operation is canceled before it completes, the returned task contains the value for the property.
+ The cancellation token was canceled.
@@ -757,6 +759,7 @@
Use the property to determine whether the current instance supports reading.
If the operation is canceled before it completes, the returned task contains the value for the property.
+ The cancellation token was canceled.
@@ -800,6 +803,7 @@
Use the property to determine whether the current instance supports reading.
If the operation is canceled before it completes, the returned task contains the value for the property.
+ The cancellation token was canceled.
@@ -1009,6 +1013,7 @@
Use the property to determine whether the current instance supports writing.
If the operation is canceled before it completes, the returned task contains the value for the property.
+ The cancellation token was canceled.
@@ -1052,6 +1057,7 @@
Use the property to determine whether the current instance supports writing.
If the operation is canceled before it completes, the returned task contains the value for the property.
+ The cancellation token was canceled.
@@ -1088,4 +1094,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.IO.Compression/DeflateStream.xml b/xml/System.IO.Compression/DeflateStream.xml
index a2b9cddf60f..d74e0e253ba 100644
--- a/xml/System.IO.Compression/DeflateStream.xml
+++ b/xml/System.IO.Compression/DeflateStream.xml
@@ -1,3 +1,4 @@
+
@@ -721,6 +722,7 @@ Copying begins at the current position in the current Deflate stream.
]]>
+ The cancellation token was canceled.
@@ -1056,6 +1058,7 @@ If the operation is canceled before it completes, the returned task contains the
]]>
+ The cancellation token was canceled.
@@ -1312,6 +1315,7 @@ If the operation is canceled before it completes, the returned task contains the
]]>
+ The cancellation token was canceled.
@@ -1375,6 +1379,7 @@ If the operation is canceled before it completes, the returned task contains the
]]>
+ The cancellation token was canceled.
@@ -1662,6 +1667,7 @@ If the operation is canceled before it completes, the returned task contains the
]]>
+ The cancellation token was canceled.
@@ -1725,6 +1731,7 @@ If the operation is canceled before it completes, the returned task contains the
]]>
+ The cancellation token was canceled.
@@ -1758,4 +1765,4 @@ If the operation is canceled before it completes, the returned task contains the
-
+
\ No newline at end of file
diff --git a/xml/System.IO.Compression/GZipStream.xml b/xml/System.IO.Compression/GZipStream.xml
index f7c92f38aeb..2f0262a6433 100644
--- a/xml/System.IO.Compression/GZipStream.xml
+++ b/xml/System.IO.Compression/GZipStream.xml
@@ -1,3 +1,4 @@
+
@@ -754,6 +755,7 @@ Copying begins at the current position in the current GZip stream.
]]>
+ The cancellation token was canceled.
@@ -1074,6 +1076,7 @@ If the operation is canceled before it completes, the returned task contains the
]]>
+ The cancellation token was canceled.
@@ -1335,6 +1338,7 @@ If the operation is canceled before it completes, the returned task contains the
]]>
+ The cancellation token was canceled.
@@ -1398,6 +1402,7 @@ If the operation is canceled before it completes, the returned task contains the
]]>
+ The cancellation token was canceled.
@@ -1691,6 +1696,7 @@ If the operation is canceled before it completes, the returned task contains the
]]>
+ The cancellation token was canceled.
@@ -1754,6 +1760,7 @@ If the operation is canceled before it completes, the returned task contains the
]]>
+ The cancellation token was canceled.
@@ -1787,4 +1794,4 @@ If the operation is canceled before it completes, the returned task contains the
-
+
\ No newline at end of file
diff --git a/xml/System.IO.Compression/ZLibStream.xml b/xml/System.IO.Compression/ZLibStream.xml
index 32a2bcada27..cc7005a05ac 100644
--- a/xml/System.IO.Compression/ZLibStream.xml
+++ b/xml/System.IO.Compression/ZLibStream.xml
@@ -521,6 +521,7 @@
Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests.
A task that represents the asynchronous flush operation.
To be added.
+ The cancellation token was canceled.
@@ -648,6 +649,7 @@
Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests.
A task that represents the asynchronous completion of the operation.
To be added.
+ The cancellation token was canceled.
@@ -680,6 +682,7 @@
Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests.
A task that represents the asynchronous completion of the operation.
To be added.
+ The cancellation token was canceled.
@@ -837,6 +840,7 @@
Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.
A task that represents the asynchronous completion of the operation.
To be added.
+ The cancellation token was canceled.
@@ -869,6 +873,7 @@
Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.
A task that represents the asynchronous completion of the operation.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.IO.IsolatedStorage/IsolatedStorageFileStream.xml b/xml/System.IO.IsolatedStorage/IsolatedStorageFileStream.xml
index bf5362e69f4..26a20d7199c 100644
--- a/xml/System.IO.IsolatedStorage/IsolatedStorageFileStream.xml
+++ b/xml/System.IO.IsolatedStorage/IsolatedStorageFileStream.xml
@@ -1,3 +1,4 @@
+
@@ -1331,6 +1332,7 @@ Dim source As New IsolatedStorageFileStream(UserName,FileMode.Open,isoFile)
Asynchronously clears buffers for this stream and causes any buffered data to be written to the file.
A task that represents the asynchronous flush operation.
To be added.
+ The cancellation token was canceled.
@@ -1766,6 +1768,7 @@ The method wi
Asynchronously copies bytes from the current buffered object to a byte memory range.
A task that represents the asynchronous read operation. It wraps the total number of bytes read into the . This can be less than the number of bytes requested if that many bytes are not currently available, or zero if the end of the stream is reached.
To be added.
+ The cancellation token was canceled.
@@ -1820,6 +1823,7 @@ The meth
]]>
+ The cancellation token was canceled.
@@ -2219,6 +2223,7 @@ If the write operation is successful, the current position of the Asynchronously writes a block of bytes to the isolated storage file stream object using data read from a buffer consisting of a read-only byte memory range.
A task that represents the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
@@ -2267,6 +2272,7 @@ If the write operation is successful, the current position of the
+ The cancellation token was canceled.
@@ -2330,4 +2336,4 @@ If the write operation is successful, the current position of the
-
+
\ No newline at end of file
diff --git a/xml/System.IO.Pipelines/PipeReader.xml b/xml/System.IO.Pipelines/PipeReader.xml
index d688eef35b5..5152821db15 100644
--- a/xml/System.IO.Pipelines/PipeReader.xml
+++ b/xml/System.IO.Pipelines/PipeReader.xml
@@ -1,3 +1,4 @@
+
@@ -309,6 +310,7 @@ The canceled Asynchronously reads the bytes from the and writes them to the specified , using a specified buffer size and cancellation token.
A task that represents the asynchronous copy operation.
To be added.
+ The cancellation token was canceled.
@@ -339,6 +341,7 @@ The canceled Asynchronously reads the bytes from the and writes them to the specified stream, using a specified cancellation token.
A task that represents the asynchronous copy operation.
To be added.
+ The cancellation token was canceled.
@@ -482,6 +485,7 @@ The canceled Asynchronously reads a sequence of bytes from the current .
A representing the asynchronous read operation.
To be added.
+ The cancellation token was canceled.
@@ -517,6 +521,7 @@ The call returns if the has read the `mini
]]>
+ The cancellation token was canceled.
@@ -553,6 +558,7 @@ The call returns if the has read the `mini
]]>
+ The cancellation token was canceled.
@@ -596,4 +602,4 @@ If the pipe returns `false`, there is no need to call
-
+
\ No newline at end of file
diff --git a/xml/System.IO.Pipelines/PipeWriter.xml b/xml/System.IO.Pipelines/PipeWriter.xml
index 9eb766317cb..d99ab64cd1b 100644
--- a/xml/System.IO.Pipelines/PipeWriter.xml
+++ b/xml/System.IO.Pipelines/PipeWriter.xml
@@ -1,3 +1,4 @@
+
@@ -257,6 +258,7 @@ The canceled Asynchronously reads the bytes from the specified stream and writes them to the .
A task that represents the asynchronous copy operation.
To be added.
+ The cancellation token was canceled.
@@ -318,6 +320,7 @@ The canceled Makes bytes written available to and runs continuation.
A task that represents and wraps the asynchronous flush operation.
To be added.
+ The cancellation token was canceled.
@@ -517,7 +520,8 @@ You must request a new buffer after calling Writes the specified byte memory range to the pipe and makes data accessible to the .
A task that represents the asynchronous write operation, and wraps the flush asynchronous operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.IO.Pipelines/StreamPipeExtensions.xml b/xml/System.IO.Pipelines/StreamPipeExtensions.xml
index 9ea93da4ba6..e2911703c6e 100644
--- a/xml/System.IO.Pipelines/StreamPipeExtensions.xml
+++ b/xml/System.IO.Pipelines/StreamPipeExtensions.xml
@@ -1,3 +1,4 @@
+
@@ -52,7 +53,8 @@
Asynchronously reads the bytes from the and writes them to the specified , using a cancellation token.
A task that represents the asynchronous copy operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.IO.Pipes/NamedPipeClientStream.xml b/xml/System.IO.Pipes/NamedPipeClientStream.xml
index 397190aa2f5..b2256c203a2 100644
--- a/xml/System.IO.Pipes/NamedPipeClientStream.xml
+++ b/xml/System.IO.Pipes/NamedPipeClientStream.xml
@@ -1,3 +1,4 @@
+
@@ -993,6 +994,7 @@
Asynchronously connects to a waiting server and monitors cancellation requests.
A task that represents the asynchronous connect operation.
To be added.
+ The cancellation token was canceled.
@@ -1036,6 +1038,7 @@
Asynchronously connects to a waiting server within the specified timeout period and monitors cancellation requests.
A task that represents the asynchronous connect operation.
To be added.
+ The cancellation token was canceled.
@@ -1066,6 +1069,7 @@
Asynchronously connects to a waiting server within the specified timeout period and monitors cancellation requests.
A task that represents the asynchronous connect operation.
To be added.
+ The cancellation token was canceled.
@@ -1175,4 +1179,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.IO.Pipes/NamedPipeServerStream.xml b/xml/System.IO.Pipes/NamedPipeServerStream.xml
index 95ac942101f..eddc9c30c78 100644
--- a/xml/System.IO.Pipes/NamedPipeServerStream.xml
+++ b/xml/System.IO.Pipes/NamedPipeServerStream.xml
@@ -1,3 +1,4 @@
+
@@ -1551,7 +1552,8 @@
]]>
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.IO.Pipes/PipeStream.xml b/xml/System.IO.Pipes/PipeStream.xml
index f849118a4f2..099c075ad83 100644
--- a/xml/System.IO.Pipes/PipeStream.xml
+++ b/xml/System.IO.Pipes/PipeStream.xml
@@ -880,6 +880,7 @@ When the disposing parameter is `true`, this method releases all resources held
Asynchronously clears the buffer for the current stream and causes any buffered data to be written to the underlying device.
A task that represent the asynchronous flush operation.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.IO/BufferedStream.xml b/xml/System.IO/BufferedStream.xml
index 8a2131cb672..238696efa08 100644
--- a/xml/System.IO/BufferedStream.xml
+++ b/xml/System.IO/BufferedStream.xml
@@ -811,6 +811,7 @@ Copying begins at the current position in the current stream.
]]>
+ The cancellation token was canceled.
@@ -1472,6 +1473,7 @@ If the operation is canceled before it completes, the returned task contains the
]]>
+ The cancellation token was canceled.
@@ -1963,6 +1965,7 @@ If the operation is canceled before it completes, the returned task contains the
]]>
+ The cancellation token was canceled.
diff --git a/xml/System.IO/File.xml b/xml/System.IO/File.xml
index bc0d8a05718..f3370ad96c3 100644
--- a/xml/System.IO/File.xml
+++ b/xml/System.IO/File.xml
@@ -1,3 +1,4 @@
+
@@ -349,6 +350,7 @@
Asynchronously appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
A task that represents the asynchronous append operation.
To be added.
+ The cancellation token was canceled.
@@ -395,6 +397,7 @@
Asynchronously appends lines to a file by using a specified encoding, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
A task that represents the asynchronous append operation.
To be added.
+ The cancellation token was canceled.
@@ -644,6 +647,7 @@
Asynchronously opens a file or creates a file if it does not already exist, appends the specified string to the file, and then closes the file.
A task that represents the asynchronous append operation.
To be added.
+ The cancellation token was canceled.
@@ -691,6 +695,7 @@
Asynchronously opens a file or creates the file if it does not already exist, appends the specified string to the file using the specified encoding, and then closes the file.
A task that represents the asynchronous append operation.
To be added.
+ The cancellation token was canceled.
@@ -4052,6 +4057,7 @@ The following example moves a file.
Asynchronously opens a binary file, reads the contents of the file into a byte array, and then closes the file.
A task that represents the asynchronous read operation, which wraps the byte array containing the contents of the file.
To be added.
+ The cancellation token was canceled.
@@ -4304,6 +4310,7 @@ The following example moves a file.
Asynchronously opens a text file, reads all lines of the file, and then closes the file.
A task that represents the asynchronous read operation, which wraps the string array containing all lines of the file.
To be added.
+ The cancellation token was canceled.
@@ -4348,6 +4355,7 @@ The following example moves a file.
Asynchronously opens a text file, reads all lines of the file with the specified encoding, and then closes the file.
A task that represents the asynchronous read operation, which wraps the string array containing all lines of the file.
To be added.
+ The cancellation token was canceled.
@@ -4608,6 +4616,7 @@ The following example moves a file.
Asynchronously opens a text file, reads all the text in the file, and then closes the file.
A task that represents the asynchronous read operation, which wraps the string containing all text in the file.
To be added.
+ The cancellation token was canceled.
@@ -4652,6 +4661,7 @@ The following example moves a file.
Asynchronously opens a text file, reads all text in the file with the specified encoding, and then closes the file.
A task that represents the asynchronous read operation, which wraps the string containing all text in the file.
To be added.
+ The cancellation token was canceled.
@@ -4897,6 +4907,7 @@ The following example moves a file.
Asynchronously reads the lines of a file.
The async enumerable that represents all the lines of the file, or the lines that are the result of a query.
To be added.
+ The cancellation token was canceled.
@@ -4931,6 +4942,7 @@ The following example moves a file.
Asynchronously reads the lines of a file that has a specified encoding.
The async enumerable that represents all the lines of the file, or the lines that are the result of a query.
To be added.
+ The cancellation token was canceled.
@@ -6402,6 +6414,7 @@ It is not possible to change the compression status of a o
Asynchronously creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten.
A task that represents the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
@@ -6849,6 +6862,7 @@ It is not possible to change the compression status of a o
Asynchronously creates a new file, writes the specified lines to the file, and then closes the file.
A task that represents the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
@@ -6895,6 +6909,7 @@ It is not possible to change the compression status of a o
Asynchronously creates a new file, write the specified lines to the file by using the specified encoding, and then closes the file.
A task that represents the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
@@ -7150,6 +7165,7 @@ It is not possible to change the compression status of a o
Asynchronously creates a new file, writes the specified string to the file, and then closes the file. If the target file already exists, it is overwritten.
A task that represents the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
@@ -7197,7 +7213,8 @@ It is not possible to change the compression status of a o
Asynchronously creates a new file, writes the specified string to the file using the specified encoding, and then closes the file. If the target file already exists, it is overwritten.
A task that represents the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.IO/FileStream.xml b/xml/System.IO/FileStream.xml
index cee3c713efc..acc1a272b78 100644
--- a/xml/System.IO/FileStream.xml
+++ b/xml/System.IO/FileStream.xml
@@ -2200,6 +2200,7 @@ For an example of copying between two streams, see the
+ The cancellation token was canceled.
@@ -3490,6 +3491,7 @@ The following example shows how to read from a file asynchronously.
]]>
+ The cancellation token was canceled.
@@ -4231,6 +4233,7 @@ If the operation is canceled before it completes, the returned task contains the
]]>
+ The cancellation token was canceled.
diff --git a/xml/System.IO/MemoryStream.xml b/xml/System.IO/MemoryStream.xml
index d13f713cfc4..6a9c8439139 100644
--- a/xml/System.IO/MemoryStream.xml
+++ b/xml/System.IO/MemoryStream.xml
@@ -1892,6 +1892,7 @@ The pending operation does not support writing.
Asynchronously reads a sequence of bytes from the current memory stream, writes the sequence into , advances the position within the memory stream by the number of bytes read, and monitors cancellation requests.
A task that represents the asynchronous read operation. The value of its property contains the total number of bytes read into the . The result value can be less than the number of bytes allocated in if that many bytes are not currently available, or it can be 0 (zero) if the end of the memory stream has been reached.
To be added.
+ The cancellation token was canceled.
@@ -2529,6 +2530,7 @@ The underlying buffer will not be exposed if the current `MemoryStream` instance
Asynchronously writes the sequence of bytes contained in into the current memory stream, advances the current position within this memory stream by the number of bytes written, and monitors cancellation requests.
A task that represents the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.IO/Stream.xml b/xml/System.IO/Stream.xml
index 4431c2fba27..33e42846ce5 100644
--- a/xml/System.IO/Stream.xml
+++ b/xml/System.IO/Stream.xml
@@ -1005,6 +1005,7 @@
]]>
+ The cancellation token was canceled.
@@ -2073,6 +2074,7 @@
]]>
+ The cancellation token was canceled.
@@ -3166,6 +3168,7 @@ This member is an explicit interface member implementation. It can be used only
]]>
+ The cancellation token was canceled.
diff --git a/xml/System.IO/StreamReader.xml b/xml/System.IO/StreamReader.xml
index f5ca8d80fff..4d052fa720e 100644
--- a/xml/System.IO/StreamReader.xml
+++ b/xml/System.IO/StreamReader.xml
@@ -1957,6 +1957,7 @@ Following a call to , any operations on th
Asynchronously reads the characters from the current stream into a memory block.
A value task that represents the asynchronous read operation. The value of the type parameter of the value task contains the number of characters that have been read, or 0 if at the end of the stream and no data was read. The number will be less than or equal to the length, depending on whether the data is available within the stream.
To be added.
+ The cancellation token was canceled.
@@ -2197,6 +2198,7 @@ Following a call to , any operations on th
Asynchronously reads the characters from the current stream and writes the data to a buffer.
A value task that represents the asynchronous read operation. The value of the type parameter of the value task contains the total number of characters read into the buffer. The result value can be less than the number of characters requested if the number of characters currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.IO/StreamWriter.xml b/xml/System.IO/StreamWriter.xml
index 9cc74d73399..5eb6acc6917 100644
--- a/xml/System.IO/StreamWriter.xml
+++ b/xml/System.IO/StreamWriter.xml
@@ -1,3 +1,4 @@
+
@@ -2325,6 +2326,7 @@ See Asynchronously writes a character memory region to the stream.
A task that represents the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
@@ -3019,6 +3021,7 @@ The line terminator is defined by the fi
]]>
+ The cancellation token was canceled.
@@ -3103,4 +3106,4 @@ The line terminator is defined by the fi
-
+
\ No newline at end of file
diff --git a/xml/System.IO/StringReader.xml b/xml/System.IO/StringReader.xml
index b8aa4e3057e..e40dd66d665 100644
--- a/xml/System.IO/StringReader.xml
+++ b/xml/System.IO/StringReader.xml
@@ -669,6 +669,7 @@ This implementation of `Close` calls the Asynchronously reads all the characters from the input string, starting at the current position, and advances the current position to the end of the input string.
A task that represents the asynchronous read operation. The value of the parameter contains the total number of characters read into the buffer.
To be added.
+ The cancellation token was canceled.
@@ -852,6 +853,7 @@ This implementation of `Close` calls the
+ The cancellation token was canceled.
diff --git a/xml/System.IO/StringWriter.xml b/xml/System.IO/StringWriter.xml
index 84c1bccb5cf..c156f8d91d8 100644
--- a/xml/System.IO/StringWriter.xml
+++ b/xml/System.IO/StringWriter.xml
@@ -1,3 +1,4 @@
+
@@ -1446,6 +1447,7 @@
Asynchronously writes a memory region of characters to the string.
A task that represents the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
@@ -1488,6 +1490,7 @@
Asynchronously writes the text representation of a string builder to the string.
A task that represents the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
@@ -1843,6 +1846,7 @@ The following example shows how to write a string by using the Asynchronously writes the string representation of the memory region of characters to the current string, followed by a line terminator.
A task that represents the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
@@ -1885,6 +1889,7 @@ The following example shows how to write a string by using the Asynchronously writes the string representation of the string builder to the current string, followed by a line terminator.
A task that represents the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
@@ -1969,4 +1974,4 @@ The following example shows how to write characters by using the
-
+
\ No newline at end of file
diff --git a/xml/System.IO/TextReader.xml b/xml/System.IO/TextReader.xml
index d9f7b52d300..2f5642b4e09 100644
--- a/xml/System.IO/TextReader.xml
+++ b/xml/System.IO/TextReader.xml
@@ -731,6 +731,7 @@
Asynchronously reads the characters from the current stream into a memory block.
A value task that represents the asynchronous read operation. The value of the type parameter contains the number of characters that have been read, or 0 if at the end of the stream and no data was read. The number will be less than or equal to the length, depending on whether the data is available within the stream.
To be added.
+ The cancellation token was canceled.
@@ -976,6 +977,7 @@
Asynchronously reads the characters from the current stream and writes the data to a buffer.
A value task that represents the asynchronous read operation. The value of the type parameter contains the total number of characters read into the buffer. The result value can be less than the number of characters requested if the number of characters currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.IO/TextWriter.xml b/xml/System.IO/TextWriter.xml
index cb101893133..1250872aa90 100644
--- a/xml/System.IO/TextWriter.xml
+++ b/xml/System.IO/TextWriter.xml
@@ -1,3 +1,4 @@
+
@@ -2762,6 +2763,7 @@ This method is equivalent to `Write(stringBuilder.ToString())`, but it uses the
Asynchronously writes a character memory region to the text stream.
A task that represents the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
@@ -2812,6 +2814,7 @@ This method is equivalent to calling `WriteAsync(stringBuilder.ToString())`, how
]]>
+ The cancellation token was canceled.
@@ -4808,6 +4811,7 @@ The line terminator is defined by the fi
]]>
+ The cancellation token was canceled.
@@ -4858,6 +4862,7 @@ The line terminator is defined by the fi
]]>
+ The cancellation token was canceled.
@@ -4937,4 +4942,4 @@ The line terminator is defined by the fi
-
+
\ No newline at end of file
diff --git a/xml/System.IO/UnmanagedMemoryStream.xml b/xml/System.IO/UnmanagedMemoryStream.xml
index 8606d836470..2d748d2449e 100644
--- a/xml/System.IO/UnmanagedMemoryStream.xml
+++ b/xml/System.IO/UnmanagedMemoryStream.xml
@@ -1,3 +1,4 @@
+
@@ -835,6 +836,7 @@
]]>
+ The cancellation token was canceled.
@@ -1367,6 +1369,7 @@ This method is equivalent to the Asynchronously reads the unmanaged memory stream bytes into the memory region.
A task that represents the asynchronous read operation, and wraps the total number of bytes read into the buffer.
To be added.
+ The cancellation token was canceled.
@@ -1434,6 +1437,7 @@ This method is equivalent to the
+ The cancellation token was canceled.
@@ -1833,6 +1837,7 @@ If an exception occurs during the write operation, it will be set as the
+ The cancellation token was canceled.
@@ -1900,6 +1905,7 @@ If an exception occurs during the write operation, it will be set as the
+ The cancellation token was canceled.
@@ -1977,4 +1983,4 @@ If an exception occurs during the write operation, it will be set as the
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml b/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
index aec62bdc0b8..100eb468b34 100644
--- a/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
+++ b/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
@@ -610,6 +610,7 @@ This method uses
+ The cancellation token was canceled.
@@ -660,6 +661,7 @@ This method uses
+ The cancellation token was canceled.
@@ -711,6 +713,7 @@ This method uses Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -751,6 +754,7 @@ This method uses Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -795,6 +799,7 @@ This method uses Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -828,6 +833,7 @@ This method uses Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -887,6 +893,7 @@ This method uses
+ The cancellation token was canceled.
@@ -939,6 +946,7 @@ This method uses
+ The cancellation token was canceled.
@@ -992,6 +1000,7 @@ This method uses Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -1034,6 +1043,7 @@ This method uses Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -1080,6 +1090,7 @@ This method uses Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -1115,6 +1126,7 @@ This method uses Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -1464,6 +1476,7 @@ This method uses
+ The cancellation token was canceled.
@@ -1519,6 +1532,7 @@ This method uses
+ The cancellation token was canceled.
@@ -1574,6 +1588,7 @@ This method uses Sends a POST request to the specified Uri containing the serialized as JSON in the request body.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -1618,6 +1633,7 @@ This method uses Sends a POST request to the specified Uri containing the serialized as JSON in the request body.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -1666,6 +1682,7 @@ This method uses Sends a POST request to the specified Uri containing the serialized as JSON in the request body.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -1703,6 +1720,7 @@ This method uses Sends a POST request to the specified Uri containing the serialized as JSON in the request body.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -1765,6 +1783,7 @@ This method uses
+ The cancellation token was canceled.
@@ -1820,6 +1839,7 @@ This method uses
+ The cancellation token was canceled.
@@ -1875,6 +1895,7 @@ This method uses Send a PUT request to the specified Uri containing the serialized as JSON in the request body.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -1919,6 +1940,7 @@ This method uses Send a PUT request to the specified Uri containing the serialized as JSON in the request body.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -1967,6 +1989,7 @@ This method uses Send a PUT request to the specified Uri containing the serialized as JSON in the request body.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -2004,6 +2027,7 @@ This method uses Send a PUT request to the specified Uri containing the serialized as JSON in the request body.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.Net.Http.Json/HttpContentJsonExtensions.xml b/xml/System.Net.Http.Json/HttpContentJsonExtensions.xml
index 0454e6a8dc9..d9e1dd92280 100644
--- a/xml/System.Net.Http.Json/HttpContentJsonExtensions.xml
+++ b/xml/System.Net.Http.Json/HttpContentJsonExtensions.xml
@@ -1,3 +1,4 @@
+
@@ -60,6 +61,7 @@
Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -91,6 +93,7 @@
Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -135,6 +138,7 @@
Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -168,7 +172,8 @@
Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http.Json/JsonContent.xml b/xml/System.Net.Http.Json/JsonContent.xml
index d20dedf3c8e..80c7018c7b6 100644
--- a/xml/System.Net.Http.Json/JsonContent.xml
+++ b/xml/System.Net.Http.Json/JsonContent.xml
@@ -1,3 +1,4 @@
+
@@ -157,6 +158,7 @@
To be added.
To be added.
To be added.
+ The cancellation token was canceled.
@@ -217,6 +219,7 @@
To be added.
To be added.
To be added.
+ The cancellation token was canceled.
@@ -278,4 +281,4 @@ This method always returns `false` since
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/ByteArrayContent.xml b/xml/System.Net.Http/ByteArrayContent.xml
index 9540cbcb80c..d1c689251bb 100644
--- a/xml/System.Net.Http/ByteArrayContent.xml
+++ b/xml/System.Net.Http/ByteArrayContent.xml
@@ -1,3 +1,4 @@
+
@@ -179,6 +180,7 @@ The class does not internally copy the p
Creates an HTTP content stream for reading. It uses the memory from the as a backing store.
The HTTP content stream.
To be added.
+ The cancellation token was canceled.
@@ -254,6 +256,7 @@ The class does not internally copy the p
The cancellation token to cancel the operation.
Serializes and writes the byte array provided in the constructor to an HTTP content stream.
To be added.
+ The cancellation token was canceled.
@@ -347,6 +350,7 @@ The class does not internally copy the p
]]>
+ The cancellation token was canceled.
@@ -398,4 +402,4 @@ The class does not internally copy the p
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/CFNetworkHandler.xml b/xml/System.Net.Http/CFNetworkHandler.xml
index a703e3e89b8..4a0e84162d5 100644
--- a/xml/System.Net.Http/CFNetworkHandler.xml
+++ b/xml/System.Net.Http/CFNetworkHandler.xml
@@ -1,3 +1,4 @@
+
@@ -132,6 +133,7 @@
To be added.
To be added.
To be added.
+ The cancellation token was canceled.
@@ -156,4 +158,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/DelegatingHandler.xml b/xml/System.Net.Http/DelegatingHandler.xml
index ca3b9baf264..0699ca1f128 100644
--- a/xml/System.Net.Http/DelegatingHandler.xml
+++ b/xml/System.Net.Http/DelegatingHandler.xml
@@ -249,6 +249,7 @@
]]>
+ The cancellation token was canceled.
diff --git a/xml/System.Net.Http/FormUrlEncodedContent.xml b/xml/System.Net.Http/FormUrlEncodedContent.xml
index a2312a6f4c4..8edb279190d 100644
--- a/xml/System.Net.Http/FormUrlEncodedContent.xml
+++ b/xml/System.Net.Http/FormUrlEncodedContent.xml
@@ -1,3 +1,4 @@
+
@@ -110,7 +111,8 @@
]]>
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/HttpClient.xml b/xml/System.Net.Http/HttpClient.xml
index 48742dce2ee..ccfe5b82e8c 100644
--- a/xml/System.Net.Http/HttpClient.xml
+++ b/xml/System.Net.Http/HttpClient.xml
@@ -1883,6 +1883,7 @@ The is not an absolute URI.
> - .NET 5 and later versions throw a that nests a .
]]>
+ The cancellation token was canceled.
The is .
The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation (or timeout for .NET Framework only).
@@ -2427,6 +2428,7 @@ The is not an absolute URI.
]]>
+ The cancellation token was canceled.
diff --git a/xml/System.Net.Http/HttpContent.xml b/xml/System.Net.Http/HttpContent.xml
index 67e1544580a..4126f90ec61 100644
--- a/xml/System.Net.Http/HttpContent.xml
+++ b/xml/System.Net.Http/HttpContent.xml
@@ -293,6 +293,7 @@ If the content has been previously buffered, for example, by calling
+ The cancellation token was canceled.
@@ -334,6 +335,7 @@ If the content has been previously buffered, for example, by calling
+ The cancellation token was canceled.
@@ -375,6 +377,7 @@ Once the operation completes, the returned memory stream represents the HTTP con
]]>
+ The cancellation token was canceled.
@@ -468,6 +471,7 @@ Once the operation completes, the returned memory stream represents the HTTP con
]]>
+ The cancellation token was canceled.
@@ -809,6 +813,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
]]>
+ The cancellation token was canceled.
@@ -886,6 +891,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
Serializes the HTTP content and returns a stream that represents the content.
The stream that represents the HTTP content.
To be added.
+ The cancellation token was canceled.
@@ -995,6 +1001,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
]]>
+ The cancellation token was canceled.
@@ -1088,6 +1095,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
]]>
+ The cancellation token was canceled.
@@ -1216,6 +1224,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
]]>
+ The cancellation token was canceled.
diff --git a/xml/System.Net.Http/MessageProcessingHandler.xml b/xml/System.Net.Http/MessageProcessingHandler.xml
index 23e048fc438..a7b6b2360ae 100644
--- a/xml/System.Net.Http/MessageProcessingHandler.xml
+++ b/xml/System.Net.Http/MessageProcessingHandler.xml
@@ -167,6 +167,7 @@
]]>
+ The cancellation token was canceled.
@@ -214,6 +215,7 @@
]]>
+ The cancellation token was canceled.
@@ -246,6 +248,7 @@
Sends an HTTP request to the inner handler to send to the server.
The HTTP response message.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.Net.Http/MultipartContent.xml b/xml/System.Net.Http/MultipartContent.xml
index f9e46a44184..209687f886e 100644
--- a/xml/System.Net.Http/MultipartContent.xml
+++ b/xml/System.Net.Http/MultipartContent.xml
@@ -1,3 +1,4 @@
+
@@ -237,6 +238,7 @@ This method overrides
+ The cancellation token was canceled.
@@ -319,6 +321,7 @@ This method overrides
+ The cancellation token was canceled.
@@ -474,6 +477,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
The cancellation token to cancel the operation.
Serializes the multipart HTTP content to a stream.
To be added.
+ The cancellation token was canceled.
@@ -573,6 +577,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
]]>
+ The cancellation token was canceled.
@@ -668,4 +673,4 @@ This member is an explicit interface member implementation. It can be used only
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/MultipartFormDataContent.xml b/xml/System.Net.Http/MultipartFormDataContent.xml
index cec0cbc2cab..310decc412c 100644
--- a/xml/System.Net.Http/MultipartFormDataContent.xml
+++ b/xml/System.Net.Http/MultipartFormDataContent.xml
@@ -1,3 +1,4 @@
+
@@ -302,7 +303,8 @@
]]>
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/NSUrlSessionHandler.xml b/xml/System.Net.Http/NSUrlSessionHandler.xml
index 96b3fc26767..4f5dd5e419b 100644
--- a/xml/System.Net.Http/NSUrlSessionHandler.xml
+++ b/xml/System.Net.Http/NSUrlSessionHandler.xml
@@ -1,3 +1,4 @@
+
@@ -160,7 +161,8 @@
Sends an HTTP request as an asynchronous operation.
The task object representing the asynchronous operation.
This operation is does not block. It returns an instance of to represent the asynchronous operation. When the operation completes, contains the response message.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/ReadOnlyMemoryContent.xml b/xml/System.Net.Http/ReadOnlyMemoryContent.xml
index 5f77e54b3f8..2f15db925d2 100644
--- a/xml/System.Net.Http/ReadOnlyMemoryContent.xml
+++ b/xml/System.Net.Http/ReadOnlyMemoryContent.xml
@@ -1,3 +1,4 @@
+
@@ -88,6 +89,7 @@
To be added.
To be added.
To be added.
+ The cancellation token was canceled.
@@ -151,6 +153,7 @@
The cancellation token to cancel the operation.
Serializes the multipart HTTP content to a stream.
To be added.
+ The cancellation token was canceled.
@@ -221,6 +224,7 @@
To be added.
To be added.
To be added.
+ The cancellation token was canceled.
@@ -257,4 +261,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/SocketsHttpHandler.xml b/xml/System.Net.Http/SocketsHttpHandler.xml
index 1a0b933b2ab..6758c404c97 100644
--- a/xml/System.Net.Http/SocketsHttpHandler.xml
+++ b/xml/System.Net.Http/SocketsHttpHandler.xml
@@ -1002,6 +1002,7 @@ Draining occurs when a request is cancelled or a response is disposed prior to f
Sends an HTTP request as an asynchronous operation.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.Net.Http/StreamContent.xml b/xml/System.Net.Http/StreamContent.xml
index dc1aeb35fb0..2dd101b1e14 100644
--- a/xml/System.Net.Http/StreamContent.xml
+++ b/xml/System.Net.Http/StreamContent.xml
@@ -1,3 +1,4 @@
+
@@ -163,6 +164,7 @@ The object calls Returns the HTTP stream as a read-only stream.
The HTTP content stream.
To be added.
+ The cancellation token was canceled.
@@ -278,6 +280,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
The cancellation token to cancel the operation.
Serializes the multipart HTTP content to a stream.
To be added.
+ The cancellation token was canceled.
@@ -371,6 +374,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
]]>
+ The cancellation token was canceled.
@@ -420,4 +424,4 @@ When the `disposing` parameter is `true`, this method releases all resources hel
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/StringContent.xml b/xml/System.Net.Http/StringContent.xml
index f609b8167ed..bdf6dde83ef 100644
--- a/xml/System.Net.Http/StringContent.xml
+++ b/xml/System.Net.Http/StringContent.xml
@@ -1,3 +1,4 @@
+
@@ -266,7 +267,8 @@
]]>
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Http/WinHttpHandler.xml b/xml/System.Net.Http/WinHttpHandler.xml
index 83ae034b3fc..4030c625c0a 100644
--- a/xml/System.Net.Http/WinHttpHandler.xml
+++ b/xml/System.Net.Http/WinHttpHandler.xml
@@ -1,3 +1,4 @@
+
@@ -796,6 +797,7 @@ When this property is set to `true`, all HTTP redirect responses from the server
Sends an HTTP request as an asynchronous operation.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -1082,4 +1084,4 @@ Only supported on Windows 10 version 2004 or newer.
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Quic/QuicConnection.xml b/xml/System.Net.Quic/QuicConnection.xml
index a13901d6245..587209f8ef8 100644
--- a/xml/System.Net.Quic/QuicConnection.xml
+++ b/xml/System.Net.Quic/QuicConnection.xml
@@ -1,3 +1,4 @@
+
@@ -55,6 +56,7 @@ Each connection can then open an outbound stream using Accepts an inbound .
An asynchronous task that completes with the accepted .
To be added.
+ The cancellation token was canceled.
@@ -92,6 +94,7 @@ If
RFC 9000: Connection Termination
+ The cancellation token was canceled.
@@ -118,6 +121,7 @@ If Creates a new and connects it to the peer.
An asynchronous task that completes with the connected connection.
To be added.
+ The cancellation token was canceled.
@@ -235,6 +239,7 @@ It also checks whether TLS 1.3, requirement for QUIC protocol, is available and
Creates an outbound unidirectional or bidirectional .
An asynchronous task that completes with the opened .
If the connection doesn't have any available stream capacity, that is, the peer limits the concurrent stream count, the operation pends until the peer increases the stream limit.
+ The cancellation token was canceled.
@@ -303,4 +308,4 @@ It also checks whether TLS 1.3, requirement for QUIC protocol, is available and
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Quic/QuicListener.xml b/xml/System.Net.Quic/QuicListener.xml
index b125490bfd0..8ce3605077b 100644
--- a/xml/System.Net.Quic/QuicListener.xml
+++ b/xml/System.Net.Quic/QuicListener.xml
@@ -1,3 +1,4 @@
+
@@ -63,6 +64,7 @@ This method propagates exceptions from
+ The cancellation token was canceled.
@@ -138,6 +140,7 @@ It also checks whether TLS 1.3, requirement for QUIC protocol, is available and
Creates a new and starts listening for new connections.
An asynchronous task that completes with the started listener.
To be added.
+ The cancellation token was canceled.
@@ -185,4 +188,4 @@ It also checks whether TLS 1.3, requirement for QUIC protocol, is available and
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Quic/QuicStream.xml b/xml/System.Net.Quic/QuicStream.xml
index 9611c87ac09..3373665ce5a 100644
--- a/xml/System.Net.Quic/QuicStream.xml
+++ b/xml/System.Net.Quic/QuicStream.xml
@@ -1,3 +1,4 @@
+
@@ -388,6 +389,7 @@ Equivalent to using To be added.
To be added.
+ The cancellation token was canceled.
@@ -539,6 +541,7 @@ Equivalent to using To be added.
To be added.
+ The cancellation token was canceled.
@@ -570,6 +573,7 @@ Equivalent to using To be added.
To be added.
+ The cancellation token was canceled.
@@ -794,6 +798,7 @@ Equivalent to using To be added.
To be added.
+ The cancellation token was canceled.
@@ -824,6 +829,7 @@ Equivalent to using To be added.
To be added.
+ The cancellation token was canceled.
@@ -855,6 +861,7 @@ Equivalent to using To be added.
To be added.
+ The cancellation token was canceled.
@@ -926,4 +933,4 @@ Equivalent to using
-
+
\ No newline at end of file
diff --git a/xml/System.Net.Security/NegotiateStream.xml b/xml/System.Net.Security/NegotiateStream.xml
index c7c81de8108..a18d89fff04 100644
--- a/xml/System.Net.Security/NegotiateStream.xml
+++ b/xml/System.Net.Security/NegotiateStream.xml
@@ -3232,6 +3232,7 @@ Authentication has not occurred.
]]>
+ The cancellation token was canceled.
@@ -4267,6 +4268,7 @@ This method reads asynchronously as much data as is available into `buffer` and
]]>
+ The cancellation token was canceled.
is .
diff --git a/xml/System.Net.Security/SslStream.xml b/xml/System.Net.Security/SslStream.xml
index 4e06fbab6fe..28a296e63e5 100644
--- a/xml/System.Net.Security/SslStream.xml
+++ b/xml/System.Net.Security/SslStream.xml
@@ -3230,6 +3230,7 @@ Authentication has not occurred.
]]>
+ The cancellation token was canceled.
@@ -3863,6 +3864,7 @@ Authentication has not occurred.
Negotiates the client certificate on the authenticated connection.
The task object representing the asynchronous operation.
You can negotiate the client certificate once authentication is successfully processed via one of the AuthenticateAs... methods.
+ The cancellation token was canceled.
diff --git a/xml/System.Net.Sockets/NetworkStream.xml b/xml/System.Net.Sockets/NetworkStream.xml
index 8dd9f5f7994..0a9d40af20f 100644
--- a/xml/System.Net.Sockets/NetworkStream.xml
+++ b/xml/System.Net.Sockets/NetworkStream.xml
@@ -1275,6 +1275,7 @@ The Close method frees both unmanaged and managed resources associated with the
]]>
+ The cancellation token was canceled.
diff --git a/xml/System.Net.Sockets/Socket.xml b/xml/System.Net.Sockets/Socket.xml
index 51b78619ffd..91176ffa2e8 100644
--- a/xml/System.Net.Sockets/Socket.xml
+++ b/xml/System.Net.Sockets/Socket.xml
@@ -11839,6 +11839,7 @@ This member outputs trace information when you enable network tracing in your ap
Sends data on a connected socket.
An asynchronous task that completes with the number of bytes sent.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.Net.Sockets/TcpClient.xml b/xml/System.Net.Sockets/TcpClient.xml
index f851c09d1ed..da2729ce74d 100644
--- a/xml/System.Net.Sockets/TcpClient.xml
+++ b/xml/System.Net.Sockets/TcpClient.xml
@@ -1356,6 +1356,7 @@ The `Available` property is a way to determine whether data is queued for readin
]]>
+ The cancellation token was canceled.
diff --git a/xml/System.Net.Sockets/TcpListener.xml b/xml/System.Net.Sockets/TcpListener.xml
index 709ebded0b8..04da74fd9d5 100644
--- a/xml/System.Net.Sockets/TcpListener.xml
+++ b/xml/System.Net.Sockets/TcpListener.xml
@@ -1,3 +1,4 @@
+
@@ -451,6 +452,7 @@
]]>
+ The cancellation token was canceled.
@@ -614,6 +616,7 @@
]]>
+ The cancellation token was canceled.
@@ -1569,4 +1572,4 @@ The class finalizer free resources associa
-
+
\ No newline at end of file
diff --git a/xml/System.Net.WebSockets/ClientWebSocket.xml b/xml/System.Net.WebSockets/ClientWebSocket.xml
index ce9a9e6dd35..8c3211293eb 100644
--- a/xml/System.Net.WebSockets/ClientWebSocket.xml
+++ b/xml/System.Net.WebSockets/ClientWebSocket.xml
@@ -192,6 +192,7 @@ Exactly one send and one receive is supported on each
+ The cancellation token was canceled.
@@ -251,6 +252,7 @@ Exactly one send and one receive is supported on each
+ The cancellation token was canceled.
@@ -400,6 +402,7 @@ Exactly one send and one receive is supported on each
+ The cancellation token was canceled.
@@ -432,6 +435,7 @@ Exactly one send and one receive is supported on each Connects to a WebSocket server as an asynchronous operation.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.Net.WebSockets/WebSocket.xml b/xml/System.Net.WebSockets/WebSocket.xml
index 20061295fd8..3fb0db9050a 100644
--- a/xml/System.Net.WebSockets/WebSocket.xml
+++ b/xml/System.Net.WebSockets/WebSocket.xml
@@ -1,3 +1,4 @@
+
@@ -175,6 +176,7 @@ Exactly one send and one receive is supported on each
+ The cancellation token was canceled.
@@ -228,6 +230,7 @@ Exactly one send and one receive is supported on each
+ The cancellation token was canceled.
@@ -773,6 +776,7 @@ Exactly one send and one receive is supported on each
+ The cancellation token was canceled.
@@ -808,6 +812,7 @@ Exactly one send and one receive is supported on each Receives data from the connection asynchronously.
The task object representing the asynchronous operation. The property on the task object returns a object that represents the received data.
To be added.
+ The cancellation token was canceled.
@@ -915,6 +920,7 @@ Exactly one send and one receive is supported on each
+ The cancellation token was canceled.
@@ -955,6 +961,7 @@ Exactly one send and one receive is supported on each Sends data over the connection asynchronously.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -990,6 +997,7 @@ Exactly one send and one receive is supported on each Sends data over the connection asynchronously.
The task object representing the asynchronous operation.
To be added.
+ The cancellation token was canceled.
@@ -1122,4 +1130,4 @@ Exactly one send and one receive is supported on each
-
+
\ No newline at end of file
diff --git a/xml/System.Net/Dns.xml b/xml/System.Net/Dns.xml
index cf7a2a70b46..4da1aed11b3 100644
--- a/xml/System.Net/Dns.xml
+++ b/xml/System.Net/Dns.xml
@@ -1,3 +1,4 @@
+
@@ -931,6 +932,7 @@
Returns the Internet Protocol (IP) addresses for the specified host as an asynchronous operation.
The task object representing the asynchronous operation. The property on the task object returns an array of type that holds the IP addresses for the host that is specified by the parameter.
To be added.
+ The cancellation token was canceled.
@@ -963,6 +965,7 @@
Returns the Internet Protocol (IP) addresses for the specified host as an asynchronous operation.
The task object representing the asynchronous operation. The property on the task object returns an array of type that holds the IP addresses for the host that is specified by the parameter.
To be added.
+ The cancellation token was canceled.
@@ -1597,6 +1600,7 @@
Resolves a host name or IP address to an instance as an asynchronous operation.
The task object representing the asynchronous operation. The property on the task object returns an instance that contains the address information about the host specified in .
To be added.
+ The cancellation token was canceled.
@@ -1629,6 +1633,7 @@
Resolves a host name or IP address to an instance as an asynchronous operation.
The task object representing the asynchronous operation. The property on the task object returns an instance that contains the address information about the host specified in .
To be added.
+ The cancellation token was canceled.
@@ -1771,4 +1776,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Runtime.CompilerServices/ConfiguredCancelableAsyncEnumerable`1.xml b/xml/System.Runtime.CompilerServices/ConfiguredCancelableAsyncEnumerable`1.xml
index cb8a578c45c..0e70ca1536f 100644
--- a/xml/System.Runtime.CompilerServices/ConfiguredCancelableAsyncEnumerable`1.xml
+++ b/xml/System.Runtime.CompilerServices/ConfiguredCancelableAsyncEnumerable`1.xml
@@ -1,3 +1,4 @@
+
@@ -174,7 +175,8 @@ This will replace any previous value set by set by for this iteration.
]]>
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Runtime.InteropServices.JavaScript/JSHost.xml b/xml/System.Runtime.InteropServices.JavaScript/JSHost.xml
index db6cda2bcef..e26f9fa1f8e 100644
--- a/xml/System.Runtime.InteropServices.JavaScript/JSHost.xml
+++ b/xml/System.Runtime.InteropServices.JavaScript/JSHost.xml
@@ -1,3 +1,4 @@
+
@@ -93,7 +94,8 @@
If a module with the provided has previously been instantiated, it will be returned instead.
A proxy for the JavaScript object that contains the module's exports.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Security.Cryptography/CryptoStream.xml b/xml/System.Security.Cryptography/CryptoStream.xml
index c2d8a98f0a5..88a8c8bc0c9 100644
--- a/xml/System.Security.Cryptography/CryptoStream.xml
+++ b/xml/System.Security.Cryptography/CryptoStream.xml
@@ -1101,6 +1101,7 @@ Copying begins at the current position in the current stream, and does not reset
Asynchronously updates the underlying data source or repository with the current state of the buffer, then clears the buffer.
A task that represents the asynchronous flush operation.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.Security.Cryptography/HashAlgorithm.xml b/xml/System.Security.Cryptography/HashAlgorithm.xml
index b78bc6475e4..a3b0fd1c774 100644
--- a/xml/System.Security.Cryptography/HashAlgorithm.xml
+++ b/xml/System.Security.Cryptography/HashAlgorithm.xml
@@ -1,3 +1,4 @@
+
@@ -493,6 +494,7 @@ The following example calculates the
Asynchronously computes the hash value for the specified object.
A task that represents the asynchronous compute hash operation and wraps the computed hash code.
To be added.
+ The cancellation token was canceled.
@@ -1662,4 +1664,4 @@ so `false` return values are unexpected.
-
+
\ No newline at end of file
diff --git a/xml/System.ServiceModel.Discovery/DiscoveryClient.xml b/xml/System.ServiceModel.Discovery/DiscoveryClient.xml
index 4944e217494..66844b54b84 100644
--- a/xml/System.ServiceModel.Discovery/DiscoveryClient.xml
+++ b/xml/System.ServiceModel.Discovery/DiscoveryClient.xml
@@ -1,3 +1,4 @@
+
@@ -433,6 +434,7 @@
Begins an asynchronous find task operation with the specified criteria and cancellation token object.
An asynchronous find task operation.
To be added.
+ The cancellation token was canceled.
@@ -689,6 +691,7 @@
Begins an asynchronous resolve task operation with the specified criteria and cancellation token.
An asynchronous resolve task operation.
To be added.
+ The cancellation token was canceled.
@@ -1252,4 +1255,4 @@ This member is an explicit interface member implementation. It can be used only
-
+
\ No newline at end of file
diff --git a/xml/System.Threading.Channels/ChannelReader`1.xml b/xml/System.Threading.Channels/ChannelReader`1.xml
index d244127991b..177311e42e6 100644
--- a/xml/System.Threading.Channels/ChannelReader`1.xml
+++ b/xml/System.Threading.Channels/ChannelReader`1.xml
@@ -1,3 +1,4 @@
+
@@ -180,6 +181,7 @@ Each call t
]]>
+ The cancellation token was canceled.
@@ -209,6 +211,7 @@ Each call t
Asynchronously reads an item from the channel.
A that represents the asynchronous read operation.
If the operation is canceled, the operation will not have removed an item from the channel.
+ The cancellation token was canceled.
@@ -314,7 +317,8 @@ Each call t
If the channel completes with an exception, the task will also complete with an exception.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Threading.Channels/ChannelWriter`1.xml b/xml/System.Threading.Channels/ChannelWriter`1.xml
index 4ea3060f4d8..dfefdf0ef59 100644
--- a/xml/System.Threading.Channels/ChannelWriter`1.xml
+++ b/xml/System.Threading.Channels/ChannelWriter`1.xml
@@ -1,3 +1,4 @@
+
@@ -171,6 +172,7 @@
A that will complete with a result when space is available to write an item
or with a result when no further writing will be permitted.
To be added.
+ The cancellation token was canceled.
@@ -202,7 +204,8 @@
Asynchronously writes an item to the channel.
A that represents the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Threading.Tasks.Dataflow/DataflowBlock.xml b/xml/System.Threading.Tasks.Dataflow/DataflowBlock.xml
index affec3211e6..0a939a16f8f 100644
--- a/xml/System.Threading.Tasks.Dataflow/DataflowBlock.xml
+++ b/xml/System.Threading.Tasks.Dataflow/DataflowBlock.xml
@@ -725,6 +725,7 @@ batchBlock.Complete();
Provides a that asynchronously monitors the source for available output.
A that informs of whether and when more output is available. If, when the task completes, its is , more output is available in the source (though another consumer of the source may retrieve the data). If it returns , more output is not and will never be available, due to the source completing prior to output being available.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.Threading.Tasks/Task.xml b/xml/System.Threading.Tasks/Task.xml
index 190e64851d1..9136e827209 100644
--- a/xml/System.Threading.Tasks/Task.xml
+++ b/xml/System.Threading.Tasks/Task.xml
@@ -5524,6 +5524,7 @@ timeout is greater than
Gets a that will complete when this completes or when the specified has cancellation requested.
The representing the asynchronous wait. It may or may not be the same instance as the current instance.
To be added.
+ The cancellation token was canceled.
@@ -5596,6 +5597,7 @@ timeout is greater than
Gets a that will complete when this completes, when the specified timeout expires, or when the specified has cancellation requested.
The representing the asynchronous wait. It may or may not be the same instance as the current instance.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.Threading.Tasks/TaskAsyncEnumerableExtensions.xml b/xml/System.Threading.Tasks/TaskAsyncEnumerableExtensions.xml
index 8c8bba1f860..9b0bce009cf 100644
--- a/xml/System.Threading.Tasks/TaskAsyncEnumerableExtensions.xml
+++ b/xml/System.Threading.Tasks/TaskAsyncEnumerableExtensions.xml
@@ -1,3 +1,4 @@
+
@@ -184,6 +185,7 @@ This method is implemented by using deferred execution. The underlying
+ The cancellation token was canceled.
@@ -229,7 +231,8 @@ This method is implemented by using deferred execution. The underlying Sets the to be passed to when iterating.
The configured enumerable.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Threading.Tasks/TaskCanceledException.xml b/xml/System.Threading.Tasks/TaskCanceledException.xml
index 4b75ae389cd..64c4b275e7e 100644
--- a/xml/System.Threading.Tasks/TaskCanceledException.xml
+++ b/xml/System.Threading.Tasks/TaskCanceledException.xml
@@ -1,3 +1,4 @@
+
@@ -381,6 +382,7 @@
The cancellation token that triggered the cancellation.
Initializes a new instance of the class with a specified error message, a reference to the inner exception that is the cause of this exception, and the that triggered the cancellation.
To be added.
+ The cancellation token was canceled.
@@ -439,4 +441,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System.Threading.Tasks/TaskCompletionSource.xml b/xml/System.Threading.Tasks/TaskCompletionSource.xml
index f226c141814..fef7cfa6c16 100644
--- a/xml/System.Threading.Tasks/TaskCompletionSource.xml
+++ b/xml/System.Threading.Tasks/TaskCompletionSource.xml
@@ -370,6 +370,7 @@ This operation will return `false` if the is
]]>
+ The cancellation token was canceled.
diff --git a/xml/System.Threading.Tasks/TaskCompletionSource`1.xml b/xml/System.Threading.Tasks/TaskCompletionSource`1.xml
index 4840798d2bd..2884e95511a 100644
--- a/xml/System.Threading.Tasks/TaskCompletionSource`1.xml
+++ b/xml/System.Threading.Tasks/TaskCompletionSource`1.xml
@@ -683,6 +683,7 @@
]]>
+ The cancellation token was canceled.
diff --git a/xml/System.Threading.Tasks/TaskFactory.xml b/xml/System.Threading.Tasks/TaskFactory.xml
index fb63aceec33..73f8c5c256e 100644
--- a/xml/System.Threading.Tasks/TaskFactory.xml
+++ b/xml/System.Threading.Tasks/TaskFactory.xml
@@ -197,6 +197,7 @@
Task Parallel Library (TPL)
Cancellation
+ The cancellation token was canceled.
diff --git a/xml/System.Threading.Tasks/TaskFactory`1.xml b/xml/System.Threading.Tasks/TaskFactory`1.xml
index f5bafa12b80..d692a54be51 100644
--- a/xml/System.Threading.Tasks/TaskFactory`1.xml
+++ b/xml/System.Threading.Tasks/TaskFactory`1.xml
@@ -196,6 +196,7 @@
]]>
Task Parallel Library (TPL)
+ The cancellation token was canceled.
diff --git a/xml/System.Threading.Tasks/Task`1.xml b/xml/System.Threading.Tasks/Task`1.xml
index 6f566af48bc..88225077153 100644
--- a/xml/System.Threading.Tasks/Task`1.xml
+++ b/xml/System.Threading.Tasks/Task`1.xml
@@ -2204,6 +2204,7 @@ This method is intended for compiler use rather than use directly in code.
Gets a that will complete when this completes or when the specified has cancellation requested.
The representing the asynchronous wait. It may or may not be the same instance as the current instance.
To be added.
+ The cancellation token was canceled.
@@ -2276,6 +2277,7 @@ This method is intended for compiler use rather than use directly in code.
Gets a that will complete when this completes, when the specified timeout expires, or when the specified has cancellation requested.
The representing the asynchronous wait. It may or may not be the same instance as the current instance.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.Threading.Tasks/ValueTask.xml b/xml/System.Threading.Tasks/ValueTask.xml
index 17b87cf1fdd..46da45c0993 100644
--- a/xml/System.Threading.Tasks/ValueTask.xml
+++ b/xml/System.Threading.Tasks/ValueTask.xml
@@ -1,3 +1,4 @@
+
@@ -377,6 +378,7 @@ Two instances are equal when they wrap t
Creates a that has completed due to cancellation with the specified cancellation token.
The canceled task.
To be added.
+ The cancellation token was canceled.
@@ -414,6 +416,7 @@ Two instances are equal when they wrap t
Creates a that has completed due to cancellation with the specified cancellation token.
The canceled task.
To be added.
+ The cancellation token was canceled.
@@ -857,4 +860,4 @@ Because a can be backed by a pooled
-
+
\ No newline at end of file
diff --git a/xml/System.Threading/CancellationToken.xml b/xml/System.Threading/CancellationToken.xml
index 590c2bc78f0..2f1d21ee700 100644
--- a/xml/System.Threading/CancellationToken.xml
+++ b/xml/System.Threading/CancellationToken.xml
@@ -351,6 +351,7 @@ Two cancellation tokens are equal if any one of the following conditions is true
Cancellation
Task Cancellation
+ The cancellation token was canceled.
diff --git a/xml/System.Threading/CancellationTokenSource.xml b/xml/System.Threading/CancellationTokenSource.xml
index 282e3e282f7..1ca992ea8fa 100644
--- a/xml/System.Threading/CancellationTokenSource.xml
+++ b/xml/System.Threading/CancellationTokenSource.xml
@@ -575,6 +575,7 @@
Creates a that will be in the canceled state when the supplied token is in the canceled state.
An object that's linked to the source token.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.Threading/PeriodicTimer.xml b/xml/System.Threading/PeriodicTimer.xml
index 64559bbc7c5..d2a52e74854 100644
--- a/xml/System.Threading/PeriodicTimer.xml
+++ b/xml/System.Threading/PeriodicTimer.xml
@@ -1,3 +1,4 @@
+
@@ -142,7 +143,8 @@ The behaves like an auto-reset event, in t
]]>
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Windows.Threading/Dispatcher.xml b/xml/System.Windows.Threading/Dispatcher.xml
index 838389ea527..050910e957e 100644
--- a/xml/System.Windows.Threading/Dispatcher.xml
+++ b/xml/System.Windows.Threading/Dispatcher.xml
@@ -1109,6 +1109,7 @@ The default priority is `DispatcherPriority.Send`.
An object that indicates whether to cancel the action.
Executes the specified synchronously at the specified priority on the thread the is associated with.
To be added.
+ The cancellation token was canceled.
@@ -1762,6 +1763,7 @@ The default priority is `DispatcherPriority.Send`.
Executes the specified synchronously at the specified priority on the thread the is associated with.
The value returned by .
To be added.
+ The cancellation token was canceled.
@@ -1927,6 +1929,7 @@ The default priority is `DispatcherPriority.Normal`.
Executes the specified asynchronously at the specified priority on the thread the is associated with.
An object, which is returned immediately after is called, that can be used to interact with the delegate as it is pending execution in the event queue.
To be added.
+ The cancellation token was canceled.
@@ -2035,6 +2038,7 @@ The default priority is `DispatcherPriority.Normal`.
Executes the specified asynchronously at the specified priority on the thread the is associated with.
An object, which is returned immediately after is called, that can be used to interact with the delegate as it is pending execution in the event queue.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.Xml.Linq/XCData.xml b/xml/System.Xml.Linq/XCData.xml
index f558db0b3a5..ff64637f283 100644
--- a/xml/System.Xml.Linq/XCData.xml
+++ b/xml/System.Xml.Linq/XCData.xml
@@ -1,3 +1,4 @@
+
@@ -394,7 +395,8 @@ Text
Writes this to the given .
A task representing the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Xml.Linq/XComment.xml b/xml/System.Xml.Linq/XComment.xml
index 95ab7c911bf..0cf8453a6f5 100644
--- a/xml/System.Xml.Linq/XComment.xml
+++ b/xml/System.Xml.Linq/XComment.xml
@@ -1,3 +1,4 @@
+
@@ -419,7 +420,8 @@ This is a comment
Writes this to the specified .
A task that represents the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Xml.Linq/XDocument.xml b/xml/System.Xml.Linq/XDocument.xml
index c16f78740ba..6bedc51ec42 100644
--- a/xml/System.Xml.Linq/XDocument.xml
+++ b/xml/System.Xml.Linq/XDocument.xml
@@ -1,3 +1,4 @@
+
@@ -1773,6 +1774,7 @@ If
+ The cancellation token was canceled.
@@ -1822,6 +1824,7 @@ If
+ The cancellation token was canceled.
@@ -1863,6 +1866,7 @@ If Creates a new containing the contents of the specified .
A new XDocument containing the contents of the specified .
To be added.
+ The cancellation token was canceled.
@@ -2963,6 +2967,7 @@ Console.WriteLine(File.ReadAllText("Root2.xml"))
Writes this to an .
A task representing the asynchronous save operation.
To be added.
+ The cancellation token was canceled.
@@ -3012,6 +3017,7 @@ If
+ The cancellation token was canceled.
@@ -3061,6 +3067,7 @@ If
+ The cancellation token was canceled.
@@ -3194,7 +3201,8 @@ Console.WriteLine(sb.ToString())
Writes this XDocument's underlying XML tree to the specified .
A task representing the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Xml.Linq/XDocumentType.xml b/xml/System.Xml.Linq/XDocumentType.xml
index fc7a0b1e6d5..2d17d6b5aac 100644
--- a/xml/System.Xml.Linq/XDocumentType.xml
+++ b/xml/System.Xml.Linq/XDocumentType.xml
@@ -1,3 +1,4 @@
+
@@ -910,7 +911,8 @@ SystemId:Pubs.dtd
Writes this to the specified .
A task representing the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Xml.Linq/XElement.xml b/xml/System.Xml.Linq/XElement.xml
index e772aaa2775..d1b10546e60 100644
--- a/xml/System.Xml.Linq/XElement.xml
+++ b/xml/System.Xml.Linq/XElement.xml
@@ -1,3 +1,4 @@
+
@@ -3873,6 +3874,7 @@ If `options` is set to , th
]]>
+ The cancellation token was canceled.
@@ -3922,6 +3924,7 @@ If `options` is set to , th
]]>
+ The cancellation token was canceled.
@@ -3963,6 +3966,7 @@ If `options` is set to , th
Asynchronously creates a new and initializes its underlying XML tree using the specified XML reader, optionally preserving white space.
A new containing the contents of the specified reader.
To be added.
+ The cancellation token was canceled.
@@ -7955,6 +7959,7 @@ Console.WriteLine(str)
Asynchronously outputs this to an .
A task representing the asynchronous save operation.
To be added.
+ The cancellation token was canceled.
@@ -7996,6 +8001,7 @@ Console.WriteLine(str)
Asynchronously outputs this to a .
A task representing the asynchronous save operation.
To be added.
+ The cancellation token was canceled.
@@ -8037,6 +8043,7 @@ Console.WriteLine(str)
Asynchronously outputs this to a .
A task representing the asynchronous save operation.
To be added.
+ The cancellation token was canceled.
@@ -8744,7 +8751,8 @@ Console.WriteLine(sb.ToString())
Asynchronously writes this to the specified writer.
A task representing the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Xml.Linq/XNode.xml b/xml/System.Xml.Linq/XNode.xml
index 0532c5f827a..a224113377a 100644
--- a/xml/System.Xml.Linq/XNode.xml
+++ b/xml/System.Xml.Linq/XNode.xml
@@ -3520,6 +3520,7 @@ Console.WriteLine(sb.ToString())
Writes the current node to an .
A task representing the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
diff --git a/xml/System.Xml.Linq/XProcessingInstruction.xml b/xml/System.Xml.Linq/XProcessingInstruction.xml
index f54851b709e..6db6f1a1b84 100644
--- a/xml/System.Xml.Linq/XProcessingInstruction.xml
+++ b/xml/System.Xml.Linq/XProcessingInstruction.xml
@@ -1,3 +1,4 @@
+
@@ -489,7 +490,8 @@ xml-stylesheet
Writes this to the specified .
A task representing the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System.Xml.Linq/XText.xml b/xml/System.Xml.Linq/XText.xml
index 926a076d4dd..6f752676c6e 100644
--- a/xml/System.Xml.Linq/XText.xml
+++ b/xml/System.Xml.Linq/XText.xml
@@ -1,3 +1,4 @@
+
@@ -475,7 +476,8 @@ Newer text
Asynchronously writes this to the specified .
A task representing the asynchronous write operation.
To be added.
+ The cancellation token was canceled.
-
+
\ No newline at end of file
diff --git a/xml/System/BinaryData.xml b/xml/System/BinaryData.xml
index 45e56c03a39..f2f41f0b907 100644
--- a/xml/System/BinaryData.xml
+++ b/xml/System/BinaryData.xml
@@ -1,3 +1,4 @@
+
@@ -390,6 +391,7 @@
Creates a instance from the specified stream. The stream is not disposed by this method.
A value representing all of the data remaining in .
To be added.
+ The cancellation token was canceled.
@@ -678,4 +680,4 @@ No special treatment is given to the contents of the data. It is merely decoded
-
+
\ No newline at end of file
diff --git a/xml/System/OperationCanceledException.xml b/xml/System/OperationCanceledException.xml
index e721db7691e..3db6b64551a 100644
--- a/xml/System/OperationCanceledException.xml
+++ b/xml/System/OperationCanceledException.xml
@@ -1,3 +1,4 @@
+
@@ -256,6 +257,7 @@
Handling and Throwing Exceptions
+ The cancellation token was canceled.
@@ -431,6 +433,7 @@
Handling and Throwing Exceptions
+ The cancellation token was canceled.
@@ -496,6 +499,7 @@
Handling and Throwing Exceptions
+ The cancellation token was canceled.
@@ -547,4 +551,4 @@
-
+
\ No newline at end of file
diff --git a/xml/System/WindowsRuntimeSystemExtensions.xml b/xml/System/WindowsRuntimeSystemExtensions.xml
index e34a8d771db..0ef90ac2474 100644
--- a/xml/System/WindowsRuntimeSystemExtensions.xml
+++ b/xml/System/WindowsRuntimeSystemExtensions.xml
@@ -686,6 +686,7 @@ Use this method to get a object for a Win
]]>
+ The cancellation token was canceled.