Share via


Connection.ConnectionSlow Event

.NET Framework 4.5

Occurs when the Connection is about to timeout.

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

Syntax

'Declaration
Public Event ConnectionSlow As Action
'Usage
Dim instance As Connection 
Dim handler As Action 

AddHandler instance.ConnectionSlow, handler
public event Action ConnectionSlow
public:
 event Action^ ConnectionSlow {
    void add (Action^ value);
    void remove (Action^ value);
}
member ConnectionSlow : IEvent<Action,
    EventArgs>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

Connection Class

Microsoft.AspNet.SignalR.Client Namespace