[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.LogAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$reliable", true)]
[ExternalParameterAttribute(new string[] { ... })]
public bool Reliable { get; set; }
[ConfigAttribute("$reliable", true)]
[ExternalParameterAttribute(new string[] { ... })]
public bool Reliable { get; set; }
<ConfigAttribute("$reliable", true)>
<ExternalParameterAttribute(New String() { ... })>
Public Property Reliable As Boolean
Get
Set
<ConfigAttribute("$reliable", true)>
<ExternalParameterAttribute(New String() { ... })>
Public Property Reliable As Boolean
Get
Set
public:
[ConfigAttribute(L"$reliable", true)]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property bool Reliable {
bool get ();
void set (bool value);
}
public:
[ConfigAttribute(L"$reliable", true)]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property bool Reliable {
bool get ();
void set (bool value);
}
[<ConfigAttribute("$reliable", true)>]
[<ExternalParameterAttribute(new string[] { ... })>]
member Reliable : bool with get, set
[<ConfigAttribute("$reliable", true)>]
[<ExternalParameterAttribute(new string[] { ... })>]
member Reliable : bool with get, set
Property Value
Type:
Boolean