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.]
Exécute le délégué spécifié en arrière plan dans un nouveau thread
Espace de nom : Developpez.Dotnet.ThreadingAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static void ExecuteBackground( ThreadStart method, string description ) |
Visual Basic (Déclaration) |
---|
Public Shared Sub ExecuteBackground ( _ method As ThreadStart, _ description As String _ ) |
Visual C++ |
---|
public: static void ExecuteBackground( ThreadStart^ method, String^ description ) |
Paramètres
- method
- Type: System.Threading..::..ThreadStart
Délégué à exécuter en arrière plan
- description
- Type: System..::..String
Description du thread crée