Class WcfEventReplicationEndpoints

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
WcfEventReplicationEndpoints
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.Internal
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
Syntax
public class WcfEventReplicationEndpoints

Constructors

WcfEventReplicationEndpoints()

Declaration
public WcfEventReplicationEndpoints()

Properties

Providers

Declaration
public virtual IEnumerable<EventReplicationProvider> Providers { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<EventReplicationProvider>

Methods

Initialize()

Declaration
public virtual void Initialize()

RaiseEvent(EventReplicationProvider, EventMessage)

Declaration
public virtual void RaiseEvent(EventReplicationProvider eventReplicationProvider, EventMessage message)
Parameters
Type Name Description
EventReplicationProvider eventReplicationProvider
EventMessage message

Uninitialize()

Declaration
public virtual void Uninitialize()

Extension Methods