Processes the message into the target Control.
Namespace: CleanCode.FormsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
protected abstract void ProcessMessage(
string message,
string prefix,
string wholeMessage
)
protected abstract void ProcessMessage(
string message,
string prefix,
string wholeMessage
)
Protected MustOverride Sub ProcessMessage ( _
message As String, _
prefix As String, _
wholeMessage As String _
)
Protected MustOverride Sub ProcessMessage ( _
message As String, _
prefix As String, _
wholeMessage As String _
)
protected:
virtual void ProcessMessage(
String^ message,
String^ prefix,
String^ wholeMessage
) abstract
protected:
virtual void ProcessMessage(
String^ message,
String^ prefix,
String^ wholeMessage
) abstract
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.