Acrux.Threading
PostMessage Method (sender, messageId, message, notificationArgument)
NamespacesAcrux.Threading.NotificationsNotificationManagerPostMessage(Object, Byte, Object, Object)
Posts a message to all subscribers of the sender type.
Declaration Syntax
C#Visual BasicVisual C++
public static void PostMessage(
	Object sender,
	byte messageId,
	Object message,
	Object notificationArgument
)
Public Shared Sub PostMessage ( _
	sender As Object, _
	messageId As Byte, _
	message As Object, _
	notificationArgument As Object _
)
public:
static void PostMessage(
	Object^ sender, 
	unsigned char messageId, 
	Object^ message, 
	Object^ notificationArgument
)
Parameters
sender (Object)
The sender of the message. The type of the sender is used to find the subscribers
messageId (Byte)
A sender defined message number
message (Object)
The message to be sent to the subscribers in a form of an object instance.
notificationArgument (Object)
Optional argument that will also be sent to all subscribers.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the sender is null.

Assembly: Acrux.Threading (Module: Acrux.Threading) Version: 1.0.0.0 (1.0.0.35)