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 | Friends | List of all members
pplx::details::_CancellationTokenRegistration Class Referenceabstract
Inheritance diagram for pplx::details::_CancellationTokenRegistration:
pplx::details::_RefCounter pplx::details::_CancellationTokenCallback< _Function > pplx::details::CancellationTokenRegistration_TaskProc

Public Member Functions

 _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 ()=0
 
- Protected Member Functions inherited from pplx::details::_RefCounter
virtual void _Destroy ()
 
 _RefCounter (long _InitialCount=1)
 

Friends

class _CancellationTokenState
 

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: