コード例 #1
0
 public Task StartAsync(CancellationToken cancellationToken)
 {
     _commandListener.Received += CommandReceive;
     _commandListener.StartListen();
     return(Task.CompletedTask);
 }