TaskProcessorMaxRetries Property |
The maximum number of times the processing of a task can be retried within a single job/attempt.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic int MaxRetries { get; }
Public ReadOnly Property MaxRetries As Integer
Get
public:
property int MaxRetries {
int get ();
}
Property Value
Type:
Int32
See Also