This is the complete list of members for xtd::threading::timer, including all inherited members.
| change(int32 due_time, int32 period) | xtd::threading::timer | |
| change(int64 due_time, int64 period) | xtd::threading::timer | |
| change(const time_span &due_time, const time_span &period) | xtd::threading::timer | |
| change(uint32 due_time, uint32 period) | xtd::threading::timer | |
| close() | xtd::threading::timer | |
| equals(const object &obj) const noexcept | xtd::object | |
| equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
| get_hash_code() const noexcept | xtd::object | virtual |
| get_type() const noexcept | xtd::object | virtual |
| memberwise_clone() const noexcept | xtd::object | inline |
| object()=default | xtd::object | |
| reference_equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
| timer(const timer_callback &callback) | xtd::threading::timer | explicit |
| timer(const timer_callback &callback, int32 due_time, int32 period) | xtd::threading::timer | |
| timer(const timer_callback &callback, int64 due_time, int64 period) | xtd::threading::timer | |
| timer(const timer_callback &callback, const time_span &due_time, const time_span &period) | xtd::threading::timer | |
| timer(const timer_callback &callback, uint32 due_time, uint32 period) | xtd::threading::timer | |
| timer(const timer_callback &callback, std::any state, int32 due_time, int32 period) | xtd::threading::timer | |
| timer(const timer_callback &callback, std::any state, int64 due_time, int64 period) | xtd::threading::timer | |
| timer(const timer_callback &callback, std::any state, const time_span &due_time, const time_span &period) | xtd::threading::timer | |
| timer(const timer_callback &callback, std::any state, uint32 due_time, uint32 period) | xtd::threading::timer | |
| to_string() const noexcept | xtd::object | virtual |