System::Threading::Tasks::Delay मेथड
System::Threading::Tasks::Delay(int32_t) method
समय विलंब के बाद पूरा होने वाला टास्क बनाता है।
TaskPtr System::Threading::Tasks::Delay(int32_t millisecondsDelay)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| millisecondsDelay | int32_t | वापसी किए गए टास्क को पूरा करने से पहले प्रतीक्षा करने के लिए मिलीसेकंड की संख्या, या अनिश्चितकाल तक प्रतीक्षा करने के लिए -1। |
ReturnValue
समय विलंब को दर्शाने वाला टास्क।
संबंधित देखें
- Typedef TaskPtr
- Namespace System::Threading::Tasks
- Library Aspose.Page for C++
System::Threading::Tasks::Delay(int32_t, const CancellationToken&) method
TaskPtr System::Threading::Tasks::Delay(int32_t millisecondsDelay, const CancellationToken &cancellationToken)
संबंधित देखें
- Typedef TaskPtr
- Class CancellationToken
- Namespace System::Threading::Tasks
- Library Aspose.Page for C++