Parameters |
Description |
const char* statisticName |
name of the statistic in the database |
int value |
how much to increment (integer) |
Syntax: Statistics.Increment(statisticName, value);
Increments a statistics counter by the value.
Copyright (c) 2012. All rights reserved.
|