ITeamFoundationProfileService, interface
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
<DefaultServiceImplementationAttribute(GetType(TeamFoundationProfileService))> _
Public Interface ITeamFoundationProfileService _
Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TeamFoundationProfileService))]
public interface ITeamFoundationProfileService : ITeamFoundationService
Le type ITeamFoundationProfileService expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
AddUserInstalledLanguages | ||
GetAccountCulture | ||
GetAccountLanguage | ||
GetAccountPreferences | ||
GetAccountTimeZone | ||
GetAllInstalledLanguages | ||
GetInstalledLanguages | ||
GetUserCulture | ||
GetUserInstalledLanguages | ||
GetUserLanguage | ||
GetUserPreferences | ||
GetUserTimeZone | ||
ResolveIdentity | ||
ServiceEnd | ServiceEnd est appelé lorsque l'hôte d'arrêt et ce service doit libérer toutes les ressources qu'il gère sur. (Hérité de ITeamFoundationService.) | |
ServiceStart | ServiceStart est appelé lorsque le service est initialisé.Si le service intialized de façon asynchrone elle doit implémenter Service_Ready utilisé pour déterminer si le service est prêt pour les utilisateurs y accèdent. (Hérité de ITeamFoundationService.) | |
SetAccountTimeZone | ||
SetUserCulture | ||
SetUserLanguage | ||
SetUserPreferences | ||
SetUserTimeZone | ||
Validate |
Début