Link to home
Start Free TrialLog in
Avatar of dionisio_79
dionisio_79

asked on

interrupting method execution in C#

Hi Experts,
is there any way to iinterrupt the execution of a method in c# without using threads?
ASKER CERTIFIED SOLUTION
Avatar of RG59
RG59
Flag of United Kingdom of Great Britain and Northern Ireland 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
Avatar of dionisio_79
dionisio_79

ASKER

tHANKS for replies I just used the return method to exit.