BuildService.EvaluateSchedules Method

This method does nothing currently.

Its purpose is to keep the BuildService webservice alive.

It is called periodically—every 10 minutes—by the TFSServerScheduler service.

Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub EvaluateSchedules
[WebMethodAttribute]
public void EvaluateSchedules()
[WebMethodAttribute]
public:
void EvaluateSchedules()
[<WebMethodAttribute>]
member EvaluateSchedules : unit -> unit
public function EvaluateSchedules()

.NET Framework Security

See Also

Reference

BuildService Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace