Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class EventReplicationProxy

This class is not for public use.

Inheritance
System.Object
EventReplicationProxy
Implements
Namespace: EPiServer.Events.Proxies
Assembly: EPiServer.Events.dll
Version: 7.19.2
Syntax
public class EventReplicationProxy : AuthenticatedWcfProxy<IEventReplication>, IEventReplication

Methods

RaiseEvent(EventMessage)

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

Implements

Extension Methods