Beispiel #1
0
 public WriteHandler(TestAsyncQuery parent)
 {
     this.parent = parent;
 }
 public RecordSequenceHandler(TestAsyncQuery parent)
 {
     this.parent = parent;
 }
Beispiel #3
0
 public RecordSequenceHandler(TestAsyncQuery parent)
 {
     this.parent = parent;
 }
 public WriteHandler(TestAsyncQuery parent)
 {
     this.parent = parent;
 }