Click or drag to resize

MessageManager.DispatchMessage Method (CorrectableMessage)

Dispatches the message specified. This leads to the message being added to the list of correctable messages.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MessageReporting
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public void DispatchMessage(
	CorrectableMessage message
)

Parameters

message
Type: SD.LLBLGen.Pro.ApplicationCore.MessageReporting.CorrectableMessage
The message.
See Also