TeamFoundationServicingService Class

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

'宣言
Public Class TeamFoundationServicingService _
    Implements ITeamFoundationService
public class TeamFoundationServicingService : ITeamFoundationService
public ref class TeamFoundationServicingService : ITeamFoundationService
type TeamFoundationServicingService =  
    class
        interface ITeamFoundationService
    end
public class TeamFoundationServicingService implements ITeamFoundationService

The TeamFoundationServicingService type exposes the following members.

Constructors

  Name Description
Public method TeamFoundationServicingService

Top

Methods

  Name Description
Public method AddServicingOperation(TeamFoundationRequestContext, Stream)
Public method AddServicingOperation(TeamFoundationRequestContext, String, IEnumerable<String>, IEnumerable<String>)
Public method AddServicingResource
Public method AddServicingStepGroups
Public method AddUpdatePackageHistoryEntry
Public method DeleteServicingOperation
Public method DeleteServicingResources
Public method DeleteServicingStepGroups
Public method DisableServicing
Public method EnableServicing
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 GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetServicingDetails(TeamFoundationRequestContext, Guid, ServicingStepDetailFilterOptions, ServicingJobDetail%)
Public method GetServicingDetails(TeamFoundationRequestContext, Guid, DateTime, ServicingJobDetail%)
Public method GetServicingDetails(TeamFoundationRequestContext, Guid, ServicingStepDetailFilterOptions, Int64, ServicingJobDetail%)
Public method GetServicingDetails(TeamFoundationRequestContext, Guid, DateTime, Int64, ServicingJobDetail%)
Public method GetServicingOperation
Public method GetServicingResources
Public method GetServicingStepGroupOperations
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 PerformServicingJob(TeamFoundationRequestContext, ServicingJobData)
Public method PerformServicingJob(TeamFoundationRequestContext, ServicingJobData, Guid, DateTime)
Public method QueryUpdatePackageHistory
Public method QueueServicingJob
Public method QueueServicingJobs
Public method RequeueServicingJob
Public method ServiceEnd
Public method ServiceFlushCache
Public method ServiceStart
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UpdateServicingOperation(TeamFoundationRequestContext, Stream)
Public method UpdateServicingOperation(TeamFoundationRequestContext, String, IEnumerable<String>, IEnumerable<String>)
Public method UpdateServicingStepGroups

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