Skip to content

Commit 3bce7f6

Browse files
committed
Add link to DataFlow conceptual documentation to DataFlow types
Fixes dotnet#1198
1 parent f532ec7 commit 3bce7f6

23 files changed

+46
-0
lines changed

xml/System.Threading.Tasks.Dataflow/ActionBlock`1.xml

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
## Remarks
5252
5353
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
54+
55+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
5456
5557
## Examples
5658
The following example shows the use of the <xref:System.Threading.Tasks.Dataflow.ActionBlock%601> 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.

xml/System.Threading.Tasks.Dataflow/BatchBlock`1.xml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
## Remarks
6767
6868
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
69+
70+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
6971
7072
]]></format>
7173
</remarks>

xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`2.xml

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
## Remarks
6060
6161
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
62+
63+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
6264
6365
]]></format>
6466
</remarks>

xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`3.xml

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
## Remarks
6262
6363
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
64+
65+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
6466
6567
]]></format>
6668
</remarks>

xml/System.Threading.Tasks.Dataflow/BroadcastBlock`1.xml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
## Remarks
6767
6868
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
69+
70+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
6971
7072
<xref:System.Threading.Tasks.Dataflow.BroadcastBlock%601> exposes at most one element at a time. However, unlike <xref:System.Threading.Tasks.Dataflow.WriteOnceBlock%601>, that element will be overwritten as new elements are provided to the block. <xref:System.Threading.Tasks.Dataflow.BroadcastBlock%601> ensures that the current element is broadcast to any linked targets before allowing the element to be overwritten.
7173

xml/System.Threading.Tasks.Dataflow/BufferBlock`1.xml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
## Remarks
6767
6868
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
69+
70+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
6971
7072
]]></format>
7173
</remarks>

xml/System.Threading.Tasks.Dataflow/DataflowBlock.xml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
2929
## Remarks
3030
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
31+
32+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
3133
3234
]]></format>
3335
</remarks>

xml/System.Threading.Tasks.Dataflow/DataflowBlockOptions.xml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
## Remarks
3636
3737
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
38+
39+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
3840
3941
<xref:System.Threading.Tasks.Dataflow.DataflowBlockOptions> is mutable and can be configured through its properties.
4042

xml/System.Threading.Tasks.Dataflow/DataflowLinkOptions.xml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
## Remarks
3636
3737
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
38+
39+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
3840
3941
<xref:System.Threading.Tasks.Dataflow.DataflowLinkOptions> is mutable and can be configured through its properties.
4042

xml/System.Threading.Tasks.Dataflow/DataflowMessageHeader.xml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
## Remarks
4444
4545
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
46+
47+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
4648
4749
]]></format>
4850
</remarks>

xml/System.Threading.Tasks.Dataflow/DataflowMessageStatus.xml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
## Remarks
2929
3030
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
31+
32+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
3133
3234
]]></format>
3335
</remarks>

xml/System.Threading.Tasks.Dataflow/ExecutionDataflowBlockOptions.xml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
## Remarks
3636
3737
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
38+
39+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
3840
3941
<xref:System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions> is mutable and can be configured through its properties.
4042

xml/System.Threading.Tasks.Dataflow/GroupingDataflowBlockOptions.xml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
## Remarks
3636
3737
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
38+
39+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
3840
3941
<xref:System.Threading.Tasks.Dataflow.GroupingDataflowBlockOptions> is mutable and can be configured through its properties.
4042

xml/System.Threading.Tasks.Dataflow/IDataflowBlock.xml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
## Remarks
2727
2828
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
29+
30+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
2931
3032
]]></format>
3133
</remarks>

xml/System.Threading.Tasks.Dataflow/IPropagatorBlock`2.xml

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
## Remarks
5252
5353
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
54+
55+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
5456
5557
]]></format>
5658
</remarks>

xml/System.Threading.Tasks.Dataflow/IReceivableSourceBlock`1.xml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
## Remarks
3939
4040
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
41+
42+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
4143
4244
]]></format>
4345
</remarks>

xml/System.Threading.Tasks.Dataflow/ISourceBlock`1.xml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
## Remarks
3939
4040
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
41+
42+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
4143
4244
]]></format>
4345
</remarks>

xml/System.Threading.Tasks.Dataflow/ITargetBlock`1.xml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
## Remarks
3939
4040
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
41+
42+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
4143
4244
]]></format>
4345
</remarks>

xml/System.Threading.Tasks.Dataflow/JoinBlock`2.xml

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
## Remarks
6060
6161
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
62+
63+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
6264
6365
]]></format>
6466
</remarks>

xml/System.Threading.Tasks.Dataflow/JoinBlock`3.xml

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
## Remarks
6262
6363
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
64+
65+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
6466
6567
]]></format>
6668
</remarks>

xml/System.Threading.Tasks.Dataflow/TransformBlock`2.xml

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
## Remarks
6363
6464
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
65+
66+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
6567
6668
]]></format>
6769
</remarks>

xml/System.Threading.Tasks.Dataflow/TransformManyBlock`2.xml

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
## Remarks
6363
6464
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
65+
66+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
6567
6668
]]></format>
6769
</remarks>

xml/System.Threading.Tasks.Dataflow/WriteOnceBlock`1.xml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
## Remarks
6767
6868
[!INCLUDE [tpl-install-instructions](~/includes/tpl-install-instructions.md)]
69+
70+
For more information, see [Dataflow](/dotnet/standard/parallel-programming/dataflow-task-parallel-library).
6971
7072
]]></format>
7173
</remarks>

0 commit comments

Comments
 (0)