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.

ITestRun::Refresh Method (DateTime)

 

Updates the test run with the new data from the server only if there exists a test run with newer timestamp than lastUpdated parameter Returns true if test run was updated with the new data and false otherwise

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

bool Refresh(
	DateTime lastUpdated
)

Parameters

lastUpdated
Type: System::DateTime

Timestamp to compare the test run with

Return Value

Type: System::Boolean

Return to top
Show: