Share via


FrameworkProfileHttpClient.SetAvatarAsync-Methode (Guid, Avatar, Object)

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Overridable Function SetAvatarAsync ( _
    id As Guid, _
    avatar As Avatar, _
    userState As Object _
) As Task(Of Integer)
public virtual Task<int> SetAvatarAsync(
    Guid id,
    Avatar avatar,
    Object userState
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

FrameworkProfileHttpClient Klasse

SetAvatarAsync-Überladung

Microsoft.VisualStudio.Services.Profile-Namespace