public static void Uninstall(Assembly installerAssembly, IInstrumentationDiscoverer discoverer, string categoryName = null) { CounterInstaller.Uninstall(installerAssembly, discoverer, categoryName); }
public static void Uninstall(string categoryName) { CounterInstaller.Uninstall(categoryName); }
public static void Uninstall(Assembly installerAssembly, string categoryName = null) { CounterInstaller.Uninstall(installerAssembly, categoryName); }