Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Exécute le travail

Espace de nom : Developpez.Dotnet.Threading
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
protected virtual void ExecuteWork(
	IEnumerable<T> objects,
	ThreadedWorker<(Of <(<'T>)>)>..::..CallBackMethod callback
)
Visual Basic (Déclaration)
Protected Overridable Sub ExecuteWork ( _
	objects As IEnumerable(Of T), _
	callback As ThreadedWorker<(Of <(<'T>)>)>..::..CallBackMethod _
)
Visual C++
protected:
virtual void ExecuteWork(
	IEnumerable<T>^ objects, 
	ThreadedWorker<(Of <(<'T>)>)>..::..CallBackMethod^ callback
)

Paramètres

objects
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
Collection d'objets sur lesquels exécuter le travail
callback
Type: Developpez.Dotnet.Threading..::..ThreadedWorker<(Of <(<'T>)>)>..::..CallBackMethod
Méthode de callback qui effectue le travail

Voir aussi