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
Top
Methods
|
AddServicingOperation(TeamFoundationRequestContext, Stream) |
|
|
AddServicingOperation(TeamFoundationRequestContext, String, IEnumerable<String>, IEnumerable<String>) |
|
|
AddServicingResource |
|
|
AddServicingStepGroups |
|
|
AddUpdatePackageHistoryEntry |
|
|
DeleteServicingOperation |
|
|
DeleteServicingResources |
|
|
DeleteServicingStepGroups |
|
|
DisableServicing |
|
|
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.) |
|
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%) |
|
|
GetServicingOperation |
|
|
GetServicingResources |
|
|
GetServicingStepGroupOperations |
|
|
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) |
|
|
QueryUpdatePackageHistory |
|
|
QueueServicingJob |
|
|
QueueServicingJobs |
|
|
RequeueServicingJob |
|
|
ServiceEnd |
|
|
ServiceFlushCache |
|
|
ServiceStart |
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
UpdateServicingOperation(TeamFoundationRequestContext, Stream) |
|
|
UpdateServicingOperation(TeamFoundationRequestContext, String, IEnumerable<String>, IEnumerable<String>) |
|
|
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