Peforms an action with every object in the pool.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public void ProcessAllEntries(
	XObjectPool..::.ProcessEntryHandler handler,
	Object info
)

Parameters

handler
Type: SGP.XUtility..::.XObjectPool..::.ProcessEntryHandler
An entry handler.
info
Type: System..::.Object
User information for an action.

Exceptions

ExceptionCondition
System..::.ArgumentNullException handler is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also