A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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