Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Méthodes actuellement en cours d'exécution, avec un pool pour le perf counter
afin d'éviter d'en créer un nombre infini
Namespace:
Developpez.DotnetAssembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected virtual Dictionary<IMethodCallMessage, ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem> RunningMethods { get; private set; } |
Visual Basic (Declaration) |
---|
Protected Overridable Property RunningMethods As Dictionary(Of IMethodCallMessage, ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem) |
Visual C++ |
---|
protected: virtual property Dictionary<IMethodCallMessage^, ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem^>^ RunningMethods { Dictionary<IMethodCallMessage^, ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem^>^ get (); void set (Dictionary<IMethodCallMessage^, ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem^>^ value); } |