MessageManagerDispatchLogNodesAsNormalMessages Method  | 
 
            Dispatches the log nodes from the tree with root rootNode as normal messages.
            
 
    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 void DispatchLogNodesAsNormalMessages(
	LogNode rootNode,
	string source,
	string description,
	bool dispatchAsOneMessage = false
)
Public Sub DispatchLogNodesAsNormalMessages ( 
	rootNode As LogNode,
	source As String,
	description As String,
	Optional dispatchAsOneMessage As Boolean = false
)
Parameters
- rootNode
 - Type: SD.LLBLGen.Pro.Core.GeneralDataStructuresLogNode
The root node. - source
 - Type: SystemString
The source. - description
 - Type: SystemString
The description. - dispatchAsOneMessage (Optional)
 - Type: SystemBoolean
If true, the complete node tree will be dispatched as one message. 
See Also