Deregister event receive handler.
Called from user thread or from event-handler thread.
Syntax
template <…>
void amsr::socal::r20_11::events::ProxyEvent<…>::UnsetReceiveHandler()
Returns
void
Precondition
- Subscribe() has not been called or Unsubscribe() has been called.
- This API should not be called if any user-defined mutex is locked inside
EventReceiveHandler
and the thread from where this API is called.
Thread-safety, Reentrance, Result Delivery
- Threadsafe : FALSE for same class instance, TRUE for different instances
- Reentrant : FALSE for same class instance, TRUE for different instances
- Synchronous : TRUE