Share via


Classe TeamFoundationOnPremLicensingService

Hierarquia de herança

System.Object
  Microsoft.TeamFoundation.Server.Core.TeamFoundationLicensingServiceBase
    Microsoft.TeamFoundation.Server.Core.TeamFoundationOnPremLicensingService

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

Sintaxe

'Declaração
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationIdentityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationLockingService))> _
Public Class TeamFoundationOnPremLicensingService _
    Inherits TeamFoundationLicensingServiceBase
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationIdentityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
public class TeamFoundationOnPremLicensingService : TeamFoundationLicensingServiceBase

O tipo TeamFoundationOnPremLicensingService expõe os membros a seguir.

Construtores

  Nome Descrição
Método público TeamFoundationOnPremLicensingService

Superior

Métodos

  Nome Descrição
Método público AddUserLicense
Método protegido CheckReadPermission (Herdado de TeamFoundationLicensingServiceBase.)
Método protegido CheckWritePermission (Herdado de TeamFoundationLicensingServiceBase.)
Método protegido EnsureSettingsLoaded (Substitui TeamFoundationLicensingServiceBase.EnsureSettingsLoaded(TeamFoundationRequestContext).)
Método público Equals Determina se o objeto especificado é igual ao objeto atual. (Herdado de Object.)
Método protegido Finalize Permite que um objeto tente liberar recursos e executar outras operações de limpeza antes que seja recuperado pela coleta de lixo. (Herdado de Object.)
Método público GetAllLicenses (Herdado de TeamFoundationLicensingServiceBase.)
Método público GetHashCode Serve como a função de hash padrão. (Herdado de Object.)
Método público GetLicenseFeature (Herdado de TeamFoundationLicensingServiceBase.)
Método público GetLicenseFeaturesInPreview (Herdado de TeamFoundationLicensingServiceBase.)
Método público GetLicensesForUser (Substitui TeamFoundationLicensingServiceBase.GetLicensesForUser(TeamFoundationRequestContext, IdentityDescriptor).)
Método público GetLicenseType (Herdado de TeamFoundationLicensingServiceBase.)
Método público GetType Obtém Type da instância atual. (Herdado de Object.)
Método público IsFeatureSupported(TeamFoundationRequestContext, Guid) (Herdado de TeamFoundationLicensingServiceBase.)
Método público IsFeatureSupported(TeamFoundationRequestContext, Guid, IdentityDescriptor) (Substitui TeamFoundationLicensingServiceBase.IsFeatureSupported(TeamFoundationRequestContext, Guid, IdentityDescriptor).)
Método protegido LocalizeLicenseFeature (Herdado de TeamFoundationLicensingServiceBase.)
Método protegido LocalizeLicenseType (Herdado de TeamFoundationLicensingServiceBase.)
Método protegido MemberwiseClone Cria uma cópia superficial de Objectatual. (Herdado de Object.)
Método protegido OnLicensePackageChanged (Herdado de TeamFoundationLicensingServiceBase.)
Método público RemoveUserLicense
Método público ServiceEnd (Herdado de TeamFoundationLicensingServiceBase.)
Método público ServiceStart (Herdado de TeamFoundationLicensingServiceBase.)
Método público ToString Retorna uma cadeia de caracteres que representa o objeto atual. (Herdado de Object.)

Superior

Campos

  Nome Descrição
Campo protegido m_defaultFeatures (Herdado de TeamFoundationLicensingServiceBase.)
Campo protegido m_defaultLicense (Herdado de TeamFoundationLicensingServiceBase.)
Campo protegido m_featureToLicenseFeature (Herdado de TeamFoundationLicensingServiceBase.)
Campo protegido m_licenseToLicenseType (Herdado de TeamFoundationLicensingServiceBase.)
Campo protegido m_previewFeatures (Herdado de TeamFoundationLicensingServiceBase.)
Campo protegido m_settingsLoaded (Herdado de TeamFoundationLicensingServiceBase.)
Campo protegido m_settingsLock (Herdado de TeamFoundationLicensingServiceBase.)
Campo protegidoMembro estático s_area
Campo protegidoMembro estático s_layer

Superior

Acesso thread-safe

Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Referência

Namespace Microsoft.TeamFoundation.Server.Core