ITeamProjectCollectionService Interface

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Interface ITeamProjectCollectionService _
    Inherits ITeamProjectCollectionServicing
public interface ITeamProjectCollectionService : ITeamProjectCollectionServicing
public interface class ITeamProjectCollectionService : ITeamProjectCollectionServicing
type ITeamProjectCollectionService =  
    interface
        interface ITeamProjectCollectionServicing
    end
public interface ITeamProjectCollectionService extends ITeamProjectCollectionServicing

The ITeamProjectCollectionService type exposes the following members.

Methods

  Name Description
Public method AddServicingOperation(Stream) (Inherited from ITeamProjectCollectionServicing.)
Public method AddServicingOperation(String, IEnumerable<String>, IEnumerable<String>) (Inherited from ITeamProjectCollectionServicing.)
Public method DeleteProject (Inherited from ITeamProjectCollectionServicing.)
Public method DeleteServicingOperation (Inherited from ITeamProjectCollectionServicing.)
Public method DeleteServicingResources (Inherited from ITeamProjectCollectionServicing.)
Public method DisableServicing(String) (Inherited from ITeamProjectCollectionServicing.)
Public method DisableServicing(String, String) (Inherited from ITeamProjectCollectionServicing.)
Public method EnableServicing (Inherited from ITeamProjectCollectionServicing.)
Public method GetCollection(Guid)
Public method GetCollection(Guid, ServiceHostFilterFlags)
Public method GetCollections()
Public method GetCollections(IEnumerable<Guid>)
Public method GetCollections(ServiceHostFilterFlags)
Public method GetCollections(IEnumerable<Guid>, ServiceHostFilterFlags)
Public method GetDefaultCollection
Public method GetServicingDetails (Inherited from ITeamProjectCollectionServicing.)
Public method GetServicingOperation (Inherited from ITeamProjectCollectionServicing.)
Public method GetServicingResources (Inherited from ITeamProjectCollectionServicing.)
Public method QueueAttachCollection(String, IDictionary<String, String>, Boolean) (Inherited from ITeamProjectCollectionServicing.)
Public method QueueAttachCollection(String, IDictionary<String, String>, Boolean, String, String, String) (Inherited from ITeamProjectCollectionServicing.)
Public method QueueAttachPreTfs2010Databases (Inherited from ITeamProjectCollectionServicing.)
Public method QueueCreateCollection(String, String, Boolean, String, TeamFoundationServiceHostStatus, IDictionary<String, String>) (Inherited from ITeamProjectCollectionServicing.)
Public method QueueCreateCollection(String, String, Boolean, String, TeamFoundationServiceHostStatus, IDictionary<String, String>, String, String, IDictionary<String, String>) (Inherited from ITeamProjectCollectionServicing.)
Public method QueueDeleteProject (Inherited from ITeamProjectCollectionServicing.)
Public method QueueDetachCollection(Guid, IDictionary<String, String>, String, String%) (Inherited from ITeamProjectCollectionServicing.)
Public method QueueDetachCollection(TeamProjectCollection, IDictionary<String, String>, String, String%) (Inherited from ITeamProjectCollectionServicing.)
Public method UpdateServicingOperation(Stream) (Inherited from ITeamProjectCollectionServicing.)
Public method UpdateServicingOperation(String, IEnumerable<String>, IEnumerable<String>) (Inherited from ITeamProjectCollectionServicing.)
Public method UpdateServicingResource(String, Stream) (Inherited from ITeamProjectCollectionServicing.)
Public method UpdateServicingResource(String, String) (Inherited from ITeamProjectCollectionServicing.)
Public method UpdateServicingStepGroups(IEnumerable<Stream>) (Inherited from ITeamProjectCollectionServicing.)
Public method UpdateServicingStepGroups(IEnumerable<String>) (Inherited from ITeamProjectCollectionServicing.)
Public method UpdateServicingStepGroups(IEnumerable<ServicingStepGroup>) (Inherited from ITeamProjectCollectionServicing.)
Public method WaitForCollectionServicingToComplete(ServicingJobDetail) (Inherited from ITeamProjectCollectionServicing.)
Public method WaitForCollectionServicingToComplete(ServicingJobDetail, TimeSpan) (Inherited from ITeamProjectCollectionServicing.)

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Client Namespace