Class EventReplication

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Class that recieves event wcf event.

Inheritance
System.Object
EventReplication
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Events.Remote
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
Syntax
public class EventReplication : IEventReplication

Constructors

EventReplication()

Initializes a new instance of the EventReplication class.

Declaration
public EventReplication()

EventReplication(WcfEventProvider)

Initializes a new instance of the EventReplication class.

Declaration
public EventReplication(WcfEventProvider wcfProvider)
Parameters
Type Name Description
WcfEventProvider wcfProvider

The WCF provider.

Explicit Interface Implementations

IEventReplication.RaiseEvent(EventMessage)

Declaration
void IEventReplication.RaiseEvent(EventMessage message)
Parameters
Type Name Description
EventMessage message

Implements

Extension Methods