TeamProjectCollectionService Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.Alm.TeamProjectCollectionService

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationDatabaseSettings))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationServicingService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationHostManagementService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationCatalogService))> _
Public NotInheritable Class TeamProjectCollectionService _
    Implements ITeamFoundationService, IDisposable
[TeamFoundationServiceDependency(typeof(TeamFoundationDatabaseSettings))]
[TeamFoundationServiceDependency(typeof(TeamFoundationServicingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationCatalogService))]
public sealed class TeamProjectCollectionService : ITeamFoundationService, 
    IDisposable
[TeamFoundationServiceDependency(typeof(TeamFoundationDatabaseSettings))]
[TeamFoundationServiceDependency(typeof(TeamFoundationServicingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationCatalogService))]
public ref class TeamProjectCollectionService sealed : ITeamFoundationService, 
    IDisposable
[<Sealed>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationDatabaseSettings))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationServicingService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationCatalogService))>]
type TeamProjectCollectionService =  
    class 
        interface ITeamFoundationService 
        interface IDisposable 
    end
public final class TeamProjectCollectionService implements ITeamFoundationService, IDisposable

The TeamProjectCollectionService type exposes the following members.

Constructors

  Name Description
Public method TeamProjectCollectionService

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetCollectionProperties(TeamFoundationRequestContext, ServiceHostFilterFlags)
Public method GetCollectionProperties(TeamFoundationRequestContext, IList<Guid>, ServiceHostFilterFlags)
Public method GetCollectionProperties(TeamFoundationRequestContext, Guid, ServiceHostFilterFlags)
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 QueryApplicationInstanceNode
Public method QueryCollectionCatalogNode
Public method QueryCollectionCatalogNodes
Public method QueryCollectionCatalogResource
Public method QueryCollectionCatalogResources
Public method QueueAssignCollection
Public method QueueAttachCollection
Public method QueueAttachPreTfs2010Databases
Public method QueueCreateCollection
Public method QueueCreateProject
Public method QueueDeleteCollection
Public method QueueDeleteProject
Public method QueueDetachCollection
Public method QueueServiceCollection
Public method QueueServiceCollections(TeamFoundationRequestContext, Boolean, array<String[])
Public method QueueServiceCollections(TeamFoundationRequestContext, IEnumerable<TeamProjectCollectionProperties>, Boolean, array<String[])
Public method QueueUpdateCollection
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDisposable.Dispose
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceEnd
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceStart

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.Server.Alm Namespace