Freigeben über


ProfileHttpClient.SetAttributesAsync-Methode (IList<ProfileAttribute>, IList<CoreProfileAttribute>, Object)

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
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ProfileHttpClient Klasse

SetAttributesAsync-Überladung

Microsoft.VisualStudio.Services.Profile.Client-Namespace