LogService WriteInterval Property NFX Class Library

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

Determines how often a log should be written to storage. The value of this property must be between 10 and 5000 (milliseconds)

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

[ConfigAttribute("$write-interval-ms", 250)]
[ExternalParameterAttribute(new string[] { ... })]
public int WriteInterval { get; set; }

Property Value

Type: OnlineInt32
See Also