BatchProcessorJobArgs Class

Event args for the batch processor job events.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class BatchProcessorJobArgs : AsyncProcessingOperationArgs<AppTaskProcessingReport>
Inheritance
Object    EventArgs    CancellableOperationArgsAppTaskProcessingReport    AsyncProcessingOperationArgsAppTaskProcessingReport    BatchProcessorJobArgs
Derived

Constructors

BatchProcessorJobArgs Self initializing constructor.

Properties

Operation Pre-cast the operation => BatchProcessorJob.

See Also