PluginBaseCreateAndDispatchNormalMessage Method  | 
 
            Creates a new normal message which is dispatched directly
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Extensibility
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxprotected void CreateAndDispatchNormalMessage(
	string messageText,
	params string[] messageTextArgs
)
Protected Sub CreateAndDispatchNormalMessage ( 
	messageText As String,
	ParamArray messageTextArgs As String()
)
Parameters
- messageText
 - Type: SystemString
The message text for the correctable message. - messageTextArgs
 - Type: SystemString
The message text args. 
See Also