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 | List of all members
Concurrency::streams::details::_filestream_callback Class Reference

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)
 

Detailed Description

This interface provides the necessary callbacks for completion events.


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