Can a “publish and subscribe” mechanism be used between the Server and the Client?
Yes. In addition to using automation methods to communicate between the server and the client, as mentioned above, an exception can be raised that will be sent to the client. This allows the client to respond to server messages without having to poll the server across the network, reducing network traffic and increasing performance of both the server and the client.