Connection.OnClosed Method

.NET Framework 4.5

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

Syntax

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

See Also

Reference

Connection Class

Microsoft.AspNet.SignalR.Client Namespace