AbstractMsgManager
StartQueuing Method
CleanCode C# Libraries v1.2.03 API
Starts queuing.
Namespace:
CleanCode.Forms
Assembly:
CleanCode
(in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
void
StartQueuing
()
public void StartQueuing()
Public
Sub
StartQueuing
Public Sub StartQueuing
public
:
void
StartQueuing
()
public: void StartQueuing()
Remarks
Any messages received after this is invoked will be collected and will not be added to the TextBox until
StopQueuing
is invoked to resume output.
See Also
AbstractMsgManager Class
AbstractMsgManager Members
CleanCode.Forms Namespace