Skip to content

Automatic port of System.Threading.ExecutionContext.Restore doc #4887

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions xml/System.Threading/ExecutionContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,17 @@
<Parameter Name="executionContext" Type="System.Threading.ExecutionContext" Index="0" FrameworkAlternate="net-5.0" />
</Parameters>
<Docs>
<param name="executionContext">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<param name="executionContext">The ExecutionContext to set.</param>
<summary>Restores a captured execution context on to the current thread.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks

To revert to the current execution context; capture it before calling Restore, and then call Restore it again.

]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="RestoreFlow">
Expand Down