[This is preliminary documentation and is subject to change.]
Defines whether server transport statistics is periodically dumped into instrumentation
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("server-transport/$instrument-transport-stat")]
[ExternalParameterAttribute(new string[] { ... })]
public bool InstrumentServerTransportStat { get; set; }[ConfigAttribute("server-transport/$instrument-transport-stat")]
[ExternalParameterAttribute(new string[] { ... })]
public bool InstrumentServerTransportStat { get; set; }<ConfigAttribute("server-transport/$instrument-transport-stat")>
<ExternalParameterAttribute(New String() { ... })>
Public Property InstrumentServerTransportStat As Boolean
Get
Set<ConfigAttribute("server-transport/$instrument-transport-stat")>
<ExternalParameterAttribute(New String() { ... })>
Public Property InstrumentServerTransportStat As Boolean
Get
Setpublic:
[ConfigAttribute(L"server-transport/$instrument-transport-stat")]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property bool InstrumentServerTransportStat {
bool get ();
void set (bool value);
}public:
[ConfigAttribute(L"server-transport/$instrument-transport-stat")]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property bool InstrumentServerTransportStat {
bool get ();
void set (bool value);
}[<ConfigAttribute("server-transport/$instrument-transport-stat")>]
[<ExternalParameterAttribute(new string[] { ... })>]
member InstrumentServerTransportStat : bool with get, set[<ConfigAttribute("server-transport/$instrument-transport-stat")>]
[<ExternalParameterAttribute(new string[] { ... })>]
member InstrumentServerTransportStat : bool with get, setProperty Value
Type:
Boolean