Assembly: System;
Namespace: Prognoz.Platform.Interop.ForeSystem;
The IBroadcast interface contains methods that enable the user to implement message exchange between desktop and web applications.
| Method name | Brief description | |
| AddHandler | The AddHandler method is used to subscribe to Broadcast events. | |
| 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: