Destination MaxProcessingTimeMs Property NFX Class Library

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

Imposes a time limit on internal message processing (writing into actual sink) by this destination. If this limit is exceeded, this destination fails and processing is re-tried to be resumed after RestartProcessingAfterMs interval. The minimum value for this property is 25 ms as lower values compromise timer accuracy

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

[ConfigAttribute("$max-processing-time-ms")]
[ExternalParameterAttribute(new string[] { ... })]
public Nullable<int> MaxProcessingTimeMs { get; set; }

Property Value

Type: OnlineNullable OnlineInt32 
See Also