Click or drag to resize
PoolingManagementT Class
资源池,可以往里面加入资源,也可以取出来
Inheritance Hierarchy
SystemObject
  X3Platform.PoolingPoolingManagementT

Namespace: X3Platform.Pooling
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class PoolingManagement<T> : IDisposable
where T : class, IDisposable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:X3Platform.Pooling.PoolingManagement`1"]

The PoolingManagementT type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the PoolingManagementT
Public methodDispose(Boolean)
Releases the unmanaged resources used by the PoolingManagementT and optionally releases the managed resources
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Public methodGetHashCode (Inherited from Object.)
Public methodGetResource
从资源池中提取资源
Public methodGetType (Inherited from Object.)
Public methodStatic memberInstance
返回一个资源池,采用单件模式。
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReturnResource
返回资源
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyStatic memberMaxResource
Public propertyResourceCount
Top
See Also