SaaS CMS has officially launched! Learn more now.

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