Class RecordLoad
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.Instrumentation.Self
Assembly: NFX.dll
Syntax
[Serializable]
[BSONSerializable("FA356440-4E5B-4504-A887-97FB9AD66194")]
public class RecordLoad : SelfInstrumentationLongGauge, IArchiveLoggable, IBSONSerializable, IBSONDeserializable, IJSONWritable, IInstrumentationInstrument, IMemoryInstrument, IOperationClass, IInstrumentClass
Constructors
RecordLoad(Int64)
Declaration
protected RecordLoad(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(Int64)
Declaration
public static void Record(long value)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | value |