ITeamFoundationProfileService Interface

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

Syntax

'Declaration
<DefaultServiceImplementationAttribute(GetType(TeamFoundationProfileService))> _
Public Interface ITeamFoundationProfileService _
    Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TeamFoundationProfileService))]
public interface ITeamFoundationProfileService : ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TeamFoundationProfileService))]
public interface class ITeamFoundationProfileService : ITeamFoundationService
[<DefaultServiceImplementationAttribute(typeof(TeamFoundationProfileService))>]
type ITeamFoundationProfileService =  
    interface 
        interface ITeamFoundationService 
    end
public interface ITeamFoundationProfileService extends ITeamFoundationService

The ITeamFoundationProfileService type exposes the following members.

Methods

  Name Description
Public method AddUserInstalledLanguages
Public method GetAccountCulture
Public method GetAccountLanguage
Public method GetAccountPreferences
Public method GetAccountTimeZone
Public method GetAllInstalledLanguages
Public method GetInstalledLanguages
Public method GetUserCulture
Public method GetUserInstalledLanguages
Public method GetUserLanguage
Public method GetUserPreferences
Public method GetUserTimeZone
Public method ResolveIdentity
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.)
Public method SetAccountTimeZone
Public method SetUserCulture
Public method SetUserLanguage
Public method SetUserPreferences
Public method SetUserTimeZone
Public method Validate

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace