How do I overload function to accept both async and synchronized version of callback parameter

前端 未结 0 1952
逝去的感伤
逝去的感伤 2020-12-08 08:54
public static T SyncVer(Func callback)
{
    using (new LogContext("new logging context"))
    {
        try
        {
            return         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题