Share via


AccountHttpClient.UpdateUserInAccountAsync Method

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

Syntax

'Declaration
Public Function UpdateUserInAccountAsync ( _
    accountUser As AccountUser, _
    userState As Object _
) As Task(Of HttpResponseMessage)
public Task<HttpResponseMessage> UpdateUserInAccountAsync(
    AccountUser accountUser,
    Object userState
)
public:
Task<HttpResponseMessage^>^ UpdateUserInAccountAsync(
    AccountUser^ accountUser, 
    Object^ userState
)
member UpdateUserInAccountAsync : 
        accountUser:AccountUser * 
        userState:Object -> Task<HttpResponseMessage> 
public function UpdateUserInAccountAsync(
    accountUser : AccountUser, 
    userState : Object
) : Task<HttpResponseMessage>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

AccountHttpClient Class

Microsoft.VisualStudio.Services.Account.Client Namespace