Base Framework
Public Member Functions | List of all members
AsynchronousWriteEventListener Class Referenceabstract

Event listener for asynchronous write operations. More...

#include <base/io/async/AsynchronousWriteEventListener.h>

Inherits DynamicObject.

Public Member Functions

virtual void asynchronousCompletion (const AsynchronousWriteCompletion &completion) noexcept=0
 
- Public Member Functions inherited from DynamicObject
 DynamicObject () noexcept
 
bool isValidObject () const noexcept
 
virtual ~DynamicObject () noexcept(false)
 
 _COM_AZURE_DEV__BASE__OVERRIDE_ALLOC ()
 

Detailed Description

Event listener for asynchronous write operations.

See also
AsynchronousWriteCompletion
Version
1.0