Print Page | Close Window

Remote Server Methods

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2362
Printed Date: 27-Apr-2025 at 3:15pm


Topic: Remote Server Methods
Posted By: BillG
Subject: Remote Server Methods
Date Posted: 09-Dec-2010 at 3:36pm
Inside of a remote server method, can I use synchronous call or do I have to still use asychronous?



Replies:
Posted By: sbelini
Date Posted: 09-Dec-2010 at 4:09pm

If the method is running on the server, you can run your code synchronously.




Print Page | Close Window