ProcessQueueTCreateSynchronousQueue(ProcessQueueTProcessItemsFunctionSignature) Method
Creates a new synchronous, bulk item
ProcessQueueT (i.e., single process thread) with the default settings:
ProcessInterval = 100, ProcessTimeout = Infinite, RequeueOnTimeout = False, RequeueOnException = False.
Namespace: Gemstone.Threading.CollectionsAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.141 -- Release Build+5e2ec463438f5de09767d41cb13e56e90c503d09
Gemstone.Threading.Collections.ProcessQueue.CreateSynchronousQueue = function(processItemsFunction);
- processItemsFunction ProcessQueueTProcessItemsFunctionSignature
- Delegate that defines a method to process multiple items at once.
ProcessQueueTA ProcessQueue object based on type T.