KestrunHub.OnDisconnectedAsync method

Called when a client disconnects from the hub.

public override Task OnDisconnectedAsync(Exception? exception)
parameter description
exception The exception that caused the disconnection, if any.

See Also