File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
xml/Microsoft.Extensions.Hosting Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 212
212
<param name =" hostBuilder" >The <see cref =" T:Microsoft.Extensions.Hosting.IHostBuilder" /> to configure.</param >
213
213
<param name =" cancellationToken" >A <see cref =" T:System.Threading.CancellationToken" /> that can be used to cancel the console.</param >
214
214
<summary >Enables console support, builds and starts the host, and waits for Ctrl+C or SIGTERM to shut down.</summary >
215
- <returns >A <see cref =" T:System.Threading.Tasks.Task" /> that only completes when the console is cancelled or shutdown is triggered .</returns >
215
+ <returns >A <see cref =" T:System.Threading.Tasks.Task" /> that only completes when the token is signaled or application is shutdown .</returns >
216
216
<remarks >To be added.</remarks >
217
217
</Docs >
218
218
</Member >
242
242
<param name =" configureOptions" >The delegate for configuring the <see cref =" T:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime" />.</param >
243
243
<param name =" cancellationToken" >A <see cref =" T:System.Threading.CancellationToken" /> that can be used to cancel the console.</param >
244
244
<summary >Enables console support, builds and starts the host, and waits for Ctrl+C or SIGTERM to shut down.</summary >
245
- <returns >A <see cref =" T:System.Threading.Tasks.Task" /> that only completes when the console is cancelled or shutdown is triggered .</returns >
245
+ <returns >A <see cref =" T:System.Threading.Tasks.Task" /> that only completes when the token is signaled or application is shutdown .</returns >
246
246
<remarks >To be added.</remarks >
247
247
</Docs >
248
248
</Member >
You can’t perform that action at this time.
0 commit comments