Compartir a través de


TeamFoundationOnPremLicensingService (Clase)

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.TeamFoundation.Server.Core
Ensamblado:  Microsoft.TeamFoundation.Server.Core (en Microsoft.TeamFoundation.Server.Core.dll)

Sintaxis

'Declaración
<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

El tipo TeamFoundationOnPremLicensingService expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público TeamFoundationOnPremLicensingService

Arriba

Métodos

  Nombre Descripción
Método público AddUserLicense
Método protegido CheckReadPermission (Se hereda de TeamFoundationLicensingServiceBase).
Método protegido CheckWritePermission (Se hereda de TeamFoundationLicensingServiceBase).
Método protegido EnsureSettingsLoaded (Invalida a TeamFoundationLicensingServiceBase.EnsureSettingsLoaded(TeamFoundationRequestContext)).
Método público Equals Determina si el objeto especificado es igual al objeto actual. (Se hereda de Object).
Método protegido Finalize Permite que un objeto intente liberar recursos y realizar otras operaciones de limpieza antes de ser reclamado por la recolección de elementos no utilizados. (Se hereda de Object).
Método público GetAllLicenses (Se hereda de TeamFoundationLicensingServiceBase).
Método público GetHashCode Sirve como la función hash predeterminada. (Se hereda de Object).
Método público GetLicenseFeature (Se hereda de TeamFoundationLicensingServiceBase).
Método público GetLicenseFeaturesInPreview (Se hereda de TeamFoundationLicensingServiceBase).
Método público GetLicensesForUser (Invalida a TeamFoundationLicensingServiceBase.GetLicensesForUser(TeamFoundationRequestContext, IdentityDescriptor)).
Método público GetLicenseType (Se hereda de TeamFoundationLicensingServiceBase).
Método público GetType Obtiene el objeto Type de la instancia actual. (Se hereda de Object).
Método público IsFeatureSupported(TeamFoundationRequestContext, Guid) (Se hereda de TeamFoundationLicensingServiceBase).
Método público IsFeatureSupported(TeamFoundationRequestContext, Guid, IdentityDescriptor) (Invalida a TeamFoundationLicensingServiceBase.IsFeatureSupported(TeamFoundationRequestContext, Guid, IdentityDescriptor)).
Método protegido LocalizeLicenseFeature (Se hereda de TeamFoundationLicensingServiceBase).
Método protegido LocalizeLicenseType (Se hereda de TeamFoundationLicensingServiceBase).
Método protegido MemberwiseClone Crea una copia superficial del objeto Object actual. (Se hereda de Object).
Método protegido OnLicensePackageChanged (Se hereda de TeamFoundationLicensingServiceBase).
Método público RemoveUserLicense
Método público ServiceEnd (Se hereda de TeamFoundationLicensingServiceBase).
Método público ServiceStart (Se hereda de TeamFoundationLicensingServiceBase).
Método público ToString Devuelve una cadena que representa el objeto actual. (Se hereda de Object).

Arriba

Campos

  Nombre Descripción
Campo protegido m_defaultFeatures (Se hereda de TeamFoundationLicensingServiceBase).
Campo protegido m_defaultLicense (Se hereda de TeamFoundationLicensingServiceBase).
Campo protegido m_featureToLicenseFeature (Se hereda de TeamFoundationLicensingServiceBase).
Campo protegido m_licenseToLicenseType (Se hereda de TeamFoundationLicensingServiceBase).
Campo protegido m_previewFeatures (Se hereda de TeamFoundationLicensingServiceBase).
Campo protegido m_settingsLoaded (Se hereda de TeamFoundationLicensingServiceBase).
Campo protegido m_settingsLock (Se hereda de TeamFoundationLicensingServiceBase).
Campo protegidoMiembro estático s_area
Campo protegidoMiembro estático s_layer

Arriba

Seguridad para subprocesos

Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.

Vea también

Referencia

Microsoft.TeamFoundation.Server.Core (Espacio de nombres)