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.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public event EventHandler<BatchProcessorJobArgs> BatchAdded

Value

EventHandlerBatchProcessorJobArgs

See Also