DVTk API
AddWriteActionToQueue Method (identifier, text, color)
DVTkDvtkHighLevelInterface.Common.UserInterfacesUserControlActivityLoggingAddWriteActionToQueue(String, String, Color)
DVTk API

[This is preliminary documentation and is subject to change.]

Add a write action to the action queue.
Declaration Syntax
C#Visual BasicVisual C++
public void AddWriteActionToQueue(
	string identifier,
	string text,
	Color color
)
Public Sub AddWriteActionToQueue ( _
	identifier As String, _
	text As String, _
	color As Color _
)
public:
void AddWriteActionToQueue(
	String^ identifier, 
	String^ text, 
	Color color
)
Parameters
identifier (String)
The identifier of the Thread.
text (String)
The text to log.
color (Color)
The color of the text to log.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0