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

Namespace:  Developpez.Dotnet.Threading
Assembly:  Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected virtual void ExecuteWork(
	IEnumerable<T> objects,
	ThreadedWorker<(Of <(T>)>)..::.CallBackMethod callback
)
Visual Basic (Declaration)
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
)

Parameters

objects
Type: System.Collections.Generic..::.IEnumerable<(Of <(T>)>)

[Missing <param name="objects"/> documentation for "M:Developpez.Dotnet.Threading.ThreadedWorker`1.ExecuteWork(System.Collections.Generic.IEnumerable{`0},Developpez.Dotnet.Threading.ThreadedWorker{`0}.CallBackMethod)"]

callback
Type: Developpez.Dotnet.Threading..::.ThreadedWorker<(Of <(T>)>)..::.CallBackMethod

[Missing <param name="callback"/> documentation for "M:Developpez.Dotnet.Threading.ThreadedWorker`1.ExecuteWork(System.Collections.Generic.IEnumerable{`0},Developpez.Dotnet.Threading.ThreadedWorker{`0}.CallBackMethod)"]

See Also