xtd 0.2.0
Loading...
Searching...
No Matches

◆ unsubscribe()

template<typename type_t >
virtual void xtd::iobservable< type_t >::unsubscribe ( iobserver< type_t > &  observer)
pure virtualnoexcept

Notifies the provider that an observer no longer wants to receive notifications.

Parameters
observerThe object that no longer wants to receive notifications.
Examples
iobservable_iobserver.cpp.