Skip to content

Commit fbe4375

Browse files
committed
Updates
1 parent 1aa0c99 commit fbe4375

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aspnetcore/blazor/components/lifecycle.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,8 @@ Components shouldn't need to implement <xref:System.IDisposable> and <xref:Syste
769769

770770
Developer code must ensure that <xref:System.IAsyncDisposable> implementations don't take a long time to complete.
771771

772+
Additional information on this subject is available in the introductory remarks of <xref:blazor/components/sync-context>.
773+
772774
### Disposal of JavaScript interop object references
773775

774776
Examples throughout the [JavaScript (JS) interop articles](xref:blazor/js-interop/index) demonstrate typical object disposal patterns:
@@ -950,6 +952,7 @@ The following component:
950952

951953
For more information, see:
952954

955+
* <xref:blazor/components/sync-context>
953956
* [Cleaning up unmanaged resources (.NET documentation)](/dotnet/standard/garbage-collection/unmanaged)
954957
* [Null-conditional operators ?. and ?[]](/dotnet/csharp/language-reference/operators/member-access-operators#null-conditional-operators--and-)
955958

0 commit comments

Comments
 (0)