Allows tests to be run in a new thread, allowing you to take advantage of ApartmentState and ThreadPriority settings in the config file.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property TestInNewThread As Boolean |
| C# |
|---|
| public bool TestInNewThread { get; set; } |
| C++ |
|---|
| public property bool TestInNewThread sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_TestInNewThread(); /** property */ public void set_TestInNewThread(bool value); |
| JScript |
|---|
| public function get TestInNewThread() : bool public function set TestInNewThread(value : bool); |
See Also
Documentation version 1.0.0.0.