Inbound Event Provider
- Last UpdatedJun 10, 2024
- 1 minute read
Inbound event providers are loaded inside the Engine itself and will wait for events. All event providers configured in SKAddInProviders table with type 'EventHost' are loaded in the Engine and all Event Ports of each provider will be started listening for events. When an event receives, each event provider should call Client.RaiseEvent method.
The following figure shows the Inbound event provider Class and Interfaces:
