Class EnqueueTodoCount
How many Todo message instances got enqueued
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Sky.Workers.Server.Queue.Instrumentation
Assembly: Azos.Sky.dll
Syntax
[Serializable]
[BSONSerializable("54D5B7C2-E0F4-4236-9CE4-E5A0111526A3")]
public class EnqueueTodoCount : TodoQueueLongGauge, IArchiveLoggable, IBSONSerializable, IBSONDeserializable, IJSONWritable, IQueueInstrument, IWorkerInstrument, IOperationClass, IInstrumentClass
Constructors
EnqueueTodoCount(String, Int64)
Declaration
public EnqueueTodoCount(string queue, long value)
Parameters
Type | Name | Description |
---|---|---|
System.String | queue | |
System.Int64 | value |
Properties
Description
Declaration
public override string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
ValueUnitName
Declaration
public override string ValueUnitName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
MakeAggregateInstance()
Declaration
protected override Datum MakeAggregateInstance()
Returns
Type | Description |
---|---|
Datum |