#1
|
|||
|
|||
COM+ Poolable objects
How do I setup a COM+ component to be setup as poolable through the VBP COM+ interface (with defaults)?
|
#2
|
|||
|
|||
ObjectPoolingEnabled = True on the Properties tab should do it. MaxPoolSize, MinPoolSize, and CreationTimeout could also be set to non-default values as needed.
|
|
|