System::Threading::ThreadPoolImpl::QueueUserWorkItem मेथड
ThreadPoolImpl::QueueUserWorkItem method
वर्क आइटम को कतार में जोड़ता है।
bool System::Threading::ThreadPoolImpl::QueueUserWorkItem(WaitCallback callback, const System::SharedPtr<System::Object> &state)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कॉलबैक | WaitCallback | चलाने के लिए कॉलबैक फ़ंक्शन। |
| स्थिति | const System::SharedPtr<System::Object>& | कॉलबैक फ़ंक्शन का आर्ग्युमेंट। |
ReturnValue
हमेशा true लौटाता है।
संबंधित देखें
- Typedef WaitCallback
- Typedef SharedPtr
- Class Object
- Class ThreadPoolImpl
- Namespace System::Threading
- Library Aspose.Page for C++