Share via


IResponse.Flush Method

.NET Framework 4

Flushes the buffered response to the client.

Namespace:  Microsoft.AspNet.SignalR.Hosting
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Function Flush As Task
'Usage
Dim instance As IResponse 
Dim returnValue As Task 

returnValue = instance.Flush()
Task Flush()
Task^ Flush()
abstract Flush : unit -> Task
function Flush() : Task

Return Value

Type: System.Threading.Tasks.Task
A task that represents when the data has been flushed.

See Also

Reference

IResponse Interface

Microsoft.AspNet.SignalR.Hosting Namespace