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.
|
This interface provides the necessary callbacks for completion events. More...
#include <fileio.h>
Public Member Functions | |
virtual void | on_opened (_In_ details::_file_info *) |
virtual void | on_closed () |
virtual void | on_error (const std::exception_ptr &) |
virtual void | on_completed (size_t) |
This interface provides the necessary callbacks for completion events.