Is it possible to have a Delegate Function raised on the server
(different appdomain) that prompts a client for a response and then
after receiving that response continues with its processing.
I am using a wrapper method to pass the function between appdomains
The Invoke method to display the modal form
BUT the server side thread doesnt seem to wait for a response.....
Any help would be really appreciated
(different appdomain) that prompts a client for a response and then
after receiving that response continues with its processing.
I am using a wrapper method to pass the function between appdomains
The Invoke method to display the modal form
BUT the server side thread doesnt seem to wait for a response.....
Any help would be really appreciated