ProfileHttpClientBase.CreateProfileAsync Method

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

Syntax

'Declaration
Protected Function CreateProfileAsync ( _
    createProfileContext As CreateProfileContext, _
    userState As Object _
) As Task(Of Profile)
protected Task<Profile> CreateProfileAsync(
    CreateProfileContext createProfileContext,
    Object userState
)
protected:
Task<Profile^>^ CreateProfileAsync(
    CreateProfileContext^ createProfileContext, 
    Object^ userState
)
member CreateProfileAsync : 
        createProfileContext:CreateProfileContext * 
        userState:Object -> Task<Profile> 
protected function CreateProfileAsync(
    createProfileContext : CreateProfileContext, 
    userState : Object
) : Task<Profile>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ProfileHttpClientBase Class

Microsoft.VisualStudio.Services.Profile.Client Namespace