コード例 #1
0
 /// <summary>
 /// Removes the counter with the supplied name from the collection of
 /// progress counters.
 /// </summary>
 /// <param name="counterName">
 /// The name of the counter to remove.
 /// </param>
 public void RemoveCounter(string counterName)
 {
     _myCounters.Remove(counterName);
 }