Compartilhar via


Método ProfileHttpClientBase.CreateProfileAsync

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

Sintaxe

'Declaração
Protected Function CreateProfileAsync ( _
    createProfileContext As CreateProfileContext, _
    userState As Object _
) As Task(Of Profile)
protected Task<Profile> CreateProfileAsync(
    CreateProfileContext createProfileContext,
    Object userState
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ProfileHttpClientBase Classe

Namespace Microsoft.VisualStudio.Services.Profile.Client