Fix typo (#1559)
This commit is contained in:
parent
52c7f5fb98
commit
e30ae8cc3d
|
|
@ -9,7 +9,7 @@ namespace Microsoft.Extensions.Hosting
|
||||||
public interface IHostLifetime
|
public interface IHostLifetime
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Called at the start of <see cref="IHost.StartAsync(CancellationToken)"/> which will wait until it's compete before
|
/// Called at the start of <see cref="IHost.StartAsync(CancellationToken)"/> which will wait until it's complete before
|
||||||
/// continuing. This can be used to delay startup until signaled by an external event.
|
/// continuing. This can be used to delay startup until signaled by an external event.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Task WaitForStartAsync(CancellationToken cancellationToken);
|
Task WaitForStartAsync(CancellationToken cancellationToken);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue