This documentation is archived and is not being maintained.

BuildServiceHostProcess Class

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

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

'Declaration
Public NotInheritable Class BuildServiceHostProcess

The BuildServiceHostProcess type exposes the following members.

  NameDescription
Public methodStatic memberGetStatusGet windows service status or its reasonable analog for an interactive service.
Public methodStatic memberStartStart TFSBuildServiceHost either as a windows service or as an interactive process.
Public methodStatic memberStop(TimeSpan, String)Stops Windows service/an interactive process.
Public methodStatic memberStop(TimeSpan, Boolean, String)Stops Windows service/an interactive process.
Public methodStatic memberTryCreateRequestShutdownWaitHandle
Public methodStatic memberTryOpenRequestShutdownWaitHandle
Top

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