回答編集履歴
1
誤記訂正
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
例外の OperationCanceledException とコードのコメント "This will wait for up to the idle time before giving up and exiting" から
|
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
|
|