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
- id
Type: System.Guid
- attributesQueryContext
Type: Microsoft.VisualStudio.Services.Profile.AttributesQueryContext
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>>
.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.