DVTk API
HandleWarningOutputEvent Method (thread, text)
DVTkDvtkHighLevelInterface.Common.UserInterfacesHliConsoleHandleWarningOutputEvent(Thread, String)
DVTk API

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

Handle a warning output event from a Thread by writing it to the console.
Declaration Syntax
C#Visual BasicVisual C++
protected void HandleWarningOutputEvent(
	Thread thread,
	string text
)
Protected Sub HandleWarningOutputEvent ( _
	thread As Thread, _
	text As String _
)
protected:
void HandleWarningOutputEvent(
	Thread^ thread, 
	String^ text
)
Parameters
thread (Thread)
The Thread that generated the output event.
text (String)
The text from the output event.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0