PoolBehavior
Overview
This enum is used to specify the PooledClassFactory behaviour in case there is no more service instances available in the pool.
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server.ClassFactories
Value | Description |
---|---|
CreateAdditional | Create an additional instance disregarding the pool size |
Fail | NoFreeObjectsInPoolException is thrown |
Wait | The thread is blocked until a free object available. Warning: there is no timeouts implemented so the it will wait infinitely. |
Class Factories PooledClassFactory class PoolBehavior enum