SettingsUnitTracingScopeStartTracing - метод

Starts a tracing scope for settings units operations, including metrics and activity. Disposing the returned IDisposable object will stop metrics and activity.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public IDisposable StartTracing(
	Object instance,
	KeyValuePair<string, Object> tag,
	string method = ""
)

Параметры

instance  Object
The instance being traced.
tag  KeyValuePairString, Object
A key/value pair representing the tag for tracing.
method  String  (Optional)
Optional method name for displaying, automatically provided by CallerMemberNameAttribute.

Возвращаемое значение

IDisposable
An IDisposable object that stops tracing when disposed.

Реализации

ISettingsUnitTracingScopeStartTracing(Object, KeyValuePairString, Object, String)

См. также