Share via


FrameworkProfileHttpClient.SetAttributesAsync Method (Guid, IList<ProfileAttribute>, IList<CoreProfileAttribute>, Object)

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

Syntax

'Declaration
Public Overridable Function SetAttributesAsync ( _
    id As Guid, _
    applicationAttributes As IList(Of ProfileAttribute), _
    coreAttributes As IList(Of CoreProfileAttribute), _
    userState As Object _
) As Task(Of Integer)
public virtual Task<int> SetAttributesAsync(
    Guid id,
    IList<ProfileAttribute> applicationAttributes,
    IList<CoreProfileAttribute> coreAttributes,
    Object userState
)
public:
virtual Task<int>^ SetAttributesAsync(
    Guid id, 
    IList<ProfileAttribute^>^ applicationAttributes, 
    IList<CoreProfileAttribute^>^ coreAttributes, 
    Object^ userState
)
abstract SetAttributesAsync : 
        id:Guid * 
        applicationAttributes:IList<ProfileAttribute> * 
        coreAttributes:IList<CoreProfileAttribute> * 
        userState:Object -> Task<int> 
override SetAttributesAsync : 
        id:Guid * 
        applicationAttributes:IList<ProfileAttribute> * 
        coreAttributes:IList<CoreProfileAttribute> * 
        userState:Object -> Task<int> 
public function SetAttributesAsync(
    id : Guid, 
    applicationAttributes : IList<ProfileAttribute>, 
    coreAttributes : IList<CoreProfileAttribute>, 
    userState : Object
) : Task<int>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

FrameworkProfileHttpClient Class

SetAttributesAsync Overload

Microsoft.VisualStudio.Services.Profile Namespace