TextBoxMsgManager ProcessQueuedMessages Method CleanCode C# Libraries v1.2.03 API
Processes the queued message after queuing is deactivated.

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

protected override void ProcessQueuedMessages(
	List<string> queue
)

Parameters

queue
Type: OnlineSystem.Collections.Generic List OnlineString 
The queue to process.
Remarks

Any collected messages will be immediately output to the TextBox en masse, and the TextBox will be scrolled to show the last one.
See Also