Click or drag to resize

BroadcasterSendMessage Method

Sends a message to all Receiver listening on this computer.

Namespace:  MicaSystems.Broadcasting
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static void SendMessage(
	Message message,
	ReceiveMessageMethod answerCallback = null
)

Parameters

message
Type: MicaSystems.BroadcastingMessage
The message.
answerCallback (Optional)
Type: MicaSystems.BroadcastingReceiveMessageMethod
The answer callback. If set, the receiver will be able to send a response targeting that specific callback.
See Also