C# Класс NRConfig.InstrumentAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetEffectiveInstrumentationContext() публичный статический Метод

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
Результат InstrumentAttribute

InstrumentAttribute() публичный Метод

public InstrumentAttribute ( ) : System
Результат System

InstrumentAttribute() публичный Метод

public InstrumentAttribute ( string metricName ) : System
metricName string
Результат System

InstrumentAttribute() публичный Метод

public InstrumentAttribute ( string metricName, Metric metric ) : System
metricName string
metric Metric
Результат System

InstrumentAttribute() публичный Метод

public InstrumentAttribute ( string metricName, string name, Metric metric ) : System
metricName string
name string
metric Metric
Результат System

InstrumentAttribute() публичный Метод

public InstrumentAttribute ( string metricName, string name, string transactionNamingPriority, Metric metric ) : System
metricName string
name string
transactionNamingPriority string
metric Metric
Результат System