Interfaccia ITeamFoundationProfileService
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
<DefaultServiceImplementationAttribute(GetType(TeamFoundationProfileService))> _
Public Interface ITeamFoundationProfileService _
Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TeamFoundationProfileService))]
public interface ITeamFoundationProfileService : ITeamFoundationService
Il tipo ITeamFoundationProfileService espone i seguenti membri.
Metodi
Nome | Descrizione | |
---|---|---|
AddUserInstalledLanguages | ||
GetAccountCulture | ||
GetAccountLanguage | ||
GetAccountPreferences | ||
GetAccountTimeZone | ||
GetAllInstalledLanguages | ||
GetInstalledLanguages | ||
GetUserCulture | ||
GetUserInstalledLanguages | ||
GetUserLanguage | ||
GetUserPreferences | ||
GetUserTimeZone | ||
ResolveIdentity | ||
ServiceEnd | ServiceEnd viene chiamato quando l'host può essere disattivato e che il servizio deve liberare le risorse in esso contenute in. (Ereditato da ITeamFoundationService) | |
ServiceStart | ServiceStart viene chiamato quando il servizio viene inizializzato.Se il servizio intialized in modo asincrono deve implementare Service_Ready utilizzato per determinare quando il servizio è pronto per gli utenti di accedere a. (Ereditato da ITeamFoundationService) | |
SetAccountTimeZone | ||
SetUserCulture | ||
SetUserLanguage | ||
SetUserPreferences | ||
SetUserTimeZone | ||
Validate |
In alto