Try our conversational search powered by Generative AI!

Interface IEventProviderAccessor

Provides access to the currently configured EventProvider.

Namespace: EPiServer.Events.Providers
Assembly: EPiServer.Events.dll
Version: 9.12.2
Syntax
public interface IEventProviderAccessor

Properties

Provider

Gets the currently configured EventProvider.

Declaration
EventProvider Provider { get; }
Property Value
Type Description
EventProvider

Extension Methods