ObjectPoolingAttribute Constructor

 

Initializes a new instance of the ObjectPoolingAttribute class.

Namespace:   System.EnterpriseServices
Assembly:  System.EnterpriseServices (in System.EnterpriseServices.dll)

NameDescription
System_CAPS_pubmethodObjectPoolingAttribute()

Initializes a new instance of the ObjectPoolingAttribute class and sets the Enabled, MaxPoolSize, MinPoolSize, and CreationTimeout properties to their default values.

System_CAPS_pubmethodObjectPoolingAttribute(Boolean)

Initializes a new instance of the ObjectPoolingAttribute class and sets the Enabled property.

System_CAPS_pubmethodObjectPoolingAttribute(Boolean, Int32, Int32)

Initializes a new instance of the ObjectPoolingAttribute class and sets the Enabled, MaxPoolSize, and MinPoolSize properties.

System_CAPS_pubmethodObjectPoolingAttribute(Int32, Int32)

Initializes a new instance of the ObjectPoolingAttribute class and sets the MaxPoolSize and MinPoolSize properties.

Return to top
Show: