摘要: //Retry机制 public static class Retry { /// /// 重试零个参数无返回值的方法 /// /// 执行方法方法 /// 重试间隔 /// 重试次数 public static void Execute(Action ac... 阅读全文
posted @ 2018-08-04 14:14 木头马尾、、、 阅读(693) 评论(1) 推荐(0) 编辑