Class EventReplication

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.Events.dll
Version: 8.11.0
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