Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class EventOptions

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Contains configuration options for the remote event system

Inheritance
System.Object
EventOptions
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.Internal
Assembly: EPiServer.Events.dll
Version: 10.10.4
Syntax
[Options]
public class EventOptions

Constructors

EventOptions()

Declaration
public EventOptions()

Properties

AdditionalProviderFactories

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Factories for event providers additional to the default event provider

Declaration
public IList<Func<IServiceLocator, EventProvider>> AdditionalProviderFactories { get; }
Property Value
Type Description
System.Collections.Generic.IList<System.Func<IServiceLocator, EventProvider>>

DefaultProviderFactory

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The factory for the event provider that is to be used by default.

Declaration
public Func<IServiceLocator, EventProvider> DefaultProviderFactory { get; set; }
Property Value
Type Description
System.Func<IServiceLocator, EventProvider>

Extension Methods