Class CounterTemplateStore
Inheritance
System.Object
CounterTemplateStore
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Execution.Profiler.PerformanceCounterProfiler.Services
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class CounterTemplateStore : ICounterTemplateStore
Constructors
CounterTemplateStore()
Declaration
public CounterTemplateStore()
Properties
AvailableTemplates
Declaration
public IEnumerable<IPerformanceCounterTemplate> AvailableTemplates { get; }
Property Value
|
System.Collections.Generic.IEnumerable<IPerformanceCounterTemplate>
|
Implements
Methods
DeleteTemplates(IEnumerable<IPerformanceCounterTemplate>)
Declaration
public void DeleteTemplates(IEnumerable<IPerformanceCounterTemplate> templatesToDelete)
Parameters
|
System.Collections.Generic.IEnumerable<IPerformanceCounterTemplate>
templatesToDelete
|
StoreTemplates(IEnumerable<IPerformanceCounterTemplate>)
Declaration
public void StoreTemplates(IEnumerable<IPerformanceCounterTemplate> templatesToStore)
Parameters
|
System.Collections.Generic.IEnumerable<IPerformanceCounterTemplate>
templatesToStore
|