Class EventReplicationWCFProvider
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
Assembly: EPiServer.Events.dll
Version: 8.11.0Syntax
public class EventReplicationWCFProvider : EventReplicationProvider, IDisposable
Constructors
EventReplicationWCFProvider(String)
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. |
EventReplicationWCFProvider(String, NetworkCredential)
Initializes a new instance of the EventReplicationWCFProvider class.
Declaration
public EventReplicationWCFProvider(string eventReplicationEndPointName, NetworkCredential credentials)
Parameters
Type | Name | Description |
---|---|---|
System.String | eventReplicationEndPointName | Name of the event replication end point. |
System.Net.NetworkCredential | credentials | The credentials. |
Methods
NewReplicator()
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