ConnectedServicesService Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Client.ConnectedServicesService
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public NotInheritable Class ConnectedServicesService
public sealed class ConnectedServicesService
public ref class ConnectedServicesService sealed
[<Sealed>]
type ConnectedServicesService = class end
public final class ConnectedServicesService
The ConnectedServicesService type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateConnectedService | Creates a new Connected Service associated to the team project. | |
DeleteConnectedService | Deletes a connected service | |
DoesConnectedServiceExist | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetConnectedService | Get all of the data for a particular connected service | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
QueryConnectedServices | List of connected services associated with the project | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.