Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class EventReplicationProvider

Base class for event replication providers. An event replication provider is a class that can provide an object implementing the IEventReplication interface.

Inheritance
System.Object
EventReplicationProvider
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 abstract class EventReplicationProvider

Constructors

EventReplicationProvider()

Declaration
protected EventReplicationProvider()

Methods

NewReplicator()

Gets the provider

Declaration
public abstract IEventReplication NewReplicator()
Returns
Type Description
IEventReplication