Unsubscribes from the skeleton counterpart of this proxy-side event.
Syntax
template <…>
void amsr::socal::r20_11::events::ProxyEvent<…>::Unsubscribe()
Returns
void
Precondition
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 : FALSE (subscription state is reported asynchronously)