AppTaskBatchProcessorBatchAdded 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.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic event EventHandler<BatchProcessorJobArgs> BatchAdded
Public Event BatchAdded As EventHandler(Of BatchProcessorJobArgs)
public:
event EventHandler<BatchProcessorJobArgs^>^ BatchAdded {
void add (EventHandler<BatchProcessorJobArgs^>^ value);
void remove (EventHandler<BatchProcessorJobArgs^>^ value);
}
Value
Type:
SystemEventHandlerBatchProcessorJobArgs
See Also