0 out of 3 rated this helpful - Rate this topic

TfsConnection::GetService<T> Method

Gets the requested service.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public:
generic<typename T>
virtual T GetService()

Type Parameters

T

The type of service to retrieve.

Return Value

Type: T
An instance of the service that is requested if it could be found, or a null reference if it could not be found.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.