How to use an method marked as asyn in a DLL, from another dll?

前端 未结 0 1651
走了就别回头了
走了就别回头了 2021-01-11 20:18

I have a method defined like this

public static async Task AddSalesInvoice(
    int pInvoiceID, string pReference)

and

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