ProfileHttpClientBase.SetAttributesAsync (Método)
Espacio de nombres: Microsoft.VisualStudio.Services.Profile.Client
Ensamblado: Microsoft.VisualStudio.Services.WebApi (en Microsoft.VisualStudio.Services.WebApi.dll)
Sintaxis
'Declaración
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
)
Parámetros
- applicationAttributes
Tipo: System.Collections.Generic.IList<ProfileAttribute>
- coreAttributes
Tipo: System.Collections.Generic.IList<CoreProfileAttribute>
- id
Tipo: System.String
- userState
Tipo: System.Object
Valor devuelto
Tipo: System.Threading.Tasks.Task<Int32>
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.Services.Profile.Client (Espacio de nombres)