1 override of OnDisconnectedAsync
Microsoft.AspNetCore.Components.Server (1)
ComponentHub.cs (1)
74
public override Task
OnDisconnectedAsync
(Exception exception)
4 references to OnDisconnectedAsync
Microsoft.AspNetCore.SignalR.Core (4)
HubLifetimeContext.cs (1)
7
/// Context for the hub lifetime events <see cref="Hub.OnConnectedAsync"/> and <see cref="Hub.
OnDisconnectedAsync
(Exception)"/>.
IHubFilter.cs (1)
28
/// Allows handling of the <see cref="Hub.
OnDisconnectedAsync
(Exception)"/> method.
Internal\DefaultHubDispatcher.cs (2)
66
_onDisconnectedMiddleware = (context, exception) => context.Hub.
OnDisconnectedAsync
(exception);
139
await hub.
OnDisconnectedAsync
(exception);