ITestHostHandle.Terminate Method
Definition
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.
Terminates the test host. The platform calls this for best-effort teardown (for example when hang dump decides to abort the run).
public void Terminate();
abstract member Terminate : unit -> unit
Public Sub Terminate ()