# AdvancedPooling

Instantiate in advance and register to ObjectPool.

![AdvancedPooling](./images/AdvancedPooling.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Pooling Items
</td>
<td>
List of objects to pool.<table border="1" class="docutils">
<thead>
<tr><th>Field Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>Type</td>
<td>
            Object type
            </td>
</tr>
<tr>
<td>Original</td>
<td>
            Original object
            </td>
</tr>
<tr>
<td>Amount</td>
<td>
            Amount to pool
            </td>
</tr>
</tbody>
</table>
</td>
</tr>
 </tbody>
</table>


## Remarks

Returning success is completed.

