Class MirroringMonitoringReporter
Inheritance
System.Object
MirroringMonitoringReporter
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.MirroringService.MirroringMonitoring
Assembly: EPiServer.Enterprise.dll
Version: 8.11.0Syntax
public class MirroringMonitoringReporter
Constructors
MirroringMonitoringReporter()
Declaration
public MirroringMonitoringReporter()
MirroringMonitoringReporter(String)
Declaration
public MirroringMonitoringReporter(string mailAddressFrom)
Parameters
Type | Name | Description |
---|---|---|
System.String | mailAddressFrom |
MirroringMonitoringReporter(String, LocalizationService, ILanguageBranchRepository)
Declaration
public MirroringMonitoringReporter(string mailAddressFrom, LocalizationService localizationService, ILanguageBranchRepository languageBranchRepository)
Parameters
Type | Name | Description |
---|---|---|
System.String | mailAddressFrom | |
LocalizationService | localizationService | |
ILanguageBranchRepository | languageBranchRepository |
Properties
LocalizationService
Declaration
protected LocalizationService LocalizationService { get; }
Property Value
Type | Description |
---|---|
LocalizationService |
MailAddressFrom
Declaration
public string MailAddressFrom { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ProcessMessage(MirroringStatusEventArgs)
Declaration
public void ProcessMessage(MirroringStatusEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
MirroringStatusEventArgs | e |