[This is preliminary documentation and is subject to change.]
Imposes a time limit on internal message processing (writing into actual sink) by this destination.
If this limit is exceeded, this destination fails and processing is re-tried to be resumed after RestartProcessingAfterMs interval.
The minimum value for this property is 25 ms as lower values compromise timer accuracy
Namespace: NFX.Log.DestinationsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$max-processing-time-ms")]
[ExternalParameterAttribute(new string[] { ... })]
public Nullable<int> MaxProcessingTimeMs { get; set; }[ConfigAttribute("$max-processing-time-ms")]
[ExternalParameterAttribute(new string[] { ... })]
public Nullable<int> MaxProcessingTimeMs { get; set; }<ConfigAttribute("$max-processing-time-ms")>
<ExternalParameterAttribute(New String() { ... })>
Public Property MaxProcessingTimeMs As Nullable(Of Integer)
Get
Set<ConfigAttribute("$max-processing-time-ms")>
<ExternalParameterAttribute(New String() { ... })>
Public Property MaxProcessingTimeMs As Nullable(Of Integer)
Get
Setpublic:
[ConfigAttribute(L"$max-processing-time-ms")]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property Nullable<int> MaxProcessingTimeMs {
Nullable<int> get ();
void set (Nullable<int> value);
}public:
[ConfigAttribute(L"$max-processing-time-ms")]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property Nullable<int> MaxProcessingTimeMs {
Nullable<int> get ();
void set (Nullable<int> value);
}[<ConfigAttribute("$max-processing-time-ms")>]
[<ExternalParameterAttribute(new string[] { ... })>]
member MaxProcessingTimeMs : Nullable<int> with get, set[<ConfigAttribute("$max-processing-time-ms")>]
[<ExternalParameterAttribute(new string[] { ... })>]
member MaxProcessingTimeMs : Nullable<int> with get, setProperty Value
Type:
Nullable
Int32