TeamFoundationHostedLicensingService Class

Inheritance Hierarchy

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

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

Syntax

'Declaration
<TeamFoundationServiceDependency(GetType(ILicensingService))> _
Public Class TeamFoundationHostedLicensingService _
    Inherits TeamFoundationLicensingServiceBase
[TeamFoundationServiceDependency(typeof(ILicensingService))]
public class TeamFoundationHostedLicensingService : TeamFoundationLicensingServiceBase
[TeamFoundationServiceDependency(typeof(ILicensingService))]
public ref class TeamFoundationHostedLicensingService : public TeamFoundationLicensingServiceBase
[<TeamFoundationServiceDependency(typeof(ILicensingService))>]
type TeamFoundationHostedLicensingService =  
    class 
        inherit TeamFoundationLicensingServiceBase 
    end
public class TeamFoundationHostedLicensingService extends TeamFoundationLicensingServiceBase

The TeamFoundationHostedLicensingService type exposes the following members.

Constructors

  Name Description
Public method TeamFoundationHostedLicensingService

Top

Methods

  Name Description
Protected method CheckReadPermission (Inherited from TeamFoundationLicensingServiceBase.)
Protected method CheckWritePermission (Inherited from TeamFoundationLicensingServiceBase.)
Protected method EnsureSettingsLoaded (Inherited from TeamFoundationLicensingServiceBase.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAllLicenses (Inherited from TeamFoundationLicensingServiceBase.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetLicenseFeature (Inherited from TeamFoundationLicensingServiceBase.)
Public method GetLicenseFeaturesInPreview (Inherited from TeamFoundationLicensingServiceBase.)
Public method GetLicensesForUser (Overrides TeamFoundationLicensingServiceBase.GetLicensesForUser(TeamFoundationRequestContext, IdentityDescriptor).)
Public method GetLicenseType (Inherited from TeamFoundationLicensingServiceBase.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsFeatureSupported(TeamFoundationRequestContext, Guid) (Inherited from TeamFoundationLicensingServiceBase.)
Public method IsFeatureSupported(TeamFoundationRequestContext, Guid, IdentityDescriptor) (Overrides TeamFoundationLicensingServiceBase.IsFeatureSupported(TeamFoundationRequestContext, Guid, IdentityDescriptor).)
Protected method LocalizeLicenseFeature (Inherited from TeamFoundationLicensingServiceBase.)
Protected method LocalizeLicenseType (Inherited from TeamFoundationLicensingServiceBase.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnLicensePackageChanged (Inherited from TeamFoundationLicensingServiceBase.)
Public method ServiceEnd (Inherited from TeamFoundationLicensingServiceBase.)
Public method ServiceStart (Inherited from TeamFoundationLicensingServiceBase.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_defaultFeatures (Inherited from TeamFoundationLicensingServiceBase.)
Protected field m_defaultLicense (Inherited from TeamFoundationLicensingServiceBase.)
Protected field m_featureToLicenseFeature (Inherited from TeamFoundationLicensingServiceBase.)
Protected field m_licenseToLicenseType (Inherited from TeamFoundationLicensingServiceBase.)
Protected field m_previewFeatures (Inherited from TeamFoundationLicensingServiceBase.)
Protected field m_settingsLoaded (Inherited from TeamFoundationLicensingServiceBase.)
Protected field m_settingsLock (Inherited from TeamFoundationLicensingServiceBase.)
Protected fieldStatic member s_area
Protected fieldStatic member s_layer

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.

See Also

Reference

Microsoft.TeamFoundation.Server.Core Namespace