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 | |
_ContextCallback (bool=false) | |
_ContextCallback (const _ContextCallback &) | |
_ContextCallback (_ContextCallback &&) | |
_ContextCallback & | operator= (const _ContextCallback &) |
_ContextCallback & | operator= (_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 () |