Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
)
protected:
virtual Task<Avatar^>^ GetAvatarAsync(
    AvatarSize size, 
    String^ id, 
    Object^ userState
)
abstract GetAvatarAsync : 
        size:AvatarSize * 
        id:string * 
        userState:Object -> Task<Avatar> 
override GetAvatarAsync : 
        size:AvatarSize * 
        id:string * 
        userState:Object -> Task<Avatar> 
protected function GetAvatarAsync(
    size : AvatarSize, 
    id : String, 
    userState : Object
) : Task<Avatar>
Parameters
- id
 Type: System.String
- userState
 Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<Avatar>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.