IDynamicTestSuiteBase.Repopulate Method ()
Adds suite entries that now match the query conditions on the server, and removes suite entries that no longer match query conditions on the server.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
void Repopulate()
void Repopulate()
abstract Repopulate : unit -> unit
Sub Repopulate
Remarks
The suite is periodically repopulated by the server automatically, but this method can force an immediate re-query.
See Also
IDynamicTestSuite
IDynamicTestSuiteBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top