Sunday, 25 August 2013

Is there a simple way to delay a call for about 5 seconds?

Is there a simple way to delay a call for about 5 seconds?

I know I can use Thread.Sleep(5000), but it blocks the thread. I would
like to delay the call for 5 seconds, but not block the thread.

No comments:

Post a Comment