回答編集履歴

1

誤記訂正

2022/11/17 09:18

投稿

退会済みユーザー
test CHANGED
@@ -1,4 +1,4 @@
1
- 例外の OperationCanceledException とコードのコメント "This will wait for up to the idle time before giving up and exiting" から想像するに、the idle time が過ぎたので OperationCanceledException をスローして処理を中断したのだと思います。
1
+ 例外の OperationCanceledException とコードのコメント "This will wait for up to the idle time before giving up and exiting" から想像するに、the idle time が過ぎたので OperationCanceledException をスローして処理を中断したのだと思います。
2
2
 
3
3
  ちなみに、コードのコメント "setting its TCS" の TCS とは CancellationTokenSource オブジェクトのことでしょう。
4
4