Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Initializes a new instance of the ThreadedWorker<(Of <(T>)>)..::.WorkItem class
Namespace:
Developpez.Dotnet.ThreadingAssembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public WorkItem( T item, ThreadedWorker<(Of <(T>)>)..::.CallBackMethod method ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ item As T, _ method As ThreadedWorker<(Of <(T>)>)..::.CallBackMethod _ ) |
Visual C++ |
---|
public: WorkItem( T item, ThreadedWorker<(Of <(T>)>)..::.CallBackMethod^ method ) |
Parameters
- item
- Type: T
[Missing <param name="item"/> documentation for "M:Developpez.Dotnet.Threading.ThreadedWorker`1.WorkItem.#ctor(`0,Developpez.Dotnet.Threading.ThreadedWorker{`0}.CallBackMethod)"]
- method
- Type: Developpez.Dotnet.Threading..::.ThreadedWorker<(Of <(T>)>)..::.CallBackMethod
[Missing <param name="method"/> documentation for "M:Developpez.Dotnet.Threading.ThreadedWorker`1.WorkItem.#ctor(`0,Developpez.Dotnet.Threading.ThreadedWorker{`0}.CallBackMethod)"]