You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostExtensions.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@
50
50
</Parameters>
51
51
<Docs>
52
52
<paramname="host">The <seecref="T:Microsoft.Extensions.Hosting.IHost" /> to run.</param>
53
-
<summary>Runs an application and blocks the calling thread until host shutdown.</summary>
53
+
<summary>Runs an application and blocks the calling thread until host shutdown is triggered and all <seecref="T:Microsoft.Extensions.Hosting.IHostedService" /> instances are stopped.</summary>
54
54
<remarks>To be added.</remarks>
55
55
</Docs>
56
56
</Member>
@@ -87,7 +87,7 @@
87
87
<Docs>
88
88
<paramname="host">The <seecref="T:Microsoft.Extensions.Hosting.IHost" /> to run.</param>
89
89
<paramname="token">The token to trigger shutdown.</param>
90
-
<summary>Runs an application and returns a Task that only completes when the token is triggered or shutdown is triggered.</summary>
90
+
<summary>Runs an application and returns a Task that only completes when the token is triggered or shutdown is triggered and all <seecref="T:Microsoft.Extensions.Hosting.IHostedService" /> instances are stopped.</summary>
91
91
<returns>The <seecref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
0 commit comments