Share via


FrameworkProfileHttpClient.UpdateProfileAsync Method (Guid, Profile, Object)

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

Syntax

'Declaration
Public Overridable Function UpdateProfileAsync ( _
    id As Guid, _
    profile As Profile, _
    userState As Object _
) As Task(Of Integer)
public virtual Task<int> UpdateProfileAsync(
    Guid id,
    Profile profile,
    Object userState
)
public:
virtual Task<int>^ UpdateProfileAsync(
    Guid id, 
    Profile^ profile, 
    Object^ userState
)
abstract UpdateProfileAsync : 
        id:Guid * 
        profile:Profile * 
        userState:Object -> Task<int> 
override UpdateProfileAsync : 
        id:Guid * 
        profile:Profile * 
        userState:Object -> Task<int> 
public function UpdateProfileAsync(
    id : Guid, 
    profile : Profile, 
    userState : Object
) : Task<int>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

FrameworkProfileHttpClient Class

UpdateProfileAsync Overload

Microsoft.VisualStudio.Services.Profile Namespace