ObjectPoolingAttribute Constructor
.NET Framework (current version)
Initializes a new instance of the ObjectPoolingAttribute class.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Name | Description | |
|---|---|---|
![]() | ObjectPoolingAttribute() | Initializes a new instance of the ObjectPoolingAttribute class and sets the Enabled, MaxPoolSize, MinPoolSize, and CreationTimeout properties to their default values. |
![]() | ObjectPoolingAttribute(Boolean) | Initializes a new instance of the ObjectPoolingAttribute class and sets the Enabled property. |
![]() | ObjectPoolingAttribute(Boolean, Int32, Int32) | Initializes a new instance of the ObjectPoolingAttribute class and sets the Enabled, MaxPoolSize, and MinPoolSize properties. |
![]() | ObjectPoolingAttribute(Int32, Int32) | Initializes a new instance of the ObjectPoolingAttribute class and sets the MaxPoolSize and MinPoolSize properties. |
Show:
