This documentation is archived and is not being maintained.

TeamFoundationConnectedServicesService Class

Visual Studio 2013

System.Object
  Microsoft.TeamFoundation.Server.Core.TeamFoundationConnectedServicesService

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationStrongBoxService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationIdentityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSecurityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationLockingService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationEventService))> _
<TeamFoundationServiceDependency(GetType(CommonStructureService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
Public NotInheritable Class TeamFoundationConnectedServicesService _
	Implements ITeamFoundationService

The TeamFoundationConnectedServicesService type exposes the following members.

  NameDescription
Public methodCreateConnectedServiceCreate a new connected service associated with this project.
Public methodDeleteConnectedServiceDeletes the associated connected service.
Public methodDoesConnectedServiceExistChecks if a connected service exists anywhere in the collection, if user has full permissions in specified project.
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetConnectedServiceGets all info (including secret) for one connected service.
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodQueryConnectedServicesQueries the connected services and returns a list of all connected services metadata (non-secret) associated with this project.
Public methodServiceEnd
Public methodServiceStart
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: