ITeamFoundationLicensingService, interface
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
<DefaultServiceImplementationAttribute(GetType(TeamFoundationOnPremLicensingService))> _
Public Interface ITeamFoundationLicensingService _
Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TeamFoundationOnPremLicensingService))]
public interface ITeamFoundationLicensingService : ITeamFoundationService
Le type ITeamFoundationLicensingService expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
GetAllLicenses | ||
GetLicenseFeature | ||
GetLicenseFeaturesInPreview | ||
GetLicensesForUser | ||
GetLicenseType | ||
IsFeatureSupported(TeamFoundationRequestContext, Guid) | ||
IsFeatureSupported(TeamFoundationRequestContext, Guid, IdentityDescriptor) | ||
ServiceEnd | ServiceEnd est appelé lorsque l'hôte d'arrêt et ce service doit libérer toutes les ressources qu'il gère sur. (Hérité de ITeamFoundationService.) | |
ServiceStart | ServiceStart est appelé lorsque le service est initialisé.Si le service intialized de façon asynchrone elle doit implémenter Service_Ready utilisé pour déterminer si le service est prêt pour les utilisateurs y accèdent. (Hérité de ITeamFoundationService.) |
Début