This is a migrated thread and some comments may be shown as answers.

Error in online documentation

1 Answer 36 Views
.NET SDK
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tom
Top achievements
Rank 1
Tom asked on 17 Jun 2015, 04:23 PM

There is an error on the page http://docs.telerik.com/platform/backend-services/development/net-sdk/users/update-users

The example code under "Single user" calls ExecuteSync instead of ExecuteAsync. It should be

 

public async Task UpdateUserById(EverliveApp app, Guid userId, User updateObject)
{
    await app.WorkWith().Users().Update(userId, updateObject).ExecuteAsync();
}

1 Answer, 1 is accepted

Sort by
0
Anton Dobrev
Telerik team
answered on 19 Jun 2015, 09:35 AM
Hi Tom,

Thank you very much for reporting this. The code snippet will be fixed and available online soon.

I updated your Telerik Points as a small token of gratitude for bringing this up.

Regards,
Anton Dobrev
Telerik
 
Everlive is now Telerik Backend Services, and is part of the Telerik Platform.
 
Tags
.NET SDK
Asked by
Tom
Top achievements
Rank 1
Answers by
Anton Dobrev
Telerik team
Share this question
or