IInstrumentation 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

Namespace: NFX.Instrumentation
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

int ResultBufferSize { get; }

Property Value

Type: OnlineInt32
See Also