|
ProcessQueueTItemsTimedOut Event
|
Event that is raised if the processing time for an array of items exceeds the specified process timeout.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.300-beta+b2186e2cd1f968c931b0e151fdd7c839f3d1e9cf
Syntax
RemarksAllows custom handling of items that took too long to process.
Raised only when ProcessingStyle = ManyAtOnce (i.e., ProcessItemsFunction is defined).
See Also