Print Page | Close Window

Extract Maximum Data Retrieval Performance With a Remote Service Method

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2009
Forum Discription: For .NET 3.5
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1674
Printed Date: 20-Sep-2025 at 11:06am


Topic: Extract Maximum Data Retrieval Performance With a Remote Service Method
Posted By: erturkcevik
Subject: Extract Maximum Data Retrieval Performance With a Remote Service Method
Date Posted: 07-Mar-2010 at 2:29am
Hi;
How can I using feature of the "Remote Service Method" on Winclient (EF ver 5.x)?
Can I  Remote Service Method calls can be made synchronously or asynchronously?
Regards,
 



Replies:
Posted By: GregD
Date Posted: 10-Mar-2010 at 1:34pm

See the documentation in the Business Object Server topic document (in the Learning Resources); there is also a code sample under the Business Object Persistence folder in the Learning Resources.

The RSMs can be called synchronously or asynchronously.  The code sample cited uses an asynchronous call. It's a Silverlight sample, but you should be able to inspect the code and transplant the RSM call and callback to a WPF or WinForms app.
 
 
(Note for future reference: I've just moved the Remote Service Methods code sample to the Business Object Server folder for future release of DevForce.)
 



Print Page | Close Window