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 | |
---|---|---|
TeamFoundationHostedLicensingService |
Top
Methods
Top
Fields
Name | Description | |
---|---|---|
m_defaultFeatures | (Inherited from TeamFoundationLicensingServiceBase.) | |
m_defaultLicense | (Inherited from TeamFoundationLicensingServiceBase.) | |
m_featureToLicenseFeature | (Inherited from TeamFoundationLicensingServiceBase.) | |
m_licenseToLicenseType | (Inherited from TeamFoundationLicensingServiceBase.) | |
m_previewFeatures | (Inherited from TeamFoundationLicensingServiceBase.) | |
m_settingsLoaded | (Inherited from TeamFoundationLicensingServiceBase.) | |
m_settingsLock | (Inherited from TeamFoundationLicensingServiceBase.) | |
s_area | ||
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.