Destination TestOnStart Property NFX Class Library

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

Indicates whether this destination should try to test the underlying sink on startup. For example DB-based destinations will try to connect to server upon log service launch when this property is true

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

[ConfigAttribute("$test-on-start")]
public bool TestOnStart { get; set; }

Property Value

Type: OnlineBoolean
See Also