A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class EventElement

Element that hold configruation settings for events which is used for communication between sites in a load balanced scenario.

Inheritance
System.Object
EventElement
Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.dll
Version: 7.19.2
Syntax
public class EventElement : ConfigurationElement

Constructors

EventElement()

Declaration
public EventElement()

Properties

DefaultProvider

Gets or sets the default provider to use.

Declaration
public string DefaultProvider { get; set; }
Property Value
Type Description
System.String

The default provider.

Providers

Gets the providers collection.

Declaration
public ProviderSettingsCollection Providers { get; }
Property Value
Type Description
System.Configuration.ProviderSettingsCollection

The providers.

Extension Methods