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.]
Démarre une nouvelle AutoStopwatch avec l'action indiquée
Espace de nom : Developpez.Dotnet.DiagnosticsAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static AutoStopwatch StartNew( Action<TimeSpan> action ) |
Visual Basic (Déclaration) |
---|
Public Shared Function StartNew ( _ action As Action(Of TimeSpan) _ ) As AutoStopwatch |
Visual C++ |
---|
public: static AutoStopwatch^ StartNew( Action<TimeSpan>^ action ) |
Paramètres
- action
- Type: System..::..Action<(Of <(<'TimeSpan>)>)>
Action a exécuter quand le traitement est terminé (prend en paramètre le temps écoulé)