WebApplication.StopAsync(CancellationToken) Método

Definición

Cierra la aplicación.

public System.Threading.Tasks.Task StopAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member StopAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.StopAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function StopAsync (Optional cancellationToken As CancellationToken = Nothing) As Task

Parámetros

cancellationToken
CancellationToken

Devoluciones

que Task representa el apagado de WebApplication. La finalización correcta indica que se ha detenido todo el servidor HTTP.

Implementaciones

Se aplica a