Destination RestartProcessingAfterMs Property NFX Class Library

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

Specifies how much time must pass before processing will be tried to resume after failure. The default value is 60000 ms

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

[ExternalParameterAttribute(new string[] { ... })]
[ConfigAttribute("$restart-processing-after-ms")]
public int RestartProcessingAfterMs { get; set; }

Property Value

Type: OnlineInt32
See Also