TeamProjectCollectionService Class

Inheritance Hierarchy

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

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

Syntax

‘선언
Public NotInheritable Class TeamProjectCollectionService _
    Implements ITeamFoundationService
public sealed class TeamProjectCollectionService : ITeamFoundationService
public ref class TeamProjectCollectionService sealed : ITeamFoundationService
[<Sealed>]
type TeamProjectCollectionService =  
    class
        interface ITeamFoundationService
    end
public final class TeamProjectCollectionService implements ITeamFoundationService

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.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method QueryApplicationInstanceNode
Public method QueryCollectionCatalogNode
Public method QueryCollectionCatalogNodes
Public method QueryCollectionCatalogResource
Public method QueryCollectionCatalogResources
Public method QueueAttachCollection
Public method QueueAttachPreTfs2010Databases
Public method QueueCreateCollection
Public method QueueDeleteCollection
Public method QueueDeleteProject
Public method QueueDetachCollection
Public method QueueServiceCollection
Public method QueueServiceCollections(TeamFoundationRequestContext, array<String[])
Public method QueueServiceCollections(TeamFoundationRequestContext, IEnumerable<TeamProjectCollectionProperties>, 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 ITeamFoundationService.ServiceEnd
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceFlushCache
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 Namespace