lenmom

博客园 首页 新随笔 联系 订阅 管理

2016年7月19日 #

摘要: public class Retry { // Methods public static void Do(Action action, int timeoutMS = 50, int retryCount = 3) { Do<object>(delegate { action(); return 阅读全文
posted @ 2016-07-19 18:54 老董 阅读(156) 评论(0) 推荐(0)