Delegate Function



Is it possible to have a Delegate Function raised on the server
(different appdomain) that prompts a client for a response and then
when it has received that response continues with its processing. I
have been trying to get this working for about a month now, and am
still struggling.

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 doesn't seem to wait for a response.....


Any help would be really appreciated.

.



Relevant Pages


Loading