Asynchronous API #7
Replies: 7 comments 6 replies
-
It would be really nice to have an implementation of For the time being an |
Beta Was this translation helpful? Give feedback.
-
Not aware of any, and not because we didn't request that previously! : ) It would be nice to get this added, if possibly the external .Execute method is exposed as async, then all the other requests could "inherit" from that implementation really... |
Beta Was this translation helpful? Give feedback.
-
Async support is being discussed at several levels for this lib. |
Beta Was this translation helpful? Give feedback.
-
So .. wow... time flys... been many days since the last post on this thread and I wanted to bring it up to date. After much deliberation and discussion, (and most of the team getting side tracked supporting customers though the current global situation), we have finally come to a decision on Async Support for this client. Here is the deal folks. We are going to Add Async Support to the CdsServiceClient ( soon to be renamed around the Dataverse naming ).
The first update that will contain this will drop with the name change in the next few weeks ( or sooner depending on time to focus ) Will be looking forward to your feedback as we progress. thanks |
Beta Was this translation helpful? Give feedback.
-
First version of this has been posted in the current nuget drop along with a number of other fixes. |
Beta Was this translation helpful? Give feedback.
-
As a heads up, next drop ( starting 0.5.x ) will include an substantially updated Async Implementation for the older API implementation, |
Beta Was this translation helpful? Give feedback.
-
@MattB-msft, would it be possible to also add Async support around |
Beta Was this translation helpful? Give feedback.
-
As a .NET developer, I expect to be able to use the
async
/await
keywords to perform data operations asynchronously.This is especially important when working with data-intensive applications and populating UI from a data source (such as Common Data Service) so my UI thread does not lock while fetching data.
Beta Was this translation helpful? Give feedback.
All reactions