ISettingsUnitTracingScopeStartTracing - метод
Starts a tracing scope for settings units operations, including metrics and activity.
Disposing the returned
IDisposable object will stop metrics and activity.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
IDisposable StartTracing(
Object instance,
KeyValuePair<string, Object> tag,
string method = ""
)
Function StartTracing (
instance As Object,
tag As KeyValuePair(Of String, Object),
Optional method As String = ""
) As IDisposable
IDisposable^ StartTracing(
Object^ instance,
KeyValuePair<String^, Object^> tag,
String^ method = L""
)
abstract StartTracing :
instance : Object *
tag : KeyValuePair<string, Object> *
?method : string
(* Defaults:
let _method = defaultArg method ""
*)
-> IDisposable
- 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.
IDisposableAn
IDisposable object that stops tracing when disposed.