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: 11.20.7Syntax
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 |