Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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