Interface IEventSink
- Namespace
- Duende.IdentityServer.Services
- Assembly
- Duende.IdentityServer.dll
Models persistence of events
public interface IEventSink
Methods
PersistAsync(Event)
Raises the specified event.
Task PersistAsync(Event evt)
Parameters
evt
EventThe event.