Class EventReplicationProxy

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This class is not for public use.

Inheritance
System.Object
EventReplicationProxy
Implements
Namespace: EPiServer.Events.Proxies.Internal
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
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