Connection.IConnection.Disconnect Method

.NET Framework 4.5

Stops the Connection without sending an abort message to the server. This function is called after we receive a disconnect message from the server.

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

Syntax

'Declaration
Private Sub Disconnect Implements IConnection.Disconnect
'Usage
Dim instance As Connection 

CType(instance, IConnection).Disconnect()
void IConnection.Disconnect()
private:
virtual void Disconnect() sealed = IConnection::Disconnect
private abstract Disconnect : unit -> unit  
private override Disconnect : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Implements

IConnection.Disconnect()

See Also

Reference

Connection Class

Microsoft.AspNet.SignalR.Client Namespace