Class ClientCallRoundtripTime
Inheritance
System.Object
ClientCallRoundtripTime
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: NFX.Glue.Instrumentation
Assembly: NFX.dll
Syntax
[Serializable]
[BSONSerializable("F4DC23D9-A52C-4C58-9876-11994748029D")]
public class ClientCallRoundtripTime : ClientDoubleGauge, IArchiveLoggable, IBSONSerializable, IBSONDeserializable, IJSONWritable, INetInstrument, IIOInstrumentClass, IOperationClass, IInstrumentClass
Constructors
ClientCallRoundtripTime(String, Double)
Declaration
protected ClientCallRoundtripTime(string src, double value)
Parameters
Type | Name | Description |
---|---|---|
System.String | src | |
System.Double | 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(String, Double)
Declaration
public static void Record(string key, double value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | |
System.Double | value |