Método ProfileHttpClientBase.SetAttributesAsync
Namespace: Microsoft.VisualStudio.Services.Profile.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System.Threading.Tasks.Task<Int32>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.