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.
|
Methods
StoreTemplates(IEnumerable<IPerformanceCounterTemplate>)
Declaration
void StoreTemplates(IEnumerable<IPerformanceCounterTemplate> templatesToStore)
Parameters
System.
|