Event Closed
Occurs when the connection is closed. The exception (if any) that caused the connection to close is provided as the argument.
Namespace: Singulink.Net.Http.Api.Client
Assembly: Singulink.Net.Http.Api.Client.SignalR.dll
Syntax
public event Func<Exception?, Task>? Closed
Returns
| Type | Description |
|---|---|
| Func<Exception, Task> | Occurs when the connection is closed. The exception (if any) that caused the connection to close is provided as the argument. |