Click or drag to resize
MessageManagerDispatchMessage 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.0.0.0 (5.0.0)
Syntax
public void DispatchMessage(
	CorrectableMessage message
)

Parameters

message
Type: SD.LLBLGen.Pro.ApplicationCore.MessageReportingCorrectableMessage
The message.
See Also