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
Public method CreateConnectedService Creates a new Connected Service associated to the team project.
Public method DeleteConnectedService Deletes a connected service
Public method DoesConnectedServiceExist
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetConnectedService Get all of the data for a particular connected service
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method QueryConnectedServices List of connected services associated with the project
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.Framework.Client Namespace