HttpResponse.FlushAsync Método
Definição
Envia de forma assíncrona toda a saída em buffer atual para o cliente.Asynchronously sends all currently buffered output to the client.
public:
System::Threading::Tasks::Task ^ FlushAsync();
public System.Threading.Tasks.Task FlushAsync ();
member this.FlushAsync : unit -> System.Threading.Tasks.Task
Public Function FlushAsync () As Task
Retornos
Um Task que representa a operação assíncrona.A Task that represents the asynchronous operation.