2 implementations of BeginGracefulWindow
aspire (1)
ConsoleCancellationManager.cs (1)
200
public void
BeginGracefulWindow
()
Aspire.Cli.Tests (1)
TestServices\TestGracefulShutdownWindow.cs (1)
27
public void
BeginGracefulWindow
()
2 references to BeginGracefulWindow
aspire (2)
DotNet\ProcessExecution.cs (2)
251
/// starts the central clock via <see cref="IGracefulShutdownWindow.
BeginGracefulWindow
"/>, so the
265
gracefulShutdownWindow.
BeginGracefulWindow
();