Try our conversational search powered by Generative AI!

Interface IEventReplication

This is a WCF service contract for replication of events in EPiServer Events System

Namespace: EPiServer.Events.ServiceModel
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
Syntax
public interface IEventReplication

Methods

RaiseEvent(EventMessage)

Raise the event to all subscribers.

Declaration
void RaiseEvent(EventMessage message)
Parameters
Type Name Description
EventMessage message

The event message that should be passed on.

Extension Methods