[This is preliminary documentation and is subject to change.]
When true, outputs instrumentation data about the self (how many datum buffers, etc.)
Namespace: NFX.InstrumentationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$self-instrumented|$instrument-self|$instrumented",
false)]
public bool SelfInstrumented { get; set; }
[ConfigAttribute("$self-instrumented|$instrument-self|$instrumented",
false)]
public bool SelfInstrumented { get; set; }
<ConfigAttribute("$self-instrumented|$instrument-self|$instrumented",
false)>
Public Property SelfInstrumented As Boolean
Get
Set
<ConfigAttribute("$self-instrumented|$instrument-self|$instrumented",
false)>
Public Property SelfInstrumented As Boolean
Get
Set
public:
[ConfigAttribute(L"$self-instrumented|$instrument-self|$instrumented",
false)]
virtual property bool SelfInstrumented {
bool get () sealed;
void set (bool value) sealed;
}
public:
[ConfigAttribute(L"$self-instrumented|$instrument-self|$instrumented",
false)]
virtual property bool SelfInstrumented {
bool get () sealed;
void set (bool value) sealed;
}
[<ConfigAttribute("$self-instrumented|$instrument-self|$instrumented",
false)>]
abstract SelfInstrumented : bool with get, set
[<ConfigAttribute("$self-instrumented|$instrument-self|$instrumented",
false)>]
override SelfInstrumented : bool with get, set
[<ConfigAttribute("$self-instrumented|$instrument-self|$instrumented",
false)>]
abstract SelfInstrumented : bool with get, set
[<ConfigAttribute("$self-instrumented|$instrument-self|$instrumented",
false)>]
override SelfInstrumented : bool with get, set
Property Value
Type:
BooleanImplements
IInstrumentation SelfInstrumented