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

 

Class QueueStatus

Inheritance
System.Object
QueueStatus
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.Events.ChangeNotification.EventQueue
Assembly: EPiServer.Events.dll
Version: 7.19.2
Syntax
public class QueueStatus

Constructors

QueueStatus(ChangeProcessorStatus, Int32, Nullable<DateTime>)

Declaration
public QueueStatus(ChangeProcessorStatus status, int queuedItemCount = 0, DateTime? lastConsistentUtc = default(DateTime? ))
Parameters
Type Name Description
ChangeProcessorStatus status
System.Int32 queuedItemCount
System.Nullable<System.DateTime> lastConsistentUtc

Properties

LastConsistentUtc

Declaration
public DateTime? LastConsistentUtc { get; }
Property Value
Type Description
System.Nullable<System.DateTime>

QueuedItemCount

Declaration
public int QueuedItemCount { get; }
Property Value
Type Description
System.Int32

Status

Declaration
public ChangeProcessorStatus Status { get; }
Property Value
Type Description
ChangeProcessorStatus

Extension Methods