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.
Service determining availability for features at runtime
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<DefaultServiceImplementationAttribute(GetType(TeamFoundationFeatureAvailabilityService))> _
Public Interface ITeamFoundationFeatureAvailabilityService _
Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TeamFoundationFeatureAvailabilityService))]
public interface ITeamFoundationFeatureAvailabilityService : ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TeamFoundationFeatureAvailabilityService))]
public interface class ITeamFoundationFeatureAvailabilityService : ITeamFoundationService
[<DefaultServiceImplementationAttribute(typeof(TeamFoundationFeatureAvailabilityService))>]
type ITeamFoundationFeatureAvailabilityService =
interface
interface ITeamFoundationService
end
public interface ITeamFoundationFeatureAvailabilityService extends ITeamFoundationService
The ITeamFoundationFeatureAvailabilityService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetFeatureInformation(TeamFoundationRequestContext) | Returns detailed information for all features at the scope used by the request context |
![]() |
GetFeatureInformation(TeamFoundationRequestContext, Nullable<Guid>) | |
![]() |
GetFeatureInformation(TeamFoundationRequestContext, String) | Returns detailed information about feature availability at the scope used by the request context |
![]() |
GetFeatureInformation(TeamFoundationRequestContext, String, Nullable<Guid>) | |
![]() |
IsFeatureEnabled | Determines availability state for feature |
![]() |
ServiceEnd | ServiceEnd is called when the Host is being Shutdown and this service should free all resources it is holding onto. (Inherited from ITeamFoundationService.) |
![]() |
ServiceStart | ServiceStart is called when the service is initialized. If the service is intialized asynchronously it must implement Service_Ready which is used to determine when the service is ready for users to access it. (Inherited from ITeamFoundationService.) |
![]() |
SetFeatureState |
Top