LogService Reliable Property NFX Class Library

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

Determines whether this service blocks on stop longer until all buffered messages have been tried to be dispatched into all destinations. This property is true by default. Certain destinations may take considerable time to fail per message (i.e. database connection timeout), consequently buffered messages processing may delay service stop significantly if this property is true

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

[ConfigAttribute("$reliable", true)]
[ExternalParameterAttribute(new string[] { ... })]
public bool Reliable { get; set; }

Property Value

Type: OnlineBoolean
See Also