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 | Protected Member Functions | List of all members
pplx::details::CancellationTokenRegistration_TaskProc Class Reference
Inheritance diagram for pplx::details::CancellationTokenRegistration_TaskProc:
pplx::details::_CancellationTokenRegistration pplx::details::_RefCounter

Public Member Functions

 CancellationTokenRegistration_TaskProc (TaskProc_t proc, _In_ void *pData, int initialRefs)
 
- Public Member Functions inherited from pplx::details::_CancellationTokenRegistration
 _CancellationTokenRegistration (long _InitialRefs=1)
 
_CancellationTokenState_GetToken () const
 
- Public Member Functions inherited from pplx::details::_RefCounter
long _Reference ()
 
long _Release ()
 

Protected Member Functions

virtual void _Exec ()
 
- Protected Member Functions inherited from pplx::details::_RefCounter
virtual void _Destroy ()
 
 _RefCounter (long _InitialCount=1)
 

Additional Inherited Members

- Protected Attributes inherited from pplx::details::_RefCounter
atomic_long _M_refCount
 

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