SaaS CMS has officially launched! Learn more now.

Class NullEventProvider

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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: 10.10.4
Syntax
public sealed class NullEventProvider : EventProvider

Constructors

NullEventProvider()

Declaration
public NullEventProvider()

Properties

Name

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

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

Methods

SendMessage(EventMessage)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

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

The message to send.

Overrides

Extension Methods