This documentation is archived and is not being maintained.

TfsConfigurationServer::GetServiceInstance Method

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.

Return Value

Type: System::Object
The base service instance.

Show: