|
52 | 52 | ]]></format>
|
53 | 53 | </remarks>
|
54 | 54 | <threadsafe>All public members of <see cref="T:System.Collections.Concurrent.OrderablePartitioner`1" /> are thread-safe and may be called from multiple threads concurrently.</threadsafe>
|
55 |
| - <related type="Article" href="https://msdn.microsoft.com/library/c7a66677-cb59-4cbf-969a-d2e8fc61a6ce">How to: Speed Up Small Loop Bodies</related> |
56 |
| - <related type="Article" href="https://msdn.microsoft.com/library/c875ad12-a161-43e6-ad1c-3d6927c536a7">How to: Implement Dynamic Partitions</related> |
| 55 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-speed-up-small-loop-bodies.md">How to: Speed Up Small Loop Bodies</related> |
| 56 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-dynamic-partitions.md">How to: Implement Dynamic Partitions</related> |
57 | 57 | </Docs>
|
58 | 58 | <Members>
|
59 | 59 | <Member MemberName=".ctor">
|
|
100 | 100 | ]]></format>
|
101 | 101 | </remarks>
|
102 | 102 | <related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
|
103 |
| - <related type="Article" href="https://msdn.microsoft.com/library/c7a66677-cb59-4cbf-969a-d2e8fc61a6ce">How to: Speed Up Small Loop Bodies</related> |
104 |
| - <related type="Article" href="https://msdn.microsoft.com/library/f4410508-cac6-4ba7-bef1-c5e68b2794f3">How to: Implement a Partitioner With a Static Number of Partitions</related> |
105 |
| - <related type="Article" href="https://msdn.microsoft.com/library/c875ad12-a161-43e6-ad1c-3d6927c536a7">How to: Implement Dynamic Partitions</related> |
| 103 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-speed-up-small-loop-bodies.md">How to: Speed Up Small Loop Bodies</related> |
| 104 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning.md">How to: Implement a Partitioner With a Static Number of Partitions</related> |
| 105 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-dynamic-partitions.md">How to: Implement Dynamic Partitions</related> |
106 | 106 | </Docs>
|
107 | 107 | </Member>
|
108 | 108 | <Member MemberName="GetDynamicPartitions">
|
|
153 | 153 | </remarks>
|
154 | 154 | <exception cref="T:System.NotSupportedException">Dynamic partitioning is not supported by the base class. It must be implemented in derived classes.</exception>
|
155 | 155 | <related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
|
156 |
| - <related type="Article" href="https://msdn.microsoft.com/library/c7a66677-cb59-4cbf-969a-d2e8fc61a6ce">How to: Speed Up Small Loop Bodies</related> |
157 |
| - <related type="Article" href="https://msdn.microsoft.com/library/f4410508-cac6-4ba7-bef1-c5e68b2794f3">How to: Implement a Partitioner With a Static Number of Partitions</related> |
158 |
| - <related type="Article" href="https://msdn.microsoft.com/library/c875ad12-a161-43e6-ad1c-3d6927c536a7">How to: Implement Dynamic Partitions</related> |
| 156 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-speed-up-small-loop-bodies.md">How to: Speed Up Small Loop Bodies</related> |
| 157 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning.md">How to: Implement a Partitioner With a Static Number of Partitions</related> |
| 158 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-dynamic-partitions.md">How to: Implement Dynamic Partitions</related> |
159 | 159 | </Docs>
|
160 | 160 | </Member>
|
161 | 161 | <Member MemberName="GetOrderableDynamicPartitions">
|
|
206 | 206 | </remarks>
|
207 | 207 | <exception cref="T:System.NotSupportedException">Dynamic partitioning is not supported by this partitioner.</exception>
|
208 | 208 | <related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
|
209 |
| - <related type="Article" href="https://msdn.microsoft.com/library/c7a66677-cb59-4cbf-969a-d2e8fc61a6ce">How to: Speed Up Small Loop Bodies</related> |
210 |
| - <related type="Article" href="https://msdn.microsoft.com/library/f4410508-cac6-4ba7-bef1-c5e68b2794f3">How to: Implement a Partitioner With a Static Number of Partitions</related> |
211 |
| - <related type="Article" href="https://msdn.microsoft.com/library/c875ad12-a161-43e6-ad1c-3d6927c536a7">How to: Implement Dynamic Partitions</related> |
| 209 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-speed-up-small-loop-bodies.md">How to: Speed Up Small Loop Bodies</related> |
| 210 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning.md">How to: Implement a Partitioner With a Static Number of Partitions</related> |
| 211 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-dynamic-partitions.md">How to: Implement Dynamic Partitions</related> |
212 | 212 | </Docs>
|
213 | 213 | </Member>
|
214 | 214 | <Member MemberName="GetOrderablePartitions">
|
|
259 | 259 | ]]></format>
|
260 | 260 | </remarks>
|
261 | 261 | <related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
|
262 |
| - <related type="Article" href="https://msdn.microsoft.com/library/c7a66677-cb59-4cbf-969a-d2e8fc61a6ce">How to: Speed Up Small Loop Bodies</related> |
263 |
| - <related type="Article" href="https://msdn.microsoft.com/library/f4410508-cac6-4ba7-bef1-c5e68b2794f3">How to: Implement a Partitioner With a Static Number of Partitions</related> |
264 |
| - <related type="Article" href="https://msdn.microsoft.com/library/c875ad12-a161-43e6-ad1c-3d6927c536a7">How to: Implement Dynamic Partitions</related> |
| 262 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-speed-up-small-loop-bodies.md">How to: Speed Up Small Loop Bodies</related> |
| 263 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning.md">How to: Implement a Partitioner With a Static Number of Partitions</related> |
| 264 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-dynamic-partitions.md">How to: Implement Dynamic Partitions</related> |
265 | 265 | </Docs>
|
266 | 266 | </Member>
|
267 | 267 | <Member MemberName="GetPartitions">
|
|
310 | 310 | ]]></format>
|
311 | 311 | </remarks>
|
312 | 312 | <related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
|
313 |
| - <related type="Article" href="https://msdn.microsoft.com/library/c7a66677-cb59-4cbf-969a-d2e8fc61a6ce">How to: Speed Up Small Loop Bodies</related> |
314 |
| - <related type="Article" href="https://msdn.microsoft.com/library/f4410508-cac6-4ba7-bef1-c5e68b2794f3">How to: Implement a Partitioner With a Static Number of Partitions</related> |
315 |
| - <related type="Article" href="https://msdn.microsoft.com/library/c875ad12-a161-43e6-ad1c-3d6927c536a7">How to: Implement Dynamic Partitions</related> |
| 313 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-speed-up-small-loop-bodies.md">How to: Speed Up Small Loop Bodies</related> |
| 314 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning.md">How to: Implement a Partitioner With a Static Number of Partitions</related> |
| 315 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-dynamic-partitions.md">How to: Implement Dynamic Partitions</related> |
316 | 316 | </Docs>
|
317 | 317 | </Member>
|
318 | 318 | <Member MemberName="KeysNormalized">
|
|
402 | 402 | ]]></format>
|
403 | 403 | </remarks>
|
404 | 404 | <related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
|
405 |
| - <related type="Article" href="https://msdn.microsoft.com/library/c7a66677-cb59-4cbf-969a-d2e8fc61a6ce">How to: Speed Up Small Loop Bodies</related> |
406 |
| - <related type="Article" href="https://msdn.microsoft.com/library/f4410508-cac6-4ba7-bef1-c5e68b2794f3">How to: Implement a Partitioner With a Static Number of Partitions</related> |
407 |
| - <related type="Article" href="https://msdn.microsoft.com/library/c875ad12-a161-43e6-ad1c-3d6927c536a7">How to: Implement Dynamic Partitions</related> |
| 405 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-speed-up-small-loop-bodies.md">How to: Speed Up Small Loop Bodies</related> |
| 406 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning.md">How to: Implement a Partitioner With a Static Number of Partitions</related> |
| 407 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-dynamic-partitions.md">How to: Implement Dynamic Partitions</related> |
408 | 408 | </Docs>
|
409 | 409 | </Member>
|
410 | 410 | <Member MemberName="KeysOrderedInEachPartition">
|
|
448 | 448 | ]]></format>
|
449 | 449 | </remarks>
|
450 | 450 | <related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
|
451 |
| - <related type="Article" href="https://msdn.microsoft.com/library/c7a66677-cb59-4cbf-969a-d2e8fc61a6ce">How to: Speed Up Small Loop Bodies</related> |
452 |
| - <related type="Article" href="https://msdn.microsoft.com/library/f4410508-cac6-4ba7-bef1-c5e68b2794f3">How to: Implement a Partitioner With a Static Number of Partitions</related> |
453 |
| - <related type="Article" href="https://msdn.microsoft.com/library/c875ad12-a161-43e6-ad1c-3d6927c536a7">How to: Implement Dynamic Partitions</related> |
| 451 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-speed-up-small-loop-bodies.md">How to: Speed Up Small Loop Bodies</related> |
| 452 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning.md">How to: Implement a Partitioner With a Static Number of Partitions</related> |
| 453 | + <related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-dynamic-partitions.md">How to: Implement Dynamic Partitions</related> |
454 | 454 | </Docs>
|
455 | 455 | </Member>
|
456 | 456 | </Members>
|
|
0 commit comments