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.TeamFoundationResourceManagementService
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationTracingService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationLockingService))> _
Public NotInheritable Class TeamFoundationResourceManagementService _
    Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationTracingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
public sealed class TeamFoundationResourceManagementService : ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationTracingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
public ref class TeamFoundationResourceManagementService sealed : ITeamFoundationService
[<Sealed>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationTracingService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))>]
type TeamFoundationResourceManagementService =  
    class 
        interface ITeamFoundationService 
    end
public final class TeamFoundationResourceManagementService implements ITeamFoundationService
The TeamFoundationResourceManagementService type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | CreateComponent<TComponent>(TeamFoundationRequestContext) | Creates a component that can be used to communicate to the current version of the database. | 
| .gif) | CreateComponent<TComponent>(TeamFoundationRequestContext, String) | Creates a component that can be used to communicate to the current version of the database. | 
| .gif) | CreateComponentExecuteAndDispose<TComponent> | Creates a component that can be used to communicate to the current version of the database, executes a delegate specified by the action parameter and disposes a component. This method will retry an action up to 10 times if database version has changed between the time when component was created and execut. | 
| .gif) | CreateComponentExecuteFuncAndDispose<TComponent, TResult> | Creates a component that can be used to communicate to the current version of the database, executes a delegate specified by the action parameter and disposes a component. This method will retry an action up to 10 times if database version has changed between the time when component was created and execut. | 
| .gif) .gif) | CreateComponentRaw<TComponent> | Creates a versioned component by reading the service version from the database. No caches are used. | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetSchemaLock | |
| .gif) | GetServiceVersion | Gets the version information for a particular service | 
| .gif) .gif) | GetServiceVersionRaw<TComponent> | Retrieves a service version entry and component creator for a given component from the database. No caches are used. | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | SetServiceVersion | Sets the service version. | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
| .gif) .gif) | TryCreateComponentRaw<TComponent> | Creates a versioned component by reading the service version from the database. No caches are used. | 
| .gif) .gif) | TryGetServiceVersionRaw<TComponent> | Retrieves a service version entry and component creator for a given component from the database. No caches are used. | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | ITeamFoundationService.ServiceEnd | ServiceEnd is called when the Host is being shut down and this service should free all resources it is holding onto. | 
| .gif) .gif) | 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.