Reputation: 750
I want to implement async call in .NET remoting. The remoting service is consumed by a windows application ( dont ask me why not WCF. This is a legacy application). Is there any standard procedures, standard patterns to implement.
Upvotes: 1
Views: 1170
Reputation: 8152
Here you go: http://msdn.microsoft.com/en-us/library/0sa925ka.aspx
Upvotes: 1