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
- 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
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace