Invoke method

  • Thread starter Thread starter Rob Windsor [MVP]
  • Start date Start date
R

Rob Windsor [MVP]

You need to expose the object whose method you want to call through .NET
Remoting. Check out the links below for more information.

Ingo Rammer's Remoting FAQ
http://www.thinktecture.com/Resources/RemotingFAQ/default.html

Design and Develop Seamless Distributed Applications for the Common Language
Runtime
http://msdn.microsoft.com/msdnmag/issues/02/10/NETRemoting/

Integrate .NET Remoting Into the Enterprise
http://www.ftponline.com/wss/2002_11/magazine/features/dbrowning/default.aspx

MSDN Webcast: How to Develop Distributed Applications using .NET Remoting
http://www.microsoft.com/usa/webcasts/ondemand/1584.asp
 
How can I Invoke method in my application from other application?
Also how can I expose method from Windows Application?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top