Interface ICounterTemplateStore
Namespace: ArtOfTest.WebAii.Design.Execution.Profiler.PerformanceCounterProfiler.Services.Interfaces
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface ICounterTemplateStore
Properties
AvailableTemplates
Declaration
IEnumerable<IPerformanceCounterTemplate> AvailableTemplates { get; }
Property Value
|
System.Collections.Generic.IEnumerable<IPerformanceCounterTemplate>
|
Methods
StoreTemplates(IEnumerable<IPerformanceCounterTemplate>)
Declaration
void StoreTemplates(IEnumerable<IPerformanceCounterTemplate> templatesToStore)
Parameters
|
System.Collections.Generic.IEnumerable<IPerformanceCounterTemplate>
templatesToStore
|