Example #1
0
 public static void Uninstall(Assembly installerAssembly,
                              IInstrumentationDiscoverer discoverer,
                              string categoryName = null)
 {
     CounterInstaller.Uninstall(installerAssembly, discoverer, categoryName);
 }
Example #2
0
 public static void Uninstall(string categoryName)
 {
     CounterInstaller.Uninstall(categoryName);
 }
Example #3
0
 public static void Uninstall(Assembly installerAssembly, string categoryName = null)
 {
     CounterInstaller.Uninstall(installerAssembly, categoryName);
 }