Process
|
public virtual ProcessQueueTProcessItemsFunctionSignature ProcessItemsFunction { get; set; }
This function and ProcessItemFunction cannot be defined at the same time
A ProcessQueueT must be defined to process a single item at a time or many items at once
Implementation of this function makes ProcessingStyle = ManyAtOnce