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.]
Initialise une nouvelle instance de tâche à effectuer
Espace de nom : Developpez.Dotnet.ThreadingAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public WorkItem( T item, ThreadedWorker<(Of <(<'T>)>)>..::..CallBackMethod method ) |
Visual Basic (Déclaration) |
---|
Public Sub New ( _ item As T, _ method As ThreadedWorker<(Of <(<'T>)>)>..::..CallBackMethod _ ) |
Visual C++ |
---|
public: WorkItem( T item, ThreadedWorker<(Of <(<'T>)>)>..::..CallBackMethod^ method ) |
Paramètres
- item
- Type: T
Tâche
- method
- Type: Developpez.Dotnet.Threading..::..ThreadedWorker<(Of <(<'T>)>)>..::..CallBackMethod
Méthode à appeler