TeamFoundationServiceHost.RaisePropertiesChanged Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Sub RaisePropertiesChanged ( _
requestContext As TeamFoundationRequestContext, _
serviceHostProperties As TeamFoundationServiceHostProperties _
)
protected void RaisePropertiesChanged(
TeamFoundationRequestContext requestContext,
TeamFoundationServiceHostProperties serviceHostProperties
)
protected:
void RaisePropertiesChanged(
TeamFoundationRequestContext^ requestContext,
TeamFoundationServiceHostProperties^ serviceHostProperties
)
member RaisePropertiesChanged :
requestContext:TeamFoundationRequestContext *
serviceHostProperties:TeamFoundationServiceHostProperties -> unit
protected function RaisePropertiesChanged(
requestContext : TeamFoundationRequestContext,
serviceHostProperties : TeamFoundationServiceHostProperties
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- serviceHostProperties
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationServiceHostProperties
.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.