예제 #1
0
 public Task StartAsync(CancellationToken token)
 {
     return(_webpackService.Start(_stoppingTokenSource.Token));
 }