C# 将某个方法去异步执行
Posted 叶长种-.Net软件工程师
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C# 将某个方法去异步执行相关的知识,希望对你有一定的参考价值。
C# 将某个方法去异步执行
Task.Run(() => { string msgerror = SendPhoneCode.NewSendByTemplate(apply.PhoneNum, "SMS_133380052", "{Date:‘" + deadlinetime.ToString("MM月dd日") + "‘}"); handlelogbll.AddLog(string.Format("{0},短信日志{1}", "[不受理]后短信通知", msgerror), apply.ApplyId); });
以上是关于C# 将某个方法去异步执行的主要内容,如果未能解决你的问题,请参考以下文章