Assembly: System;
Namespace: Prognoz.Platform.Interop.ForeSystem;
The Broadcast class implements an object that is used to exchange messages between desktop and web applications.
| Method name | Brief description | |
| AddHandler | The AddHandler method is used to subscribe to Broadcast messages. | |
| RemoveHandler | The RemoveHandler method cancels subscription to message sending for a group of users. | |
| Send | The Send method is used to send messages to a group of subscribers. |
See also: