![]() |
C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
|
Public Types | |
| typedef _TaskProcHandle | _TaskProcHandle_t |
Public Member Functions | |
| _TaskCollectionImpl (scheduler_ptr _PScheduler) | |
| void | _ScheduleTask (_TaskProcHandle_t *_PTaskHandle, _TaskInliningMode _InliningMode) |
| void | _Cancel () |
| void | _RunAndWait () |
| void | _Wait () |
| void | _Complete () |
| scheduler_ptr | _GetScheduler () const |
Static Public Member Functions | |
| static void | _RunTask (TaskProc_t _Proc, void *_Parameter, _TaskInliningMode _InliningMode) |
| static bool _pplx_cdecl | _Is_cancellation_requested () |
1.8.10