Share via


ILicensingService Interface

Namespace:  Microsoft.VisualStudio.Services.Licensing
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Interface ILicensingService _
    Inherits ITeamFoundationService
public interface ILicensingService : ITeamFoundationService
public interface class ILicensingService : ITeamFoundationService
type ILicensingService =  
    interface 
        interface ITeamFoundationService 
    end
public interface ILicensingService extends ITeamFoundationService

The ILicensingService type exposes the following members.

Methods

  Name Description
Public method AssignAccountEntitlement
Public method AssignAvailableAccountEntitlement
Public method GetAccountEntitlements
Public method GetAccountLicensesUsage
Public method GetCertificate
Public method GetClientRightsContainer
Public method GetServiceRights
Public method GetUsageRights
Public method ServiceEnd ServiceEnd is called when the Host is being Shutdown and this service should free all resources it is holding onto. (Inherited from ITeamFoundationService.)
Public method ServiceStart ServiceStart is called when the service is initialized. If the service is intialized asynchronously it must implement Service_Ready which is used to determine when the service is ready for users to access it. (Inherited from ITeamFoundationService.)

Top

See Also

Reference

Microsoft.VisualStudio.Services.Licensing Namespace