Compartilhar via


Método ProfileHttpClientBase.UpdateProfileAsync

Namespace:  Microsoft.VisualStudio.Services.Profile.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)

Sintaxe

'Declaração
Protected Function UpdateProfileAsync ( _
    profile As Profile, _
    id As String, _
    userState As Object _
) As Task(Of Integer)
protected Task<int> UpdateProfileAsync(
    Profile profile,
    string id,
    Object userState
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ProfileHttpClientBase Classe

Namespace Microsoft.VisualStudio.Services.Profile.Client