Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<param name="hostBuilder">The <see cref="T:Microsoft.Extensions.Hosting.IHostBuilder" /> to configure.</param>
<param name="cancellationToken">A <see cref="T:System.Threading.CancellationToken" /> that can be used to cancel the console.</param>
<summary>Enables console support, builds and starts the host, and waits for Ctrl+C or SIGTERM to shut down.</summary>
<returns>A <see cref="T:System.Threading.Tasks.Task" /> that only completes when the console is cancelled or shutdown is triggered.</returns>
<returns>A <see cref="T:System.Threading.Tasks.Task" /> that only completes when the token is signaled or application is shutdown.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -242,7 +242,7 @@
<param name="configureOptions">The delegate for configuring the <see cref="T:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime" />.</param>
<param name="cancellationToken">A <see cref="T:System.Threading.CancellationToken" /> that can be used to cancel the console.</param>
<summary>Enables console support, builds and starts the host, and waits for Ctrl+C or SIGTERM to shut down.</summary>
<returns>A <see cref="T:System.Threading.Tasks.Task" /> that only completes when the console is cancelled or shutdown is triggered.</returns>
<returns>A <see cref="T:System.Threading.Tasks.Task" /> that only completes when the token is signaled or application is shutdown.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down