This topic has not yet been rated - Rate this topic

TfsConnection.GetService Method (Type)

Gets the requested service.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public virtual Object GetService(
	Type serviceType
)

Parameters

serviceType
Type: Type

The type of service to retrieve.

Return Value

Type: Object
An instance of the service that is requested if it could be found, or a null reference if it could not be found.

Implements

IServiceProvider.GetService(Type)
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.