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.6.0.0 (5.6.19.0117)
Syntaxpublic NormalMessage DispatchNormalMessage(
	string source,
	string messageText,
	bool containsErrorInformation,
	bool isVerboseInformation,
	params Object[] messageTextArgs
)
Public Function DispatchNormalMessage ( 
	source As String,
	messageText As String,
	containsErrorInformation As Boolean,
	isVerboseInformation As Boolean,
	ParamArray messageTextArgs As Object()
) As NormalMessage
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: 
NormalMessagethe message dispatched
See Also