开发者

delaying asynchronous callbacks

how to give delays for a asynchronous callbacks, is there any way to pause,or resume(current pro开发者_如何学Gocess for a certain time),or any availability of sleep mode


Are you looking for

Thread.Sleep()

There's also System.Thread.Timer for scheduling callbacks in the future, if that's what you're looking for.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜