Ejemplo n.º 1
0
 private void uiCountTen_Click(object sender, EventArgs e)
 {
     // example of a simple count with a context, this
     // appears in the tag property of the healthcheck
     AppStatsEngine.Count(10, uiCountStatId.Text, "@{0}", DateTime.UtcNow);
 }