コード例 #1
0
 public BackgroundThreadAwaiter(BackgroundThreadType type)
 {
     _type = type;
 }
コード例 #2
0
 public BackgroundThread(BackgroundThreadType type)
 {
     _type = type;
 }