Freigeben über


IdentityHttpClient.UpdateIdentityAsync-Methode

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

Syntax

'Declaration
Public Function UpdateIdentityAsync ( _
    identity As Identity, _
    userState As Object _
) As Task(Of HttpResponseMessage)
public Task<HttpResponseMessage> UpdateIdentityAsync(
    Identity identity,
    Object userState
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IdentityHttpClient Klasse

Microsoft.VisualStudio.Services.Identity.Client-Namespace