Class ProcessingInterval
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.Instrumentation.Self
Assembly: Azos.dll
Syntax
[Serializable]
[BSONSerializable("947A802D-42BF-424E-B294-120C47A26E12")]
public class ProcessingInterval : SelfInstrumentationLongGauge, IArchiveLoggable, IBSONSerializable, IBSONDeserializable, IJSONWritable, IInstrumentationInstrument, IOperationClass, IInstrumentClass
Constructors
ProcessingInterval(Int64)
Declaration
protected ProcessingInterval(long value)
Parameters
Type | Name | Description |
---|---|---|
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 |
Overrides
Record(IInstrumentation, Int64)
Declaration
public static void Record(IInstrumentation inst, long value)
Parameters
Type | Name | Description |
---|---|---|
IInstrumentation | inst | |
System.Int64 | value |