Share via


FrameworkProfileHttpClient.UpdateProfileAsync-Methode (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
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

FrameworkProfileHttpClient Klasse

UpdateProfileAsync-Überladung

Microsoft.VisualStudio.Services.Profile-Namespace