Click or drag to resize

ObjectPoolT Class

Inheritance Hierarchy
SystemObject
  Ozeki.CommonObjectPoolT

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public class ObjectPool<T>
where T : class, new()

Type Parameters

T

The ObjectPoolT type exposes the following members.

Constructors
 NameDescription
Public methodObjectPoolTInitializes a new instance of the ObjectPoolT class
Top
Properties
 NameDescription
Public propertyMaxPoolSize 
Top
Methods
See Also