Share via


FrameworkProfileHttpClient.GetAttributeAsync Method (Guid, AttributeDescriptor, Object)

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

Syntax

'Declaration
Public Overridable Function GetAttributeAsync ( _
    id As Guid, _
    descriptor As AttributeDescriptor, _
    userState As Object _
) As Task(Of ProfileAttribute)
public virtual Task<ProfileAttribute> GetAttributeAsync(
    Guid id,
    AttributeDescriptor descriptor,
    Object userState
)
public:
virtual Task<ProfileAttribute^>^ GetAttributeAsync(
    Guid id, 
    AttributeDescriptor^ descriptor, 
    Object^ userState
)
abstract GetAttributeAsync : 
        id:Guid * 
        descriptor:AttributeDescriptor * 
        userState:Object -> Task<ProfileAttribute> 
override GetAttributeAsync : 
        id:Guid * 
        descriptor:AttributeDescriptor * 
        userState:Object -> Task<ProfileAttribute> 
public function GetAttributeAsync(
    id : Guid, 
    descriptor : AttributeDescriptor, 
    userState : Object
) : Task<ProfileAttribute>

Parameters

Return Value

Type: System.Threading.Tasks.Task<ProfileAttribute>

.NET Framework Security

See Also

Reference

FrameworkProfileHttpClient Class

GetAttributeAsync Overload

Microsoft.VisualStudio.Services.Profile Namespace