Interface IEventService
- Namespace
- Duende.IdentityServer.Services
- Assembly
- Duende.IdentityServer.dll
Interface for the event service
public interface IEventService
Methods
CanRaiseEventType(EventTypes)
Indicates if the type of event will be persisted.
bool CanRaiseEventType(EventTypes evtType)
Parameters
evtTypeEventTypes
Returns
RaiseAsync(Event)
Raises the specified event.
Task RaiseAsync(Event evt)
Parameters
evtEventThe event.