ApplicationServiceHost.GetServiceHost Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetServiceHost ( _
instanceId As Guid _
) As TeamFoundationServiceHost
public TeamFoundationServiceHost GetServiceHost(
Guid instanceId
)
public:
TeamFoundationServiceHost^ GetServiceHost(
Guid instanceId
)
member GetServiceHost :
instanceId:Guid -> TeamFoundationServiceHost
public function GetServiceHost(
instanceId : Guid
) : TeamFoundationServiceHost
Parameters
- instanceId
Type: System.Guid
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationServiceHost
.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.