AbstractMsgManager ProcessMessage Method (String, String, String)CleanCode C# Libraries v1.2.03 API
Processes the message into the target Control.

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

protected abstract void ProcessMessage(
	string message,
	string prefix,
	string wholeMessage
)
Remarks

Any call to Message(String), Error(String), or Warning(String) ultimately calls this routine if queuing is not enabled. This method must be implemented by each subclass.
See Also