Share via


HubConnection.OnClosed Method

.NET Framework 4.5This member overrides Connection.OnClosed().

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

Syntax

'Declaration
Protected Overrides Sub OnClosed
'Usage
Me.OnClosed()
protected override void OnClosed()
protected:
virtual void OnClosed() override
abstract OnClosed : unit -> unit  
override OnClosed : unit -> unit
protected override function OnClosed()

See Also

Reference

HubConnection Class

Microsoft.AspNet.SignalR.Client Namespace