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)
Syntax
bool Refresh(
DateTime lastUpdated
)
bool Refresh(
DateTime lastUpdated
)
abstract Refresh :
lastUpdated:DateTime -> bool
Function Refresh (
lastUpdated As Date
) As Boolean
Parameters
lastUpdated
Type: System.DateTimeTimestamp to compare the test run with
Return Value
Type: System.Boolean
See Also
Refresh Overload
ITestRun Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top