M-Files Vault Application Framework
C#
Show/Hide TOC
App
Task
Batch
Processor
Aggregate
Active
Batches Method
Collects an array of the active batches held by this processor.
Definition
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
BatchProcessorJob
[]
AggregateActiveBatches
()
Return Value
BatchProcessorJob
An array of
BatchProcessorJob
's.
See Also
Reference
AppTaskBatchProcessor Class
MFiles.VAF.MultiserverMode Namespace
In This Article
Definition
See Also