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 | Public Member Functions | Public Attributes | List of all members
pplx::details::_Task_completion_event_impl< _ResultType > Struct Template Reference

Public Types

typedef std::vector< typename _Task_ptr< _ResultType >::_Type > _TaskList
 

Public Member Functions

bool _HasUserException ()
 

Public Attributes

_TaskList _M_tasks
 
::pplx::extensibility::critical_section_t _M_taskListCritSec
 
_ResultHolder< _ResultType > _M_value
 
std::shared_ptr< _ExceptionHolder_M_exceptionHolder
 
bool _M_fHasValue
 
bool _M_fIsCanceled
 

The documentation for this struct was generated from the following file: