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.
Saves the service host changes to the server.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Sub SaveBuildServiceHost ( _
serviceHost As IBuildServiceHost _
)
void SaveBuildServiceHost(
IBuildServiceHost serviceHost
)
void SaveBuildServiceHost(
IBuildServiceHost^ serviceHost
)
abstract SaveBuildServiceHost :
serviceHost:IBuildServiceHost -> unit
function SaveBuildServiceHost(
serviceHost : IBuildServiceHost
)
Parameters
serviceHost
Type: Microsoft.TeamFoundation.Build.Client.IBuildServiceHostThe service host to save.
.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.