Share via


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

'Declaration
Sub Repopulate
void Repopulate()
void Repopulate()
abstract Repopulate : unit -> unit
function Repopulate()

Remarks

The suite is periodically repopulated by the server automatically, but this method can force an immediate re-query.

.NET Framework Security

See Also

Reference

IDynamicTestSuiteBase Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

IDynamicTestSuite