Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class QueueStatus

Inheritance
System.Object
QueueStatus
Namespace: EPiServer.Events.ChangeNotification.EventQueue
Assembly: EPiServer.Events.dll
Version: 12.0.3
Syntax
public class QueueStatus : Object

Constructors

QueueStatus(ChangeProcessorStatus, Int32, Nullable<DateTime>)

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

Properties

LastConsistentUtc

Declaration
public Nullable<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