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.AspNet.dll
Version: 11.20.7Syntax
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. |