TaskProcessorRequeueDelay Property |
The time from the failure of a task before its requeued task may be activated.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic TimeSpan RequeueDelay { get; }
Public ReadOnly Property RequeueDelay As TimeSpan
Get
public:
property TimeSpan RequeueDelay {
TimeSpan get ();
}
Property Value
Type:
TimeSpan
See Also