|
TaskProcessorBaseTSettingsUpdateFailedJobInTaskQueue Method (ApplicationTask, String, Exception, String, Boolean)
|
Updates the task in the application task queue, with failed info.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxpublic void UpdateFailedJobInTaskQueue(
ApplicationTask appTask,
string processingTargetIdentifiers,
Exception ex,
string remarks = null,
bool appendRemarks = true
)
Parameters
- appTask
- Type: MFiles.VAF.Common.ApplicationTaskQueueApplicationTask
App task that failed. - processingTargetIdentifiers
- Type: SystemString
Identifiers for the objects that are the target of processing. - ex
- Type: SystemException
Failure Exception - remarks (Optional)
- Type: SystemString
Custom remarks (default is used if not provided). - appendRemarks (Optional)
- Type: SystemBoolean
- When true appends the remarks to the pre-existing value.
- Replaces when false.
See Also