Share via


ProfileHttpClientBase.GetAvatarAsync-Methode (AvatarSize, String, Object)

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

Syntax

'Declaration
Protected Overridable Function GetAvatarAsync ( _
    size As AvatarSize, _
    id As String, _
    userState As Object _
) As Task(Of Avatar)
protected virtual Task<Avatar> GetAvatarAsync(
    AvatarSize size,
    string id,
    Object userState
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ProfileHttpClientBase Klasse

GetAvatarAsync-Überladung

Microsoft.VisualStudio.Services.Profile.Client-Namespace