Click or drag to resize

Receiver.SubscribeGlobal Method

Subscribes to global messages (not addressed to a specific receiver).

Namespace:  MicaSystems.Broadcasting
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static void SubscribeGlobal(
	ReceiveMessageMethod callback,
	string identifier = null
)

Parameters

callback
Type: MicaSystems.Broadcasting.ReceiveMessageMethod
The method called when a message is received.
identifier (Optional)
Type: System.String
The receiver identifier.
See Also