Click or drag to resize
MessageManagerDispatchNormalMessage Method (String, String, Boolean, Boolean, Object)
Dispatches a normal message with the values specified

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MessageReporting
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public NormalMessage DispatchNormalMessage(
	string source,
	string messageText,
	bool containsErrorInformation,
	bool isVerboseInformation,
	params Object[] messageTextArgs
)

Parameters

source
Type: SystemString
The source.
messageText
Type: SystemString
The message text.
containsErrorInformation
Type: SystemBoolean
if set to true flags the message as a message which contains error information.
isVerboseInformation
Type: SystemBoolean
if set to true flags the message as a message which contains verbose information.
messageTextArgs
Type: SystemObject
The message text args.

Return Value

Type: NormalMessage
the message dispatched
See Also