Skip to content

Commit 3c5f28c

Browse files
authored
Corrected url to the blogpost with code (#4145)
Link to the blogpost "Async in 4.5: Enabling Progress and Cancellation in Async APIs" fixed
1 parent 0512b93 commit 3c5f28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/Progress`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
## Remarks
5353
Any handler provided to the constructor or event handlers registered with the <xref:System.Progress%601.ProgressChanged> event are invoked through a <xref:System.Threading.SynchronizationContext> instance captured when the instance is constructed. If there is no current <xref:System.Threading.SynchronizationContext> at the time of construction, the callbacks will be invoked on the <xref:System.Threading.ThreadPool>.
5454
55-
For more information and a code example, see the article [Async in 4.5: Enabling Progress and Cancellation in Async APIs](https://go.microsoft.com/fwlink/p/?LinkId=267243) in the .NET Framework blog.
55+
For more information and a code example, see the article [Async in 4.5: Enabling Progress and Cancellation in Async APIs](https://devblogs.microsoft.com/dotnet/async-in-4-5-enabling-progress-and-cancellation-in-async-apis/) in the .NET Framework blog.
5656
5757
]]></format>
5858
</remarks>

0 commit comments

Comments
 (0)