System::Threading::ThreadPoolImpl::QueueUserWorkItem-methode
ThreadPoolImpl::QueueUserWorkItem method
Voegt een werkitem toe aan de wachtrij.
bool System::Threading::ThreadPoolImpl::QueueUserWorkItem(WaitCallback callback, const System::SharedPtr<System::Object> &state)
| Parameter | Type | Beschrijving |
|---|---|---|
| callback | WaitCallback | Callback-functie om uit te voeren. |
| state | const System::SharedPtr<System::Object>& | Argument van de callback-functie. |
ReturnValue
Geeft altijd true terug.
Zie ook
- Typedef WaitCallback
- Typedef SharedPtr
- Class Object
- Class ThreadPoolImpl
- Namespace System::Threading
- Library Aspose.Page for C++