Freigeben über


AccountHttpClient.UpdateAccountAsync-Methode (Account, Object, CancellationToken)

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

Syntax

'Declaration
Public Function UpdateAccountAsync ( _
    account As Account, _
    userState As Object, _
    cancellationToken As CancellationToken _
) As Task(Of HttpResponseMessage)
public Task<HttpResponseMessage> UpdateAccountAsync(
    Account account,
    Object userState,
    CancellationToken cancellationToken
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

AccountHttpClient Klasse

UpdateAccountAsync-Überladung

Microsoft.VisualStudio.Services.Account.Client-Namespace