Click or drag to resize

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)
Syntax
public void DispatchLogNodesAsNormalMessages(
	LogNode rootNode,
	string source,
	string description,
	bool dispatchAsOneMessage = 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