[This is preliminary documentation and is subject to change.]
Add a write action to the action queue.
| C# | Visual Basic | Visual 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 )
- identifier (String)
- The identifier of the Thread.
- text (String)
- The text to log.
- color (Color)
- The color of the text to log.