ITrackingConnection.End Method
.NET Framework 4
Kills the connection.
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Sub End
'Usage
Dim instance As ITrackingConnection
instance.End()
void End()
void End()
abstract End : unit -> unit
function End()