ProcessQueueTOnItemsTimedOut Method

Raises the base class ItemsTimedOut event.

Definition

Namespace: Gemstone.Threading.Collections
Assembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.167 -- Release Build+6c665d9111cb5e0fc32e9aa6c693dcb89c216eb7
protected virtual void OnItemsTimedOut(
	T[] items
)

Parameters

items  T
An array of generic type T to be passed to ItemsProcessed.

Remarks

Derived classes cannot raise events of their base classes, so we expose event wrapper methods to accommodate as needed.

See Also