SaaS CMS has officially launched! Learn more now.

Class NullEventProvider

Noop implememtation of EventProvider, used when no provider is configured and no WCF endpoints are setup.

Inheritance
System.Object
NullEventProvider
Namespace: EPiServer.Events.Providers.Internal
Assembly: EPiServer.Events.dll
Version: 12.0.3
Syntax
public sealed class NullEventProvider : EventProvider

Constructors

NullEventProvider()

Declaration
public NullEventProvider()

Properties

Name

Gets the name of the event provider instance

Declaration
public override string Name { get; set; }
Property Value
Type Description
System.String
Overrides

Methods

SendMessage(EventMessage)

Sends the provided message to other related sites.

Declaration
public override void SendMessage(EventMessage message)
Parameters
Type Name Description
EventMessage message

The message to send.

Overrides

Extension Methods