Class EventReplicationWCFProvider
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The EventReplicationWCFProvider class reads all EndPoint Client and create
Implements
System.IDisposable
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.7Syntax
public class EventReplicationWCFProvider : EventReplicationProvider, IDisposable
Constructors
EventReplicationWCFProvider(String)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the EventReplicationWCFProvider class.
Declaration
public EventReplicationWCFProvider(string eventReplicationEndPointName)
Parameters
Type | Name | Description |
---|---|---|
System.String | eventReplicationEndPointName | Name of the event replication end point. |
Methods
NewReplicator()
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the provider
Declaration
public override IEventReplication NewReplicator()
Returns
Type | Description |
---|---|
IEventReplication |
Overrides
Explicit Interface Implementations
IDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.IDisposable