4 references to OnCircuitOpenedAsync
Microsoft.AspNetCore.Components.Server (4)
Circuits\CircuitHandler.cs (3)
10/// <see cref="OnCircuitOpenedAsync(Circuit, CancellationToken)"/> is invoked after an initial circuit to the client 15/// <see cref="OnCircuitOpenedAsync(Circuit, CancellationToken)"/>. In addition, the method is invoked each time a connection is re-established 51/// This method is executed once initially after <see cref="OnCircuitOpenedAsync(Circuit, CancellationToken)"/>
Circuits\CircuitHost.cs (1)
266await circuitHandler.OnCircuitOpenedAsync(Circuit, cancellationToken);