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.
|
This is the complete list of members for pplx::task_options, including all inherited members.
details::_get_internal_task_options (defined in pplx::task_options) | pplx::task_options | friend |
details::_get_internal_task_options (defined in pplx::task_options) | pplx::task_options | friend |
get_cancellation_token() const | pplx::task_options | inline |
get_continuation_context() const | pplx::task_options | inline |
get_scheduler() const | pplx::task_options | inline |
has_cancellation_token() const | pplx::task_options | inline |
has_scheduler() const | pplx::task_options | inline |
set_cancellation_token(cancellation_token _Token) | pplx::task_options | inline |
set_continuation_context(task_continuation_context _ContinuationContext) | pplx::task_options | inline |
task_options() | pplx::task_options | inline |
task_options(cancellation_token _Token) | pplx::task_options | inline |
task_options(task_continuation_context _ContinuationContext) | pplx::task_options | inline |
task_options(cancellation_token _Token, task_continuation_context _ContinuationContext) | pplx::task_options | inline |
task_options(std::shared_ptr< _SchedType > _Scheduler) | pplx::task_options | inline |
task_options(scheduler_interface &_Scheduler) | pplx::task_options | inline |
task_options(scheduler_ptr _Scheduler) | pplx::task_options | inline |
task_options(const task_options &_TaskOptions) | pplx::task_options | inline |