M-Files Vault Application Framework
C#
Show/Hide TOC
App
Task
Batch
Processor
Batch
Added Event
The Event fired when a new batch is added. - Used to bind to each new batch job, which in turn exposes that individual batch job's life-cycle events.
Definition
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
event
EventHandler
<
BatchProcessorJobArgs
>
BatchAdded
Value
EventHandler
BatchProcessorJobArgs
See Also
Reference
AppTaskBatchProcessor Class
MFiles.VAF.MultiserverMode Namespace
In This Article
Definition
See Also