Link to home
Start Free TrialLog in
Avatar of aatjan
aatjanFlag for Netherlands

asked on

coding advice for my async/timer function in vb.net

Hi experts,

I need advice on using an async function  or timer in the following situation (vb.net)

a) the programm calls a function, which returns a result <long>
b) it gives the function n seconds to return the result, so it waits for the result.
c) if the result returns between 0 - n seconds its ok, proceed with the result
d) if the result does not returns return a message ....

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Kyle Abrahams, PMP
Kyle Abrahams, PMP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial