IEventHub
Provides events for the further processing of modifications in onion.net.
The onion.net Client API stands out for its event-controlled caching. Only current contents are cached. Only out-of-date content or content no longer required is removed from the cache.
So that this functionality can also be used by components, this interface offers various events for responding to modifications in the data, ChangeSet, schema and user management.
All events are generated after execution of the action. This means that the component is not given an event before execution and can decide in this event whether the action can be carried out or not.
Events
Methods
Method | Description |
---|---|
AcquireIntermission():Void | Interrupts the event stream for the Client API. |
ReleaseIntermission():Void | Resumes the activity for the event stream for the Client API. |