ITestPlanCollection.RefreshStatistics Method ()

 

Refreshes the statistics on all plans, test runs, and test plans in this collection.

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

Syntax

void RefreshStatistics()
void RefreshStatistics()
abstract RefreshStatistics : unit -> unit
Sub RefreshStatistics

Remarks

This method is faster and uses fewer resources than the Refresh method.

See Also

Refresh
ITestPlanCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top