Click or drag to resize

Receiver Class

Receives messages from Broadcaster of other (local) processes. Please, consider all received messages as UNTRUSTED.
Inheritance Hierarchy
SystemObject
  MicaSystems.BroadcastingReceiver

Namespace:  MicaSystems.Broadcasting
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static class Receiver

The Receiver type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSubscribe
Subscribes to messages addressed to the specified receiver identifier.
Public methodStatic memberSubscribeAll
Subscribes to all messages.
Public methodStatic memberSubscribeGlobal
Subscribes to global messages (not addressed to a specific receiver).
Public methodStatic memberSubscribeSpecific
Subscribes to messages of specific broadcasters.
Top
See Also