Class ServiceConnectionEventArgs
Inheritance
System.Object
System.EventArgs
ServiceConnectionEventArgs
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.MirroringService.Common
Assembly: EPiServer.Enterprise.dll
Version: 8.11.0Syntax
public class ServiceConnectionEventArgs : EventArgs
Constructors
ServiceConnectionEventArgs(Guid, String)
Declaration
public ServiceConnectionEventArgs(Guid context, string message)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | context | |
System.String | message |
ServiceConnectionEventArgs(Guid, String, ServiceStatus)
Declaration
public ServiceConnectionEventArgs(Guid context, string message, ServiceStatus serviceStatus)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | context | |
System.String | message | |
ServiceStatus | serviceStatus |
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 |
ServiceStatus
Declaration
public ServiceStatus ServiceStatus { get; set; }
Property Value
Type | Description |
---|---|
ServiceStatus |