This documentation is archived and is not being maintained.

ITeamFoundationProfileService Interface

Visual Studio 2013

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

[DefaultServiceImplementationAttribute(typeof(TeamFoundationProfileService))]
public interface class ITeamFoundationProfileService : ITeamFoundationService

The ITeamFoundationProfileService type exposes the following members.

  NameDescription
Public methodAddUserInstalledLanguages
Public methodGetAccountCulture
Public methodGetAccountLanguage
Public methodGetAccountPreferences
Public methodGetAccountTimeZone
Public methodGetAllInstalledLanguages
Public methodGetInstalledLanguages
Public methodGetUserCulture
Public methodGetUserInstalledLanguages
Public methodGetUserLanguage
Public methodGetUserPreferences
Public methodGetUserTimeZone
Public methodResolveIdentity
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.)
Public methodSetAccountTimeZone
Public methodSetUserCulture
Public methodSetUserLanguage
Public methodSetUserPreferences
Public methodSetUserTimeZone
Public methodValidate
Top
Show: