SaaS CMS has officially launched! Learn more now.

Class EventProviderServiceFactory

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Factory class for creating an EventProviderService instance from configuration.

Inheritance
System.Object
EventProviderServiceFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Events.Providers.Internal
Assembly: EPiServer.Events.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(IncludeServiceAccessor = false)]
public class EventProviderServiceFactory

Constructors

EventProviderServiceFactory(IEventMessageFactory, IEventMessageValidator, IServiceLocator)

Declaration
public EventProviderServiceFactory(IEventMessageFactory messageFactory, IEventMessageValidator messageValidator, IServiceLocator serviceLocator)
Parameters
Type Name Description
IEventMessageFactory messageFactory
IEventMessageValidator messageValidator
IServiceLocator serviceLocator

Methods

CreateService(EventOptions)

Declaration
public EventProviderService CreateService(EventOptions eventOptions)
Parameters
Type Name Description
EventOptions eventOptions
Returns
Type Description
EventProviderService

Extension Methods