Implemented interface member:
method
PersistCircuitAsync
Microsoft.AspNetCore.Components.Server.Circuits.ICircuitPersistenceProvider.PersistCircuitAsync(Microsoft.AspNetCore.Components.Server.Circuits.CircuitId, Microsoft.AspNetCore.Components.Server.Circuits.PersistedCircuitState, System.Threading.CancellationToken)
6 references to PersistCircuitAsync
Microsoft.AspNetCore.Components.Server.Tests (6)
Circuits\DefaultInMemoryCircuitPersistenceProviderTest.cs (6)
24await provider.PersistCircuitAsync(circuitId, persistedState); 55await provider.PersistCircuitAsync(circuitId, persistedState); 89await provider.PersistCircuitAsync(circuitId, persistedState); 142await provider.PersistCircuitAsync(circuitId1, state1); 143await provider.PersistCircuitAsync(circuitId2, state2); 144await provider.PersistCircuitAsync(circuitId3, state3);