TestApplication.RunAsync Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Runs the test application asynchronously.
C#
public System.Threading.Tasks.Task<int> RunAsync ();
abstract member RunAsync : unit -> System.Threading.Tasks.Task<int>
override this.RunAsync : unit -> System.Threading.Tasks.Task<int>
Public Function RunAsync () As Task(Of Integer)
The exit code of the test application.
產品 | 版本 |
---|---|
Microsoft Testing Platform | 1.0.2, 1.1.0, 1.2.1, 1.3.2, 1.4.3, 1.5.3, 1.6.0 |