London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 9.12.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