InstrumentationService ResultBufferSize Property NFX Class Library

[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.Instrumentation
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute(null, 131072)]
public int ResultBufferSize { get; set; }

Property Value

Type: OnlineInt32

Implements

IInstrumentation ResultBufferSize
See Also