C# Class SparrowSharp.Pool.ObjectPool

Afficher le fichier Open project: fmotagarcia/sparrow-sharp

Méthodes publiques

Méthode Description
GetObject ( ) : PooledObject
ObjectPool ( CreateObject createObject, int initalSize, int maxBuffer ) : System

Private Methods

Méthode Description
PutObject ( PooledObject item ) : void

Method Details

GetObject() public méthode

public GetObject ( ) : PooledObject
Résultat PooledObject

ObjectPool() public méthode

public ObjectPool ( CreateObject createObject, int initalSize, int maxBuffer ) : System
createObject CreateObject
initalSize int
maxBuffer int
Résultat System