pip_services3_components
pip_services3_components
ICounters
increment abstract method
increment
pip_services3_components
pip_services3_components
ICounters
increment abstract method
ICounters class
Constructors
ICounters
Properties
hashCode
runtimeType
Methods
beginTiming
increment
incrementOne
last
stats
timestamp
timestampNow
noSuchMethod
toString
Operators
operator ==
increment
method
void
increment
(
String
name
,
int
value
)
Increments counter by given value.
name
a counter name of Increment type.
value
a value to add to the counter.