PileLongGauge ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Provides base for pile long gauges
Inheritance Hierarchy

OnlineSystem Object
  NFX.Instrumentation Datum
    NFX.Instrumentation Gauge
      NFX.Instrumentation LongGauge
        NFX.ApplicationModel.Pile.Instrumentation PileLongGauge
          NFX.ApplicationModel.Pile.Instrumentation AllocatedMemoryBytes
          NFX.ApplicationModel.Pile.Instrumentation AverageObjectSizeBytes
          NFX.ApplicationModel.Pile.Instrumentation CacheLongGauge
          NFX.ApplicationModel.Pile.Instrumentation DeleteCount
          NFX.ApplicationModel.Pile.Instrumentation FreeListCapacity
          NFX.ApplicationModel.Pile.Instrumentation GetCount
          NFX.ApplicationModel.Pile.Instrumentation MemoryCapacityBytes
          NFX.ApplicationModel.Pile.Instrumentation ObjectCount
          NFX.ApplicationModel.Pile.Instrumentation OverheadBytes
          NFX.ApplicationModel.Pile.Instrumentation PutCount
          NFX.ApplicationModel.Pile.Instrumentation SegmentCount
          NFX.ApplicationModel.Pile.Instrumentation UtilizedBytes

Namespace: NFX.ApplicationModel.Pile.Instrumentation
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[SerializableAttribute]
public abstract class PileLongGauge : LongGauge, 
	ICacheInstrument, IMemoryInstrument, IOperationClass, IInstrumentClass
See Also