ProfileHttpClientBase.UpdateProfileAsync Method

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

Syntax

'Declaration
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
)
protected:
Task<int>^ UpdateProfileAsync(
    Profile^ profile, 
    String^ id, 
    Object^ userState
)
member UpdateProfileAsync : 
        profile:Profile * 
        id:string * 
        userState:Object -> Task<int> 
protected function UpdateProfileAsync(
    profile : Profile, 
    id : String, 
    userState : Object
) : Task<int>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ProfileHttpClientBase Class

Microsoft.VisualStudio.Services.Profile.Client Namespace