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.IBuildServiceHost- The 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.