Who triggers CancellationTokenSource's Cancel method in .NET Core hosted service?

前端 未结 0 1634
醉话见心
醉话见心 2021-01-31 08:16

I implemented the StartAsync in my class that implements IHostedService as follows:

public async Task StartAsync(CancellationToken cancellationToken)
{
    Token          


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