diff --git a/xml/System.Threading.Tasks.Dataflow/ActionBlock`1.xml b/xml/System.Threading.Tasks.Dataflow/ActionBlock`1.xml index 130647ed928..908c313c5a2 100644 --- a/xml/System.Threading.Tasks.Dataflow/ActionBlock`1.xml +++ b/xml/System.Threading.Tasks.Dataflow/ActionBlock`1.xml @@ -51,6 +51,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ## Examples The following example shows the use of the class to perform several computations using dataflow blocks, and returns the elapsed time required to perform the computations. This code example is part of a larger example provided for the [How to: Specify the Degree of Parallelism in a Dataflow Block](/dotnet/standard/parallel-programming/how-to-specify-the-degree-of-parallelism-in-a-dataflow-block) topic. diff --git a/xml/System.Threading.Tasks.Dataflow/BatchBlock`1.xml b/xml/System.Threading.Tasks.Dataflow/BatchBlock`1.xml index 6da8c6719be..b9350c749d0 100644 --- a/xml/System.Threading.Tasks.Dataflow/BatchBlock`1.xml +++ b/xml/System.Threading.Tasks.Dataflow/BatchBlock`1.xml @@ -66,6 +66,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`2.xml b/xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`2.xml index 2c1d835b391..0c1142e88c5 100644 --- a/xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`2.xml +++ b/xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`2.xml @@ -59,6 +59,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`3.xml b/xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`3.xml index bfb0eb83826..1e711e3f247 100644 --- a/xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`3.xml +++ b/xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`3.xml @@ -61,6 +61,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/BroadcastBlock`1.xml b/xml/System.Threading.Tasks.Dataflow/BroadcastBlock`1.xml index b343877edbb..d6599eb4de8 100644 --- a/xml/System.Threading.Tasks.Dataflow/BroadcastBlock`1.xml +++ b/xml/System.Threading.Tasks.Dataflow/BroadcastBlock`1.xml @@ -66,6 +66,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). exposes at most one element at a time. However, unlike , that element will be overwritten as new elements are provided to the block. ensures that the current element is broadcast to any linked targets before allowing the element to be overwritten. diff --git a/xml/System.Threading.Tasks.Dataflow/BufferBlock`1.xml b/xml/System.Threading.Tasks.Dataflow/BufferBlock`1.xml index 32d40431580..25d3709f4ad 100644 --- a/xml/System.Threading.Tasks.Dataflow/BufferBlock`1.xml +++ b/xml/System.Threading.Tasks.Dataflow/BufferBlock`1.xml @@ -66,6 +66,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/DataflowBlock.xml b/xml/System.Threading.Tasks.Dataflow/DataflowBlock.xml index 5e84ce8a9d5..e5c13388633 100644 --- a/xml/System.Threading.Tasks.Dataflow/DataflowBlock.xml +++ b/xml/System.Threading.Tasks.Dataflow/DataflowBlock.xml @@ -28,6 +28,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/DataflowBlockOptions.xml b/xml/System.Threading.Tasks.Dataflow/DataflowBlockOptions.xml index 6708feec7a3..c005a33605c 100644 --- a/xml/System.Threading.Tasks.Dataflow/DataflowBlockOptions.xml +++ b/xml/System.Threading.Tasks.Dataflow/DataflowBlockOptions.xml @@ -35,6 +35,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). is mutable and can be configured through its properties. diff --git a/xml/System.Threading.Tasks.Dataflow/DataflowLinkOptions.xml b/xml/System.Threading.Tasks.Dataflow/DataflowLinkOptions.xml index d0bc09292e1..0f2c3a73292 100644 --- a/xml/System.Threading.Tasks.Dataflow/DataflowLinkOptions.xml +++ b/xml/System.Threading.Tasks.Dataflow/DataflowLinkOptions.xml @@ -35,6 +35,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). is mutable and can be configured through its properties. diff --git a/xml/System.Threading.Tasks.Dataflow/DataflowMessageHeader.xml b/xml/System.Threading.Tasks.Dataflow/DataflowMessageHeader.xml index d23f84e661f..f64096b6280 100644 --- a/xml/System.Threading.Tasks.Dataflow/DataflowMessageHeader.xml +++ b/xml/System.Threading.Tasks.Dataflow/DataflowMessageHeader.xml @@ -43,6 +43,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/DataflowMessageStatus.xml b/xml/System.Threading.Tasks.Dataflow/DataflowMessageStatus.xml index 45844284e6e..254fa297c7b 100644 --- a/xml/System.Threading.Tasks.Dataflow/DataflowMessageStatus.xml +++ b/xml/System.Threading.Tasks.Dataflow/DataflowMessageStatus.xml @@ -28,6 +28,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/ExecutionDataflowBlockOptions.xml b/xml/System.Threading.Tasks.Dataflow/ExecutionDataflowBlockOptions.xml index c0780f9fd5e..23d63a9e2bf 100644 --- a/xml/System.Threading.Tasks.Dataflow/ExecutionDataflowBlockOptions.xml +++ b/xml/System.Threading.Tasks.Dataflow/ExecutionDataflowBlockOptions.xml @@ -35,6 +35,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). is mutable and can be configured through its properties. diff --git a/xml/System.Threading.Tasks.Dataflow/GroupingDataflowBlockOptions.xml b/xml/System.Threading.Tasks.Dataflow/GroupingDataflowBlockOptions.xml index 583aba1dd2f..9be7597235f 100644 --- a/xml/System.Threading.Tasks.Dataflow/GroupingDataflowBlockOptions.xml +++ b/xml/System.Threading.Tasks.Dataflow/GroupingDataflowBlockOptions.xml @@ -35,6 +35,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). is mutable and can be configured through its properties. diff --git a/xml/System.Threading.Tasks.Dataflow/IDataflowBlock.xml b/xml/System.Threading.Tasks.Dataflow/IDataflowBlock.xml index f04c34100f8..7dd9ee6bac2 100644 --- a/xml/System.Threading.Tasks.Dataflow/IDataflowBlock.xml +++ b/xml/System.Threading.Tasks.Dataflow/IDataflowBlock.xml @@ -26,6 +26,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/IPropagatorBlock`2.xml b/xml/System.Threading.Tasks.Dataflow/IPropagatorBlock`2.xml index 94db0117f28..ef9cf75a48a 100644 --- a/xml/System.Threading.Tasks.Dataflow/IPropagatorBlock`2.xml +++ b/xml/System.Threading.Tasks.Dataflow/IPropagatorBlock`2.xml @@ -51,6 +51,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/IReceivableSourceBlock`1.xml b/xml/System.Threading.Tasks.Dataflow/IReceivableSourceBlock`1.xml index 80b2309e861..6a10c0931d5 100644 --- a/xml/System.Threading.Tasks.Dataflow/IReceivableSourceBlock`1.xml +++ b/xml/System.Threading.Tasks.Dataflow/IReceivableSourceBlock`1.xml @@ -38,6 +38,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/ISourceBlock`1.xml b/xml/System.Threading.Tasks.Dataflow/ISourceBlock`1.xml index db8192657b2..28d9a36fb59 100644 --- a/xml/System.Threading.Tasks.Dataflow/ISourceBlock`1.xml +++ b/xml/System.Threading.Tasks.Dataflow/ISourceBlock`1.xml @@ -38,6 +38,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/ITargetBlock`1.xml b/xml/System.Threading.Tasks.Dataflow/ITargetBlock`1.xml index e8dd9e373a1..bdd79f8c316 100644 --- a/xml/System.Threading.Tasks.Dataflow/ITargetBlock`1.xml +++ b/xml/System.Threading.Tasks.Dataflow/ITargetBlock`1.xml @@ -38,6 +38,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/JoinBlock`2.xml b/xml/System.Threading.Tasks.Dataflow/JoinBlock`2.xml index 1247c973054..5ccea728378 100644 --- a/xml/System.Threading.Tasks.Dataflow/JoinBlock`2.xml +++ b/xml/System.Threading.Tasks.Dataflow/JoinBlock`2.xml @@ -59,6 +59,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/JoinBlock`3.xml b/xml/System.Threading.Tasks.Dataflow/JoinBlock`3.xml index 54a71bc971a..2472b784ed1 100644 --- a/xml/System.Threading.Tasks.Dataflow/JoinBlock`3.xml +++ b/xml/System.Threading.Tasks.Dataflow/JoinBlock`3.xml @@ -61,6 +61,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/TransformBlock`2.xml b/xml/System.Threading.Tasks.Dataflow/TransformBlock`2.xml index 757a9976c73..2c00052feee 100644 --- a/xml/System.Threading.Tasks.Dataflow/TransformBlock`2.xml +++ b/xml/System.Threading.Tasks.Dataflow/TransformBlock`2.xml @@ -62,6 +62,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/TransformManyBlock`2.xml b/xml/System.Threading.Tasks.Dataflow/TransformManyBlock`2.xml index 11feb3b5f89..8e1128120ea 100644 --- a/xml/System.Threading.Tasks.Dataflow/TransformManyBlock`2.xml +++ b/xml/System.Threading.Tasks.Dataflow/TransformManyBlock`2.xml @@ -62,6 +62,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/WriteOnceBlock`1.xml b/xml/System.Threading.Tasks.Dataflow/WriteOnceBlock`1.xml index 7c89de6a190..fe60d470ea5 100644 --- a/xml/System.Threading.Tasks.Dataflow/WriteOnceBlock`1.xml +++ b/xml/System.Threading.Tasks.Dataflow/WriteOnceBlock`1.xml @@ -66,6 +66,8 @@ ## Remarks [!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)] + +For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library). ]]>