MessageManagerDispatchNormalMessage Method (String, String, 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,
params Object[] messageTextArgs
)
Public Function DispatchNormalMessage (
source As String,
messageText As String,
ParamArray messageTextArgs As Object()
) As NormalMessage
Parameters
- source
- Type: SystemString
The source. - messageText
- Type: SystemString
The message text. - messageTextArgs
- Type: SystemObject
The message text args.
Return Value
Type:
NormalMessagethe message dispatched
See Also