SaaS CMS has officially launched! Learn more now.

Class MirroringManager

Summary description for RemoteExportImport.

Inheritance
System.Object
MirroringManager
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.Enterprise.Mirroring
Assembly: EPiServer.Enterprise.dll
Version: 8.11.0
Syntax
[ScheduledPlugIn(DisplayName = "Content Mirroring service", LanguagePath = "/admin/contentmirroringmanager", HelpFile = "mirroringjob")]
public class MirroringManager

Constructors

MirroringManager()

Declaration
public MirroringManager()

Methods

Execute()

Declaration
public static string Execute()
Returns
Type Description
System.String

Execute(MirroringData)

Declaration
public static string Execute(MirroringData data)
Parameters
Type Name Description
MirroringData data
Returns
Type Description
System.String

Events

ExecutedMirror

Declaration
public static event EventHandler ExecutedMirror
Event Type
Type Description
System.EventHandler

ExecutingMirror

Declaration
public static event EventHandler ExecutingMirror
Event Type
Type Description
System.EventHandler

FailedExecuteMirror

Declaration
public static event FailedExecuteMirroringEventHandler FailedExecuteMirror
Event Type
Type Description
FailedExecuteMirroringEventHandler

Extension Methods