FrameworkProfileHttpClient.GetAvatarAsync Method (Guid, AvatarSize, Object)
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Function GetAvatarAsync ( _
id As Guid, _
size As AvatarSize, _
userState As Object _
) As Task(Of Avatar)
public virtual Task<Avatar> GetAvatarAsync(
Guid id,
AvatarSize size,
Object userState
)
public:
virtual Task<Avatar^>^ GetAvatarAsync(
Guid id,
AvatarSize size,
Object^ userState
)
abstract GetAvatarAsync :
id:Guid *
size:AvatarSize *
userState:Object -> Task<Avatar>
override GetAvatarAsync :
id:Guid *
size:AvatarSize *
userState:Object -> Task<Avatar>
public function GetAvatarAsync(
id : Guid,
size : AvatarSize,
userState : Object
) : Task<Avatar>
Parameters
- id
Type: System.Guid
- 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.