Event Receivers

The Event Receiver component is used on the client to enable receiving callback events from the server.

Depending on the channel type, this will be done by regularly polling the server for new events or, if the channel supports active sending of events, by simply awaiting events to be sent from the server.

Implementations

See Also