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 लौटाता है।

संबंधित देखें