LogServiceBase DefaultFailover Property NFX Class Library

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

Sets destination name used for failover on the service-level if particular failing destination did not specify its specific failover

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

[ExternalParameterAttribute(new string[] { ... })]
[ConfigAttribute("$default-failover")]
public string DefaultFailover { get; set; }

Property Value

Type: OnlineString
See Also