Event Reconnected
Occurs when the connection successfully reconnects. The new connection ID is provided as the argument.
Namespace: Singulink.Net.Http.Api.Client
Assembly: Singulink.Net.Http.Api.Client.SignalR.dll
Syntax
public event Func<string?, Task>? Reconnected
Returns
| Type | Description |
|---|---|
| Func<string, Task> | Occurs when the connection successfully reconnects. The new connection ID is provided as the argument. |