Freigeben über


ProfileHttpClient.GetAvatarAsync-Methode (AvatarSize, Object)

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

Syntax

'Declaration
Public Overridable Function GetAvatarAsync ( _
    size As AvatarSize, _
    userState As Object _
) As Task(Of Avatar)
public virtual Task<Avatar> GetAvatarAsync(
    AvatarSize size,
    Object userState
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ProfileHttpClient Klasse

GetAvatarAsync-Überladung

Microsoft.VisualStudio.Services.Profile.Client-Namespace