Class UpdateTodoCount
How many Todo got updated in the store
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("1EBC5BEB-51D1-40FA-AD26-BBD9DAB52FDF")]
public class UpdateTodoCount : TodoQueueLongGauge, IArchiveLoggable, IBSONSerializable, IBSONDeserializable, IJSONWritable, IQueueInstrument, IWorkerInstrument, IOperationClass, IInstrumentClass
Constructors
UpdateTodoCount(String, Int64)
Declaration
public UpdateTodoCount(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 |