Implemented interface member:
method
PersistStateAsync
Microsoft.AspNetCore.Components.IPersistentComponentStateStore.PersistStateAsync(System.Collections.Generic.IReadOnlyDictionary<System.String, System.Byte[]>)
1 reference to PersistStateAsync
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitPersistenceManager.cs (1)
73await store.PersistStateAsync(state.ApplicationState);