This documentation is archived and is not being maintained.
TeamFoundationConnectionService Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Server.Core.Location
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
'Declaration <TeamFoundationServiceDependency(GetType(TeamFoundationCatalogService))> _ <TeamFoundationServiceDependency(GetType(TeamFoundationLocationService))> _ <TeamFoundationServiceDependency(GetType(TeamFoundationIdentityService))> _ <TeamFoundationServiceDependency(GetType(TeamFoundationMailService))> _ Public NotInheritable Class TeamFoundationConnectionService _ Implements ITeamFoundationService
The TeamFoundationConnectionService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Connect | Provides the client with all of the information they need to know in order to work with the TeamFoundationConnection object. Properties of ConnectionData that do not have a corresponding entries in connectOptions cost very little to calculate and will be returned every type. If no changes have occured since lastChangeId, no service data will be returned. If this is the first time this method is being called or the caller wants all of the information returned then -1 should be passed for lastChangeId. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLocationServiceData | Queries the location service for the needed service data. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ITeamFoundationService.ServiceEnd | Perform clean up steps |
![]() ![]() | ITeamFoundationService.ServiceStart | Perform start up steps |
Show:
