J
JPSutor
This method is asynchronous and therefore does not return any value. I
realize that it executes the code in another application domain that is
identified by the specified delegate passed into the method. The
problem is that if the delegate method passed is of type
CrossAppDomainDelegate and takes some time to perform it's tasks
(WinFormsHelper.Cleanup), and our application is being shutdown prior
to this being done. Consequently,the cleanup is failing.
Does anyone know of another method we can use to retrieve a "success"
message or something that lets us know the message is complete?
realize that it executes the code in another application domain that is
identified by the specified delegate passed into the method. The
problem is that if the delegate method passed is of type
CrossAppDomainDelegate and takes some time to perform it's tasks
(WinFormsHelper.Cleanup), and our application is being shutdown prior
to this being done. Consequently,the cleanup is failing.
Does anyone know of another method we can use to retrieve a "success"
message or something that lets us know the message is complete?