Método FrameworkProfileHttpClient.GetAcceptedTermsOfServiceAsync (Guid, Object)
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
Public Overridable Function GetAcceptedTermsOfServiceAsync ( _
id As Guid, _
userState As Object _
) As Task(Of UserTermsOfService)
public virtual Task<UserTermsOfService> GetAcceptedTermsOfServiceAsync(
Guid id,
Object userState
)
Parâmetros
- id
Tipo: System.Guid
- userState
Tipo: System.Object
Valor de retorno
Tipo: System.Threading.Tasks.Task<UserTermsOfService>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
FrameworkProfileHttpClient Classe