SaaS CMS has officially launched! Learn more now.

Class SiteStatusReporter

Inheritance
System.Object
SiteStatusReporter
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.Common
Assembly: EPiServer.Enterprise.dll
Version: 8.11.0
Syntax
public class SiteStatusReporter

Constructors

SiteStatusReporter()

Declaration
public SiteStatusReporter()

Methods

CreateMirroringMonitoringLog(Guid, MirroringStatus, TypeOfMirroringData, SiteStatusReporter.TypeOfOutput, String, Boolean)

Declaration
public static string CreateMirroringMonitoringLog(Guid contextId, MirroringStatus status, TypeOfMirroringData typeOfMirroringData, SiteStatusReporter.TypeOfOutput outputType, string language, bool logToScheduler)
Parameters
Type Name Description
System.Guid contextId
MirroringStatus status
TypeOfMirroringData typeOfMirroringData
SiteStatusReporter.TypeOfOutput outputType
System.String language
System.Boolean logToScheduler
Returns
Type Description
System.String

CreateMirroringMonitoringLog(Guid, MirroringStatus, TypeOfMirroringData, String)

Declaration
public static string CreateMirroringMonitoringLog(Guid contextId, MirroringStatus status, TypeOfMirroringData typeOfMirroringData, string language)
Parameters
Type Name Description
System.Guid contextId
MirroringStatus status
TypeOfMirroringData typeOfMirroringData
System.String language
Returns
Type Description
System.String

ReportToScheduledLog(Guid, String, Boolean)

Declaration
public static string ReportToScheduledLog(Guid contextId, string message, bool failure)
Parameters
Type Name Description
System.Guid contextId
System.String message
System.Boolean failure
Returns
Type Description
System.String

ReportToScheduledLog(Guid, String, Boolean, SiteStatusReporter.TypeOfOutput)

Declaration
public static string ReportToScheduledLog(Guid contextId, string message, bool failure, SiteStatusReporter.TypeOfOutput outputType)
Parameters
Type Name Description
System.Guid contextId
System.String message
System.Boolean failure
SiteStatusReporter.TypeOfOutput outputType
Returns
Type Description
System.String

Extension Methods