Class
SampledPerformanceObject

This is not only used to persist sample data but to keep track of what should be recorded at all (as configuration data).

Definition

Namespace:ArtOfTest.WebAii.Design.Execution.Profiler

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class SampledPerformanceObject

Inheritance: objectSampledPerformanceObject

Constructors

SampledPerformanceObject()

Declaration

cs-api-definition
public SampledPerformanceObject()

Properties

Description

Declaration

cs-api-definition
public string Description { get; set; }

Property Value

string

Instances

Declaration

cs-api-definition
public Dictionary<string, SampledPerformanceObjectInstance> Instances { get; set; }

Property Value

Dictionary<string, SampledPerformanceObjectInstance>

Name

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string