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