C# Class NRConfig.InstrumentAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Pablissimo/nrconfig Class Usage Examples

Méthodes publiques

Méthode Description
GetEffectiveInstrumentationContext ( ) : InstrumentAttribute

Generates an instrumentation context that represents the configuration supplied by an ordered collection of contexts, where contexts earlier in the list take higher precedence.

InstrumentAttribute ( ) : System
InstrumentAttribute ( string metricName ) : System
InstrumentAttribute ( string metricName, Metric metric ) : System
InstrumentAttribute ( string metricName, string name, Metric metric ) : System
InstrumentAttribute ( string metricName, string name, string transactionNamingPriority, Metric metric ) : System

Method Details

GetEffectiveInstrumentationContext() public static méthode

Generates an instrumentation context that represents the configuration supplied by an ordered collection of contexts, where contexts earlier in the list take higher precedence.
public static GetEffectiveInstrumentationContext ( ) : InstrumentAttribute
Résultat InstrumentAttribute

InstrumentAttribute() public méthode

public InstrumentAttribute ( ) : System
Résultat System

InstrumentAttribute() public méthode

public InstrumentAttribute ( string metricName ) : System
metricName string
Résultat System

InstrumentAttribute() public méthode

public InstrumentAttribute ( string metricName, Metric metric ) : System
metricName string
metric Metric
Résultat System

InstrumentAttribute() public méthode

public InstrumentAttribute ( string metricName, string name, Metric metric ) : System
metricName string
name string
metric Metric
Résultat System

InstrumentAttribute() public méthode

public InstrumentAttribute ( string metricName, string name, string transactionNamingPriority, Metric metric ) : System
metricName string
name string
transactionNamingPriority string
metric Metric
Résultat System