Peforms an action with every object in the pool.
Namespace:
SGP.XUtilityAssembly: 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
Exception | Condition |
---|---|
System..::.ArgumentNullException | handler is nullNothingnullptra null reference (Nothing in Visual Basic). |