Updates the service host definition using the provided properties.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub UpdateServiceHost ( _
    requestContext As TeamFoundationRequestContext, _
    hostProperties As TeamFoundationServiceHostProperties _
)
void UpdateServiceHost(
    TeamFoundationRequestContext requestContext,
    TeamFoundationServiceHostProperties hostProperties
)
void UpdateServiceHost(
    TeamFoundationRequestContext^ requestContext, 
    TeamFoundationServiceHostProperties^ hostProperties
)
abstract UpdateServiceHost : 
        requestContext:TeamFoundationRequestContext * 
        hostProperties:TeamFoundationServiceHostProperties -> unit
function UpdateServiceHost(
    requestContext : TeamFoundationRequestContext, 
    hostProperties : TeamFoundationServiceHostProperties
)
Parameters
- requestContext 
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext- The request context 
- hostProperties 
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationServiceHostProperties- The properties which should be stored 
.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.