This documentation is archived and is not being maintained.

ILicensingService Interface

Visual Studio 2013

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

'Declaration
Public Interface ILicensingService _
	Inherits ITeamFoundationService

The ILicensingService type exposes the following members.

  NameDescription
Public methodAssignAccountEntitlement
Public methodAssignAvailableAccountEntitlement
Public methodGetAccountEntitlements
Public methodGetAccountLicensesUsage
Public methodGetCertificate
Public methodGetClientRightsContainer
Public methodGetServiceRights
Public methodGetUsageRights
Public methodServiceEndServiceEnd is called when the Host is being Shutdown and this service should free all resources it is holding onto. (Inherited from ITeamFoundationService.)
Public methodServiceStartServiceStart 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
Show: