Click or drag to resize

ReceiverSubscribeAll Method

Subscribes to all messages.

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

Parameters

callback
Type: MicaSystems.BroadcastingReceiveMessageMethod
The method called when a message is received.
identifier (Optional)
Type: SystemString
The receiver identifier.
See Also