Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Crée une nouvel instance du gestionnaire de pool générique
Espace de nom : Developpez.Dotnet.ComponentModelAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public ParameterizedGenericPool( int basePooledItemCount, int maxPooledItemCount, ParameterizedGenericPool<(Of <(<'T>)>)>..::..CreateNewItemMethod newItemAllocator ) |
Visual Basic (Déclaration) |
---|
Public Sub New ( _ basePooledItemCount As Integer, _ maxPooledItemCount As Integer, _ newItemAllocator As ParameterizedGenericPool<(Of <(<'T>)>)>..::..CreateNewItemMethod _ ) |
Visual C++ |
---|
public: ParameterizedGenericPool( int basePooledItemCount, int maxPooledItemCount, ParameterizedGenericPool<(Of <(<'T>)>)>..::..CreateNewItemMethod^ newItemAllocator ) |
Paramètres
- basePooledItemCount
- Type: System..::..Int32
Objets alloués au démarrage
- maxPooledItemCount
- Type: System..::..Int32
Nombre maximum d'objets avant que ceux-ci ne soient relachés
- newItemAllocator
- Type: Developpez.Dotnet.ComponentModel..::..ParameterizedGenericPool<(Of <(<'T>)>)>..::..CreateNewItemMethod
allocateur