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.]
Obtient un objet dans le pool
Espace de nom : Developpez.Dotnet.ComponentModelAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public virtual ParameterizedGenericPool<(Of <(<'T>)>)>..::..GenericPoolItem ObtainItem( bool canCreateNew ) |
Visual Basic (Déclaration) |
---|
Public Overridable Function ObtainItem ( _ canCreateNew As Boolean _ ) As ParameterizedGenericPool<(Of <(<'T>)>)>..::..GenericPoolItem |
Visual C++ |
---|
public: virtual ParameterizedGenericPool<(Of <(<'T>)>)>..::..GenericPoolItem^ ObtainItem( bool canCreateNew ) |
Paramètres
- canCreateNew
- Type: System..::..Boolean
Si le pool est vide et que canCreateNew vaut true, un nouvel objet est crée. Sinon, null est renvoyé