This documentation is archived and is not being maintained.
TfsConfigurationServer::GetServiceInstance Method
Visual Studio 2013
Gets the base service instance of the specified service.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
protected: virtual Object^ GetServiceInstance( Type^ serviceType, Object^ serviceInstance ) override
Parameters
- serviceType
- Type: System::Type
The type of the service.
- serviceInstance
- Type: System::Object
The service instance for which the base instance is desired.
- 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.
Show: