FrameworkProfileHttpClient.CreateProfileAsync Method

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Overridable Function CreateProfileAsync ( _
    createProfileContext As CreateProfileContext, _
    userState As Object _
) As Task(Of Profile)
public virtual Task<Profile> CreateProfileAsync(
    CreateProfileContext createProfileContext,
    Object userState
)
public:
virtual Task<Profile^>^ CreateProfileAsync(
    CreateProfileContext^ createProfileContext, 
    Object^ userState
)
abstract CreateProfileAsync : 
        createProfileContext:CreateProfileContext * 
        userState:Object -> Task<Profile> 
override CreateProfileAsync : 
        createProfileContext:CreateProfileContext * 
        userState:Object -> Task<Profile> 
public function CreateProfileAsync(
    createProfileContext : CreateProfileContext, 
    userState : Object
) : Task<Profile>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

FrameworkProfileHttpClient Class

Microsoft.VisualStudio.Services.Profile Namespace