SaaS CMS has officially launched! Learn more now.

Interface IEventReplication

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

Namespace: EPiServer.Events.ServiceModel
Assembly: EPiServer.Events.dll
Version: 8.11.0
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.