This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
ITeamProjectCollectionService Interface
Namespace:
Microsoft.TeamFoundation.Framework.Client Assembly:
Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public interface ITeamProjectCollectionService extends ITeamProjectCollectionServicing
The ITeamProjectCollectionService type exposes the following members.
|
| Name | Description |
|---|
 | AddServicingOperation(Stream) | (Inherited from ITeamProjectCollectionServicing.) |
 | AddServicingOperation(String, IEnumerable(String), IEnumerable(String)) | (Inherited from ITeamProjectCollectionServicing.) |
 | DeleteProject | (Inherited from ITeamProjectCollectionServicing.) |
 | DeleteServicingOperation | (Inherited from ITeamProjectCollectionServicing.) |
 | DeleteServicingResources | (Inherited from ITeamProjectCollectionServicing.) |
 | DisableServicing(String) | (Inherited from ITeamProjectCollectionServicing.) |
 | DisableServicing(String, String) | (Inherited from ITeamProjectCollectionServicing.) |
 | EnableServicing | (Inherited from ITeamProjectCollectionServicing.) |
 | GetCollection(Guid) | |
 | GetCollection(Guid, ServiceHostFilterFlags) | |
 | GetCollections() | |
 | GetCollections(IEnumerable(Guid)) | |
 | GetCollections(ServiceHostFilterFlags) | |
 | GetCollections(IEnumerable(Guid), ServiceHostFilterFlags) | |
 | GetDefaultCollection | |
 | GetServicingDetails | (Inherited from ITeamProjectCollectionServicing.) |
 | GetServicingOperation | (Inherited from ITeamProjectCollectionServicing.) |
 | GetServicingResources | (Inherited from ITeamProjectCollectionServicing.) |
 | QueueAttachCollection(String, IDictionary(String, String), Boolean) | (Inherited from ITeamProjectCollectionServicing.) |
 | QueueAttachCollection(String, IDictionary(String, String), Boolean, String, String, String) | (Inherited from ITeamProjectCollectionServicing.) |
 | QueueAttachPreTfs2010Databases | (Inherited from ITeamProjectCollectionServicing.) |
 | QueueCreateCollection(String, String, Boolean, String, TeamFoundationServiceHostStatus, IDictionary(String, String)) | (Inherited from ITeamProjectCollectionServicing.) |
 | QueueCreateCollection(String, String, Boolean, String, TeamFoundationServiceHostStatus, IDictionary(String, String), String, String, IDictionary(String, String)) | (Inherited from ITeamProjectCollectionServicing.) |
 | QueueDeleteProject | (Inherited from ITeamProjectCollectionServicing.) |
 | QueueDetachCollection(Guid, IDictionary(String, String), String, String) | (Inherited from ITeamProjectCollectionServicing.) |
 | QueueDetachCollection(TeamProjectCollection, IDictionary(String, String), String, String) | (Inherited from ITeamProjectCollectionServicing.) |
 | UpdateServicingOperation(Stream) | (Inherited from ITeamProjectCollectionServicing.) |
 | UpdateServicingOperation(String, IEnumerable(String), IEnumerable(String)) | (Inherited from ITeamProjectCollectionServicing.) |
 | UpdateServicingResource(String, Stream) | (Inherited from ITeamProjectCollectionServicing.) |
 | UpdateServicingResource(String, String) | (Inherited from ITeamProjectCollectionServicing.) |
 | UpdateServicingStepGroups(IEnumerable(Stream)) | (Inherited from ITeamProjectCollectionServicing.) |
 | UpdateServicingStepGroups(IEnumerable(String)) | (Inherited from ITeamProjectCollectionServicing.) |
 | UpdateServicingStepGroups(IEnumerable(ServicingStepGroup)) | (Inherited from ITeamProjectCollectionServicing.) |
 | WaitForCollectionServicingToComplete(ServicingJobDetail) | (Inherited from ITeamProjectCollectionServicing.) |
 | WaitForCollectionServicingToComplete(ServicingJobDetail, TimeSpan) | (Inherited from ITeamProjectCollectionServicing.) |
Top