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