Table of Contents

Class ThreadSafeMultiPool

public class ThreadSafeMultiPool : IMultiPool
Inheritance
ThreadSafeMultiPool
Implements
Inherited Members
Extension Methods

Methods

Get<T>()

public T Get<T>() where T : class, new()

Returns

T

Type Parameters

T

Release<T>(T)

public void Release<T>(T poolObject) where T : class, new()

Parameters

poolObject T

Type Parameters

T