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.]

Callback appelé pour effectuer les actions sur le type générique des arguments

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

Syntaxe

C#
public delegate void CallBackMethod(
	ThreadedWorker<T> caller,
	T currentObject
)
Visual Basic (Déclaration)
Public Delegate Sub CallBackMethod ( _
	caller As ThreadedWorker(Of T), _
	currentObject As T _
)
Visual C++
public delegate void CallBackMethod(
	ThreadedWorker<T>^ caller, 
	T currentObject
)

Paramètres

caller
Type: Developpez.Dotnet.Threading..::..ThreadedWorker<(Of <(<'T>)>)>
Objet TreadWorker ayant effectué l'appel"/>
currentObject
Type: T
Objet de travail actuel

Voir aussi