Click or drag to resize
IResourceObjectT Interface
这个接口用来产生 Resource Pool 管理的资源

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

Type Parameters

T

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

The IResourceObjectT type exposes the following members.

Methods
  NameDescription
Public methodRequest
获得资源
Top
See Also