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.
Gets the currently registered build service host for this computer.
Namespace: Microsoft.TeamFoundation.Build.Config
Assembly: Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
Public Shared Function GetCurrent As IBuildServiceHost
public static IBuildServiceHost GetCurrent()
public:
static IBuildServiceHost^ GetCurrent()
static member GetCurrent : unit -> IBuildServiceHost
public static function GetCurrent() : IBuildServiceHost
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildServiceHost
The [IBuildServiceHost] that is currently running on the computer, or null if no service host is registered.
.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.