[This is preliminary documentation and is subject to change.]
Returns the size of the ring buffer where result (aggregated) instrumentation records are kept in memory.
The maximum buffer capacity is returned, not how many results have been buffered so far.
If this property is less than or equal to zero then result buffering in memory is disabled.
This property can be set only on a stopped service
Namespace: NFX.InstrumentationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute(null, 131072)]
public int ResultBufferSize { get; set; }
[ConfigAttribute(null, 131072)]
public int ResultBufferSize { get; set; }
<ConfigAttribute(Nothing, 131072)>
Public Property ResultBufferSize As Integer
Get
Set
<ConfigAttribute(Nothing, 131072)>
Public Property ResultBufferSize As Integer
Get
Set
public:
[ConfigAttribute(nullptr, 131072)]
virtual property int ResultBufferSize {
int get () sealed;
void set (int value) sealed;
}
public:
[ConfigAttribute(nullptr, 131072)]
virtual property int ResultBufferSize {
int get () sealed;
void set (int value) sealed;
}
[<ConfigAttribute(null, 131072)>]
abstract ResultBufferSize : int with get, set
[<ConfigAttribute(null, 131072)>]
override ResultBufferSize : int with get, set
[<ConfigAttribute(null, 131072)>]
abstract ResultBufferSize : int with get, set
[<ConfigAttribute(null, 131072)>]
override ResultBufferSize : int with get, set
Property Value
Type:
Int32Implements
IInstrumentation ResultBufferSize