I am sure there is a simple answer but looking over the documentation
I cannot find an attribute to resolve my issue.

I have a data access layer with Asynchronous methods that accept a
callback signature.  These methods return data the database within a
data thread.  The test calls this method that should return a dataset
via a delegate. This delegate is defined within the testing assembly.
The issue is that the MBUnit thread and the gallio host thread unload
while in the data thread before the delegate can return to the test
assembly.  Is there anyway I can connect the waiting callback code to
the original test attribute or any attribute so the running testing
threads do not unload before my test is completed.

Thanks in advance for any help


Jeff B.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/MbUnitUser?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to