Click or drag to resize

MessageManagerSend Method

Sends a message to all message subscribers

Namespace:  Cauldron
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static IEnumerable<Object> Send(
	MessagingArgs args
)

Parameters

args
Type: CauldronMessagingArgs
The argument of the message

Return Value

Type: IEnumerableObject
A collection of listeners that subscribed to this message
Exceptions
ExceptionCondition
ArgumentNullExceptionargs is null
See Also