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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDynamicTestSuiteBase Interface