HubConnection Events
.NET Framework 4.5
Top
The HubConnection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Closed | Occurs when the Connection is stopped. (Inherited from Connection.) |
|
Error | Occurs when the Connection has encountered an error. (Inherited from Connection.) |
|
Received | Occurs when the Connection has received data from the server. (Inherited from Connection.) |
|
Reconnected | Occurs when the Connection successfully reconnects after a timeout. (Inherited from Connection.) |
|
Reconnecting | Occurs when the Connection starts reconnecting after an error. (Inherited from Connection.) |
|
StateChanged | Occurs when the Connection state changes. (Inherited from Connection.) |
Show: