TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sandeep raju dantuluri
NA
24
16.1k
i need to stop execution of current method based on time in c#
May 25 2012 1:32 AM
hi techies,
i am developing a c# windows applications.
my requirement is similar to below
void myfunction()
{
// here i am calling another function
createreport(id,name,num);
//rest of the code
}
if createreport function takes more than 1 minute to execute,i want to stop that method and continue rest of the code.
please suggest me how can i do..thanks in advance
Reply
Answers (
7
)
Paypal integration in asp.net c#
Difference Between 2 tier and 3 tier architecture?