Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class FailedExecuteMirroringEventArgs

Inheritance
System.Object
System.EventArgs
FailedExecuteMirroringEventArgs
Inherited Members
System.EventArgs.Empty
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: 7.19.2
Syntax
public class FailedExecuteMirroringEventArgs : EventArgs

Constructors

FailedExecuteMirroringEventArgs(Guid, String)

Declaration
public FailedExecuteMirroringEventArgs(Guid context, string message)
Parameters
Type Name Description
System.Guid context
System.String message

Properties

Context

Declaration
public Guid Context { get; set; }
Property Value
Type Description
System.Guid

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

Extension Methods