ITestSuiteBase.Refresh Method (Boolean)
Updates any suites in the suite hierarchy, optionally forcing the update whether or not they are out of date.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub Refresh ( _
force As Boolean _
)
void Refresh(
bool force
)
void Refresh(
bool force
)
abstract Refresh :
force:bool -> unit
function Refresh(
force : boolean
)
Parameters
force
Type: Booleantrue to force the update whether or not any suites are out of date.
.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.