HttpResponseBase.FlushAsync Metodo

Definizione

Invia in modo asincrono al client tutto l'output attualmente memorizzato nel buffer.

public:
 virtual System::Threading::Tasks::Task ^ FlushAsync();
public virtual System.Threading.Tasks.Task FlushAsync ();
abstract member FlushAsync : unit -> System.Threading.Tasks.Task
override this.FlushAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function FlushAsync () As Task

Restituisce

Task

Attività che rappresenta l'operazione asincrona.

Si applica a