public void DoSetup()
 {
     mQueue = new SynchronousWorkQueue();
       mThreadID = Thread.CurrentThread.ManagedThreadId;
 }
Beispiel #2
0
 public void DoSetup()
 {
     mQueue = new SynchronousWorkQueue();
     mBatch = new WorkQueueBatch(mQueue);
     mCount = 0;
 }
 public void DoSetup()
 {
     mQueue    = new SynchronousWorkQueue();
     mThreadID = Thread.CurrentThread.ManagedThreadId;
 }
Beispiel #4
0
 public void DoSetup()
 {
     mQueue = new SynchronousWorkQueue();
       mBatch = new WorkQueueBatch(mQueue);
       mCount = 0;
 }