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 SetAvatarAsync ( _
    avatar As Avatar, _
    id As String, _
    userState As Object _
) As Task(Of Integer)
protected virtual Task<int> SetAvatarAsync(
    Avatar avatar,
    string id,
    Object userState
)
protected:
virtual Task<int>^ SetAvatarAsync(
    Avatar^ avatar, 
    String^ id, 
    Object^ userState
)
abstract SetAvatarAsync : 
        avatar:Avatar * 
        id:string * 
        userState:Object -> Task<int> 
override SetAvatarAsync : 
        avatar:Avatar * 
        id:string * 
        userState:Object -> Task<int> 
protected function SetAvatarAsync(
    avatar : Avatar, 
    id : String, 
    userState : Object
) : Task<int>
Parameters
- avatar
 Type: Microsoft.VisualStudio.Services.Profile.Avatar
- id
 Type: System.String
- userState
 Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<Int32>
.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.