ServerResponse.End Method

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Owin
Assembly:  Microsoft.AspNet.SignalR.Owin (in Microsoft.AspNet.SignalR.Owin.dll)

Syntax

'Declaration
Public Function End As Task
'Usage
Dim instance As ServerResponse 
Dim returnValue As Task 

returnValue = instance.End()
public Task End()
public:
virtual Task^ End() sealed
abstract End : unit -> Task  
override End : unit -> Task
public final function End() : Task

Return Value

Type: System.Threading.Tasks.Task

Implements

IResponse.End()

See Also

Reference

ServerResponse Class

Microsoft.AspNet.SignalR.Owin Namespace