ProfileHttpClientBase.SetAttributesAsync-Methode
Namespace: Microsoft.VisualStudio.Services.Profile.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Protected Function SetAttributesAsync ( _
applicationAttributes As IList(Of ProfileAttribute), _
coreAttributes As IList(Of CoreProfileAttribute), _
id As String, _
userState As Object _
) As Task(Of Integer)
protected Task<int> SetAttributesAsync(
IList<ProfileAttribute> applicationAttributes,
IList<CoreProfileAttribute> coreAttributes,
string id,
Object userState
)
Parameter
- applicationAttributes
Typ: System.Collections.Generic.IList<ProfileAttribute>
- coreAttributes
Typ: System.Collections.Generic.IList<CoreProfileAttribute>
- id
Typ: System.String
- userState
Typ: System.Object
Rückgabewert
Typ: System.Threading.Tasks.Task<Int32>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.