IResponse.End Method
.NET Framework 4
Closes the connection to the client.
Namespace: Microsoft.AspNet.SignalR.Hosting
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Function End As Task
'Usage
Dim instance As IResponse
Dim returnValue As Task
returnValue = instance.End()
Task End()
Task^ End()
abstract End : unit -> Task
function End() : Task
Return Value
Type: System.Threading.Tasks.Task
A task that represents when the connection is closed.