TeamFoundationFeatureAvailabilityService Class
Service determining availability for features at runtime
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationFeatureAvailabilityService
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
Public Class TeamFoundationFeatureAvailabilityService _
Implements ITeamFoundationFeatureAvailabilityService, ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
public class TeamFoundationFeatureAvailabilityService : ITeamFoundationFeatureAvailabilityService,
ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
public ref class TeamFoundationFeatureAvailabilityService : ITeamFoundationFeatureAvailabilityService,
ITeamFoundationService
[<TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))>]
type TeamFoundationFeatureAvailabilityService =
class
interface ITeamFoundationFeatureAvailabilityService
interface ITeamFoundationService
end
public class TeamFoundationFeatureAvailabilityService implements ITeamFoundationFeatureAvailabilityService, ITeamFoundationService
The TeamFoundationFeatureAvailabilityService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TeamFoundationFeatureAvailabilityService() | ||
TeamFoundationFeatureAvailabilityService(IFeatureAvailabilitySecurityManager) |
Top
Methods
Name | Description | |
---|---|---|
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.) | |
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>) | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsFeatureEnabled | Determines availability state for feature | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ServiceEnd | ||
ServiceStart | ||
SetFeatureState | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
ServiceHostId |
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.