This topic has not yet been rated - Rate this topic

TestContext.EndTimer Method

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 abstract void EndTimer(
	string timerName
)

Parameters

timerName
Type: String

The name of the timer to end.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.