BuildServiceHostProcess Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Build.Config.BuildServiceHostProcess

Namespace:  Microsoft.TeamFoundation.Build.Config
Assembly:  Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)

Syntax

'Declaration
Public NotInheritable Class BuildServiceHostProcess
public static class BuildServiceHostProcess
public ref class BuildServiceHostProcess abstract sealed
[<AbstractClass>]
[<Sealed>]
type BuildServiceHostProcess =  class end
public final class BuildServiceHostProcess

The BuildServiceHostProcess type exposes the following members.

Methods

  Name Description
Public methodStatic member GetStatus Get windows service status or its reasonable analog for an interactive service.
Public methodStatic member Start Start TFSBuildServiceHost either as a windows service or as an interactive process.
Public methodStatic member Stop(TimeSpan, String%) Stops Windows service/an interactive process.
Public methodStatic member Stop(TimeSpan, Boolean, String%) Stops Windows service/an interactive process.
Public methodStatic member TryCreateRequestShutdownWaitHandle
Public methodStatic member TryOpenRequestShutdownWaitHandle

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Build.Config Namespace