Microsoft Azure Storage Client Library for C++  7.5.0
The Microsoft Azure Storage Client Library for C++ is a library for working with the Azure Storage Services in C++.
Public Member Functions | List of all members
azure::storage::core::timer_handler Class Reference

Used for internal logic of timer handling, including timer creation, deletion and cancellation More...

Inheritance diagram for azure::storage::core::timer_handler:

Public Member Functions

WASTORAGE_API timer_handler (const pplx::cancellation_token &token)
 
WASTORAGE_API void start_timer (const std::chrono::milliseconds &time)
 
WASTORAGE_API void stop_timer ()
 
bool timer_started () const
 
pplx::cancellation_token get_cancellation_token () const
 
bool is_canceled () const
 
bool is_canceled_by_timeout () const
 

Detailed Description

Used for internal logic of timer handling, including timer creation, deletion and cancellation