| PoolManagerBaseTManagerSettings, TPool, TPoolSettings, TSource, TInstanceReleaseInternal Method  | 
 [This is preliminary documentation and is subject to change.]
            When overridden in a derived class, releases an instance that was previously acquired from an attached pool.
            
 
    Namespace: 
   Umbrace.Unity.PurePool
    Assembly:
   Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
 Syntax
Syntaxprotected abstract void ReleaseInternal(
	TInstance instance
)
Parameters
- instance
- Type: TInstance
 The instance to release back to the pool.
 See Also
See Also