Destination AverageProcessingTimeMs Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns average time it takes destination implementation to write the log message to actual sink. This property is only computed when MaxProcessingTimeMs limit is imposed, otherwise it returns 0f

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

public float AverageProcessingTimeMs { get; }

Property Value

Type: OnlineSingle
See Also