Remove handler set by SetSubscriptionStateHandler().
Syntax
template <…>
void amsr::socal::r20_11::events::ProxyEvent<…>::UnsetSubscriptionStateHandler()
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