Share via


FrameworkProfileHttpClient.GetAttributesAsync Method (Guid, AttributesQueryContext, Object)

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Overridable Function GetAttributesAsync ( _
    id As Guid, _
    attributesQueryContext As AttributesQueryContext, _
    userState As Object _
) As Task(Of Tuple(Of IList(Of ProfileAttribute), IList(Of CoreProfileAttribute)))
public virtual Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>> GetAttributesAsync(
    Guid id,
    AttributesQueryContext attributesQueryContext,
    Object userState
)
public:
virtual Task<Tuple<IList<ProfileAttribute^>^, IList<CoreProfileAttribute^>^>^>^ GetAttributesAsync(
    Guid id, 
    AttributesQueryContext^ attributesQueryContext, 
    Object^ userState
)
abstract GetAttributesAsync : 
        id:Guid * 
        attributesQueryContext:AttributesQueryContext * 
        userState:Object -> Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>> 
override GetAttributesAsync : 
        id:Guid * 
        attributesQueryContext:AttributesQueryContext * 
        userState:Object -> Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>> 
public function GetAttributesAsync(
    id : Guid, 
    attributesQueryContext : AttributesQueryContext, 
    userState : Object
) : Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>>

Parameters

Return Value

Type: System.Threading.Tasks.Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>>

.NET Framework Security

See Also

Reference

FrameworkProfileHttpClient Class

GetAttributesAsync Overload

Microsoft.VisualStudio.Services.Profile Namespace