Esempio n. 1
0
 public void Publish(int value)
 {
     OnCounter?.Invoke(value);
 }
Esempio n. 2
0
 public void TriggerCounter(string counter)
 {
     OnCounter?.Invoke(this, new CounterProfilingEvent(counter));
 }