Class CounterEvent
Syntax
[Serializable]
public class CounterEvent : EventBase
Constructors
CounterEvent(String, Single, ContinuousEvents.EventCollectionDelegate)
Declaration
public CounterEvent(string eventName, float interval, ContinuousEvents.EventCollectionDelegate collector = null)
Parameters
Fields
CounterStore
Declaration
public ConcurrentDictionary<string, CounterEventData> CounterStore
Field Value
Methods
IncrementCount(String)
Increment the count of the function call.
Declaration
public void IncrementCount(string functionName)
Parameters
Type |
Name |
Description |
String |
functionName |
|
IngestValue(Double)
Declaration
public override void IngestValue(double value)
Parameters
Type |
Name |
Description |
Double |
value |
|
Overrides