Broadcasts a message to all applications in all AppDomains.

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public static void BroadcastMessage(
	Object sender,
	string message,
	Object[] args
)

Parameters

sender
Type: System..::..Object
Object sending the message.
message
Type: System..::..String
Message being sent.
args
Type: array<System..::..Object>[]()[][]
Array of arguments to send.

See Also