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: 10.10.4Syntax
public class EventElement : ConfigurationElementConstructors
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. | 
