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 Member Functions | Static Public Member Functions | List of all members
pplx::details::_ContextCallback Class Reference
Inheritance diagram for pplx::details::_ContextCallback:
pplx::task_continuation_context

Public Member Functions

 _ContextCallback (bool=false)
 
 _ContextCallback (const _ContextCallback &)
 
 _ContextCallback (_ContextCallback &&)
 
_ContextCallbackoperator= (const _ContextCallback &)
 
_ContextCallbackoperator= (_ContextCallback &&)
 
bool _HasCapturedContext () const
 
void _Resolve (bool) const
 
void _CallInContext (_CallbackFunction _Func) const
 
bool operator== (const _ContextCallback &) const
 
bool operator!= (const _ContextCallback &) const
 

Static Public Member Functions

static _ContextCallback _CaptureCurrent ()
 

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