Compartir a través de


ProfileHttpClientBase.GetProfileAsync (Método)

Espacio de nombres:  Microsoft.VisualStudio.Services.Profile.Client
Ensamblado:  Microsoft.VisualStudio.Services.WebApi (en Microsoft.VisualStudio.Services.WebApi.dll)

Sintaxis

'Declaración
Protected Overridable Function GetProfileAsync ( _
    profileQueryContext As ProfileQueryContext, _
    id As String, _
    userState As Object _
) As Task(Of Profile)
protected virtual Task<Profile> GetProfileAsync(
    ProfileQueryContext profileQueryContext,
    string id,
    Object userState
)

Parámetros

Valor devuelto

Tipo: System.Threading.Tasks.Task<Profile>

Seguridad de .NET Framework

Vea también

Referencia

ProfileHttpClientBase Clase

Microsoft.VisualStudio.Services.Profile.Client (Espacio de nombres)