Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reloads the policies and evaluates the policies for the current list of pending changes.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function ReloadAndEvaluate As PolicyFailure()
public PolicyFailure[] ReloadAndEvaluate()
public:
array<PolicyFailure^>^ ReloadAndEvaluate()
member ReloadAndEvaluate : unit -> PolicyFailure[]
public function ReloadAndEvaluate() : PolicyFailure[]
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PolicyFailure[]
The array of failures that occurred during evaluation.
.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.