This is the complete list of members for xtd::threading::event_wait_handle, including all inherited members.
abstract_object()=default | xtd::abstract_object | protected |
close() override | xtd::threading::event_wait_handle | virtual |
compare_to(const event_wait_handle &value) const noexcept override (defined in xtd::threading::event_wait_handle) | xtd::threading::event_wait_handle | |
icomparable< event_wait_handle >::compare_to(const event_wait_handle &obj) const noexcept=0 | xtd::icomparable< event_wait_handle > | pure virtual |
equals(const event_wait_handle &value) const noexcept override (defined in xtd::threading::event_wait_handle) | xtd::threading::event_wait_handle | |
equals(const object &obj) const noexcept | xtd::threading::event_wait_handle | virtual |
equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::threading::event_wait_handle | inlinestatic |
iequatable< event_wait_handle >::equals(const event_wait_handle &) const noexcept=0 | xtd::iequatable< event_wait_handle > | pure virtual |
event_wait_handle() (defined in xtd::threading::event_wait_handle) | xtd::threading::event_wait_handle | |
event_wait_handle(bool initial_state) | xtd::threading::event_wait_handle | explicit |
event_wait_handle(const string &name) | xtd::threading::event_wait_handle | explicit |
event_wait_handle(const string &name, bool &created_new) | xtd::threading::event_wait_handle | |
event_wait_handle(bool initial_state, const string &name) | xtd::threading::event_wait_handle | |
event_wait_handle(bool initial_state, const string &name, bool &created_new) | xtd::threading::event_wait_handle | |
event_wait_handle(bool initial_state, event_reset_mode mode) | xtd::threading::event_wait_handle | |
event_wait_handle(bool initial_state, event_reset_mode mode, const string &name) | xtd::threading::event_wait_handle | |
event_wait_handle(bool initial_state, event_reset_mode mode, const string &name, bool &created_new) | xtd::threading::event_wait_handle | |
get_hash_code() const noexcept | xtd::object | virtual |
get_type() const noexcept | xtd::object | virtual |
handle() const noexcept override | xtd::threading::event_wait_handle | virtual |
handle(intptr value) override | xtd::threading::event_wait_handle | virtual |
invalid_handle | xtd::threading::wait_handle | static |
memberwise_clone() const | xtd::object | inline |
object()=default | xtd::object | |
open_existing(const string &name) | xtd::threading::event_wait_handle | static |
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
reset() | xtd::threading::event_wait_handle | |
set() | xtd::threading::event_wait_handle | |
signal() override | xtd::threading::event_wait_handle | protectedvirtual |
signal_and_wait(wait_handle &to_signal, wait_handle &to_wait) | xtd::threading::wait_handle | static |
signal_and_wait(wait_handle &to_signal, wait_handle &to_wait, int32 milliseconds_timeout) | xtd::threading::wait_handle | static |
signal_and_wait(wait_handle &to_signal, wait_handle &to_wait, const time_span &timeout) | xtd::threading::wait_handle | static |
to_string() const noexcept | xtd::object | virtual |
try_open_existing(const string &name, event_wait_handle &result) noexcept | xtd::threading::event_wait_handle | static |
wait(int32 milliseconds_timeout) override | xtd::threading::event_wait_handle | protectedvirtual |
wait_all(const collection_t &wait_handles) | xtd::threading::wait_handle | inlinestatic |
wait_all(const collection_t &wait_handles, int32 milliseconds_timeout) | xtd::threading::wait_handle | inlinestatic |
wait_all(const collection_t &wait_handles, const time_span &timeout) | xtd::threading::wait_handle | inlinestatic |
wait_any(const collection_t &wait_handles) | xtd::threading::wait_handle | inlinestatic |
wait_any(const collection_t &wait_handles, int32 milliseconds_timeout) | xtd::threading::wait_handle | inlinestatic |
wait_any(const collection_t &wait_handles, const time_span &timeout) | xtd::threading::wait_handle | inlinestatic |
wait_handle()=default | xtd::threading::wait_handle | |
wait_one() | xtd::threading::wait_handle | virtual |
wait_one(int32 milliseconds_timeout) | xtd::threading::wait_handle | virtual |
wait_one(const time_span &timeout) | xtd::threading::wait_handle | virtual |
wait_timeout | xtd::threading::wait_handle | static |