AccountHttpClient.UpdateAccountAsync Method
Namespace: Microsoft.VisualStudio.Services.Account.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Function UpdateAccountAsync ( _
account As Account, _
userState As Object _
) As Task(Of HttpResponseMessage)
public Task<HttpResponseMessage> UpdateAccountAsync(
Account account,
Object userState
)
public:
Task<HttpResponseMessage^>^ UpdateAccountAsync(
Account^ account,
Object^ userState
)
member UpdateAccountAsync :
account:Account *
userState:Object -> Task<HttpResponseMessage>
public function UpdateAccountAsync(
account : Account,
userState : Object
) : Task<HttpResponseMessage>
Parameters
- account
Type: Microsoft.VisualStudio.Services.Account.Account
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<HttpResponseMessage>
.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.