Sdílet prostřednictvím


ProfileHttpClient.GetAttributesAsync Method (AttributesQueryContext, Object)

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

Syntax

'Declaration
Public Overridable Function GetAttributesAsync ( _
    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(
    AttributesQueryContext attributesQueryContext,
    Object userState
)
public:
virtual Task<Tuple<IList<ProfileAttribute^>^, IList<CoreProfileAttribute^>^>^>^ GetAttributesAsync(
    AttributesQueryContext^ attributesQueryContext, 
    Object^ userState
)
abstract GetAttributesAsync : 
        attributesQueryContext:AttributesQueryContext * 
        userState:Object -> Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>> 
override GetAttributesAsync : 
        attributesQueryContext:AttributesQueryContext * 
        userState:Object -> Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>> 
public function GetAttributesAsync(
    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

ProfileHttpClient Class

GetAttributesAsync Overload

Microsoft.VisualStudio.Services.Profile.Client Namespace