This documentation is archived and is not being maintained.

ITeamFoundationLicensingService Interface

Visual Studio 2013

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

'Declaration
<DefaultServiceImplementationAttribute(GetType(TeamFoundationOnPremLicensingService))> _
Public Interface ITeamFoundationLicensingService _
	Inherits ITeamFoundationService

The ITeamFoundationLicensingService type exposes the following members.

  NameDescription
Public methodGetAllLicenses
Public methodGetLicenseFeature
Public methodGetLicenseFeaturesInPreview
Public methodGetLicensesForUser
Public methodGetLicenseType
Public methodIsFeatureSupported(TeamFoundationRequestContext, Guid)
Public methodIsFeatureSupported(TeamFoundationRequestContext, Guid, IdentityDescriptor)
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: