Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.Services.Profile.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Overridable Function SetAttributesAsync ( _
    applicationAttributes As IList(Of ProfileAttribute), _
    coreAttributes As IList(Of CoreProfileAttribute), _
    userState As Object _
) As Task(Of Integer)
public virtual Task<int> SetAttributesAsync(
    IList<ProfileAttribute> applicationAttributes,
    IList<CoreProfileAttribute> coreAttributes,
    Object userState
)
public:
virtual Task<int>^ SetAttributesAsync(
    IList<ProfileAttribute^>^ applicationAttributes, 
    IList<CoreProfileAttribute^>^ coreAttributes, 
    Object^ userState
)
abstract SetAttributesAsync : 
        applicationAttributes:IList<ProfileAttribute> * 
        coreAttributes:IList<CoreProfileAttribute> * 
        userState:Object -> Task<int> 
override SetAttributesAsync : 
        applicationAttributes:IList<ProfileAttribute> * 
        coreAttributes:IList<CoreProfileAttribute> * 
        userState:Object -> Task<int> 
public function SetAttributesAsync(
    applicationAttributes : IList<ProfileAttribute>, 
    coreAttributes : IList<CoreProfileAttribute>, 
    userState : Object
) : Task<int>
Parameters
- applicationAttributes
 Type: System.Collections.Generic.IList<ProfileAttribute>
- coreAttributes
 Type: System.Collections.Generic.IList<CoreProfileAttribute>
- userState
 Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<Int32>
.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.