Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestContext::EndTimer Method (String^)

 

When overridden in a derived class, ends a timer with the specified name.

Namespace:   Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

public:
virtual void EndTimer(
	String^ timerName
) abstract

Parameters

timerName
Type: System::String^

The name of the timer to end.

Return to top
Show: