Class QueueStatus
Inheritance
System.Object
QueueStatus
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
Extension Methods