Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Stops the Connection and sends an abort message to the server.
Namespace: Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Overridable Sub Stop
'Usage
Dim instance As Connection
instance.Stop()
public virtual void Stop()
public:
virtual void Stop()
abstract Stop : unit -> unit
override Stop : unit -> unit
public function Stop()