|
83 | 83 | </remarks>
|
84 | 84 | <threadsafe>All public and protected members of <see cref="T:System.Threading.Tasks.TaskFactory" /> are thread-safe and may be used concurrently from multiple threads.</threadsafe>
|
85 | 85 | <related type="Article" href="~/docs/standard/parallel-programming/task-parallel-library-tpl.md">Task Parallel Library (TPL)</related>
|
86 |
| - <related type="ExternalDocumentation" href="https://code.msdn.microsoft.com/Samples-for-Parallel-b4b76364">Samples for Parallel Programming with the .NET Framework</related> |
| 86 | + <related type="ExternalDocumentation" href="https://aka.ms/dotnet-parallel-samples">Samples for Parallel Programming with the .NET Core and .NET Standard</related> |
87 | 87 | </Docs>
|
88 | 88 | <Members>
|
89 | 89 | <MemberGroup MemberName=".ctor">
|
|
456 | 456 | </AssemblyInfo>
|
457 | 457 | <Docs>
|
458 | 458 | <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
|
459 |
| - <related type="ExternalDocumentation" href="https://code.msdn.microsoft.com/Samples-for-Parallel-b4b76364">Samples for Parallel Programming with the .NET Framework</related> |
| 459 | + <related type="ExternalDocumentation" href="https://aka.ms/dotnet-parallel-samples">Samples for Parallel Programming with the .NET Core and .NET Standard</related> |
460 | 460 | </Docs>
|
461 | 461 | </MemberGroup>
|
462 | 462 | <Member MemberName="ContinueWhenAll">
|
@@ -1586,7 +1586,7 @@ The NotOn\* and OnlyOn\* <xref:System.Threading.Tasks.TaskContinuationOptions>,
|
1586 | 1586 | <related type="Article" href="~/docs/standard/parallel-programming/task-parallel-library-tpl.md">Task Parallel Library (TPL)</related>
|
1587 | 1587 | <related type="Article" href="~/docs/standard/parallel-programming/chaining-tasks-by-using-continuation-tasks.md">Chaining Tasks by Using Continuation Tasks</related>
|
1588 | 1588 | <related type="Article" href="~/docs/standard/parallel-programming/task-cancellation.md">Task Cancellation</related>
|
1589 |
| - <related type="ExternalDocumentation" href="https://code.msdn.microsoft.com/Samples-for-Parallel-b4b76364">Samples for Parallel Programming with the .NET Framework</related> |
| 1589 | + <related type="ExternalDocumentation" href="https://aka.ms/dotnet-parallel-samples">Samples for Parallel Programming with the .NET Core and .NET Standard</related> |
1590 | 1590 | </Docs>
|
1591 | 1591 | </MemberGroup>
|
1592 | 1592 | <Member MemberName="ContinueWhenAny">
|
@@ -4458,7 +4458,7 @@ The NotOn\* and OnlyOn\* <xref:System.Threading.Tasks.TaskContinuationOptions>,
|
4458 | 4458 |
|
4459 | 4459 | ]]></format>
|
4460 | 4460 | </remarks>
|
4461 |
| - <related type="ExternalDocumentation" href="https://code.msdn.microsoft.com/Samples-for-Parallel-b4b76364">Samples for Parallel Programming with the .NET Framework</related> |
| 4461 | + <related type="ExternalDocumentation" href="https://aka.ms/dotnet-parallel-samples">Samples for Parallel Programming with the .NET Core and .NET Standard</related> |
4462 | 4462 | </Docs>
|
4463 | 4463 | </MemberGroup>
|
4464 | 4464 | <Member MemberName="StartNew">
|
|
0 commit comments