Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationServicingService
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationJobService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationFileService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationHostManagementService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationLockingService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationDatabaseManagementService))> _
Public Class TeamFoundationServicingService _
Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationJobService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationFileService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationDatabaseManagementService))]
public class TeamFoundationServicingService : ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationJobService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationFileService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationDatabaseManagementService))]
public ref class TeamFoundationServicingService : ITeamFoundationService
[<TeamFoundationServiceDependency(typeof(TeamFoundationJobService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationFileService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationDatabaseManagementService))>]
type TeamFoundationServicingService =
class
interface ITeamFoundationService
end
public class TeamFoundationServicingService implements ITeamFoundationService
The TeamFoundationServicingService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TeamFoundationServicingService |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddServicingOperation(TeamFoundationRequestContext, Stream, TeamFoundationLock) | Adds a new servicing operation to the configuration database. All servicing step groups specified in the XML file must be added to the configuration database before you call this method. |
![]() |
AddServicingOperation(TeamFoundationRequestContext, String, IEnumerable<String>, IEnumerable<String>) | Adds a new servicing operation to the configuration database. All servicing step groups listed in the [stepGroups] collection must be added to the configuration database before you call this method. |
![]() |
AddServicingOperation(TeamFoundationRequestContext, String, IEnumerable<String>, IEnumerable<String>, TeamFoundationLock) | Adds a new servicing operation to the configuration database. All servicing step groups listed in the [stepGroups] collection must be added to the configuration database before you call this method. |
![]() |
AddServicingResource | |
![]() |
AddServicingStepGroups(TeamFoundationRequestContext, IEnumerable<ServicingStepGroup>) | Adds servicing step groups and servicing steps listed in the [stepGroups] collection to the configuration database. |
![]() |
AddServicingStepGroups(TeamFoundationRequestContext, IEnumerable<ServicingStepGroup>, TeamFoundationLock) | Adds servicing step groups and servicing steps listed in the [stepGroups] collection to the configuration database. |
![]() |
AddUpdatePackageHistoryEntry | |
![]() |
DeleteServicingOperation | Deletes specified servicing operation. |
![]() |
DeleteServicingResources | |
![]() |
DeleteServicingStepGroups | Deletes servicing step group and servicing steps listed in the stepGroups collection. |
![]() |
DisableServicing | [DisableServicing] is used to prevent servicing jobs from being performed. All servicing must be completed before servicing can be disabled. |
![]() |
EnableServicing | |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() |
GetDatabasePseudoHostId | |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetServicingDetails(TeamFoundationRequestContext, Guid, ServicingStepDetailFilterOptions, ServicingJobDetail%) | |
![]() |
GetServicingDetails(TeamFoundationRequestContext, Guid, DateTime, ServicingJobDetail%) | |
![]() |
GetServicingDetails(TeamFoundationRequestContext, Guid, ServicingStepDetailFilterOptions, Int64, ServicingJobDetail%) | |
![]() |
GetServicingDetails(TeamFoundationRequestContext, Guid, DateTime, Int64, ServicingJobDetail%) | |
![]() |
GetServicingJobInfo | |
![]() |
GetServicingJobStats | |
![]() |
GetServicingOperation | Gets a specified servicing operation. |
![]() |
GetServicingResources | |
![]() |
GetServicingStepGroupOperations | Returns a list of for servicing operations that a specified step group belongs to. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
PerformServicingJob(TeamFoundationRequestContext, ServicingJobData) | |
![]() |
PerformServicingJob(TeamFoundationRequestContext, ServicingJobData, Guid, DateTime) | |
![]() |
QueryServicingJobsInfo | |
![]() |
QueryUpdatePackageHistory | |
![]() |
QueueMoveCollection | |
![]() |
QueuePatchCollections | |
![]() |
QueuePatchDatabases | |
![]() |
QueueServicingJob | |
![]() |
QueueServicingJobs | |
![]() |
RequeueServicingJob | |
![]() |
ServiceEnd | |
![]() |
ServiceStart | |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
UpdateServicingOperation(TeamFoundationRequestContext, Stream, TeamFoundationLock) | Updates the servicing operation. All servicing step groups listed in the [stepGroups] collection must be added to the configuration database before you call this method. |
![]() |
UpdateServicingOperation(TeamFoundationRequestContext, String, IEnumerable<String>, IEnumerable<String>, TeamFoundationLock) | Updates the servicing operation. All servicing step groups listed in the [stepGroups] collection must be added to the configuration database before you call this method. |
![]() |
UpdateServicingStepGroups | Updates servicing step groups and servicing steps listed in the [stepGroups] collection. |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
CreateProjectServicingProvider |
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.