ProcessQueueTCreateAsynchronousQueue(ProcessQueueTProcessItemsFunctionSignature) Method
Creates a new asynchronous, bulk item
ProcessQueueT with the default settings: ProcessInterval = 100,
MaximumThreads = 5, ProcessTimeout = Infinite, RequeueOnTimeout = False, RequeueOnException = False.
Namespace: Gemstone.Threading.CollectionsAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.167 -- Release Build+6c665d9111cb5e0fc32e9aa6c693dcb89c216eb7
Gemstone.Threading.Collections.ProcessQueue.CreateAsynchronousQueue = function(processItemsFunction);
- processItemsFunction ProcessQueueTProcessItemsFunctionSignature
- Delegate that defines a method to process multiple items at once.
ProcessQueueTA ProcessQueue object based on type T.