ITeamFoundationLicensingService-Schnittstelle

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<DefaultServiceImplementationAttribute(GetType(TeamFoundationOnPremLicensingService))> _
Public Interface ITeamFoundationLicensingService _
    Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TeamFoundationOnPremLicensingService))]
public interface ITeamFoundationLicensingService : ITeamFoundationService

Der ITeamFoundationLicensingService-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode GetAllLicenses
Öffentliche Methode GetLicenseFeature
Öffentliche Methode GetLicenseFeaturesInPreview
Öffentliche Methode GetLicensesForUser
Öffentliche Methode GetLicenseType
Öffentliche Methode IsFeatureSupported(TeamFoundationRequestContext, Guid)
Öffentliche Methode IsFeatureSupported(TeamFoundationRequestContext, Guid, IdentityDescriptor)
Öffentliche Methode ServiceEnd ServiceEnd wird aufgerufen, wenn der Host Herunterfahren ist und dieser Dienst alle Ressourcen freigeben soll, auf die es enthält. (Von ITeamFoundationService geerbt.)
Öffentliche Methode ServiceStart ServiceStart wird aufgerufen, wenn der Diensts initialisiert wird.Wenn der Dienst asynchron initialisiert wird, muss es Service_Ready implementieren, das verwendet wird, um zu bestimmen, wann der Dienst bereit für Benutzer ist, auf sie zuzugreifen. (Von ITeamFoundationService geerbt.)

Zum Seitenanfang

Siehe auch

Referenz

Microsoft.TeamFoundation.Server.Core-Namespace