Skip to main content

Microsoft Silverlight

Answered Question Are RIA Services Serverside DB Calls Asyncronous?RSS Feed

(0)

alaskanrogue
alaskanr...

Member

Member

19 points

67 Posts

Are RIA Services Serverside DB Calls Asyncronous?

From the server side if you want to use a RIA connection to access a DB and you use the public interfaces of the code generated designer.cs for the edmx models, are they asyncronous? 

Marc W. George
One Thought, One Message, "Live!"

bryant
bryant

Star

Star

9937 points

1,629 Posts

Silverlight MVP

Re: Are RIA Services Serverside DB Calls Asyncronous?

The server side code depends on how you implement it. That code isn't generated like the client side code.

-- bryant

Blog | Twitter
_________________
Dont forget to click "Mark as Answer" on the post that helped you.

Sergey.Lutay
Sergey.L...

Contributor

Contributor

7256 points

1,354 Posts

Answered Question

Re: Are RIA Services Serverside DB Calls Asyncronous?

Hi,

Server side is synchronous by default. Asynchronous is call to server side from Silverlight application for do not stop a UI thread of client application.

(If this has answered your question, please click on "mark as answer" on this post. Thank you!)

Blog

Twitter

Sincerely,
Sergey Lutay
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities