TeamFoundationLicensingServiceBase Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Server.Core.TeamFoundationLicensingServiceBase
Microsoft.TeamFoundation.Server.Core.TeamFoundationHostedLicensingService
Microsoft.TeamFoundation.Server.Core.TeamFoundationOnPremLicensingService
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public MustInherit Class TeamFoundationLicensingServiceBase _
Implements ITeamFoundationLicensingService, ITeamFoundationService
public abstract class TeamFoundationLicensingServiceBase : ITeamFoundationLicensingService,
ITeamFoundationService
public ref class TeamFoundationLicensingServiceBase abstract : ITeamFoundationLicensingService,
ITeamFoundationService
[<AbstractClass>]
type TeamFoundationLicensingServiceBase =
class
interface ITeamFoundationLicensingService
interface ITeamFoundationService
end
public abstract class TeamFoundationLicensingServiceBase implements ITeamFoundationLicensingService, ITeamFoundationService
The TeamFoundationLicensingServiceBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TeamFoundationLicensingServiceBase |
Top
Methods
Name | Description | |
---|---|---|
CheckReadPermission | ||
CheckWritePermission | ||
EnsureSettingsLoaded | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAllLicenses | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLicenseFeature | ||
GetLicenseFeaturesInPreview | ||
GetLicensesForUser | ||
GetLicenseType | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsFeatureSupported(TeamFoundationRequestContext, Guid) | ||
IsFeatureSupported(TeamFoundationRequestContext, Guid, IdentityDescriptor) | ||
LocalizeLicenseFeature | ||
LocalizeLicenseType | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnLicensePackageChanged | ||
ServiceEnd | ||
ServiceStart | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_defaultFeatures | ||
m_defaultLicense | ||
m_featureToLicenseFeature | ||
m_licenseToLicenseType | ||
m_previewFeatures | ||
m_settingsLoaded | ||
m_settingsLock | ||
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.