[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.DestinationsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$test-on-start")]
public bool TestOnStart { get; set; }[ConfigAttribute("$test-on-start")]
public bool TestOnStart { get; set; }<ConfigAttribute("$test-on-start")>
Public Property TestOnStart As Boolean
Get
Set<ConfigAttribute("$test-on-start")>
Public Property TestOnStart As Boolean
Get
Setpublic:
[ConfigAttribute(L"$test-on-start")]
property bool TestOnStart {
bool get ();
void set (bool value);
}public:
[ConfigAttribute(L"$test-on-start")]
property bool TestOnStart {
bool get ();
void set (bool value);
}[<ConfigAttribute("$test-on-start")>]
member TestOnStart : bool with get, set[<ConfigAttribute("$test-on-start")>]
member TestOnStart : bool with get, setProperty Value
Type:
Boolean