Broadcast

Assembly: System;

Description

The Broadcast class implements an object that is used to exchange messages between desktop and web applications.

Class object methods inherited from IBroadcast

  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:

System Assembly Classes