コード例 #1
0
 public StaSynchronizationContext()
     : base()
 {
     mQueue     = new BlockingQueue <SendOrPostCallbackItem>();
     mStaThread = new StaThread(mQueue);
     mStaThread.Start();
 }
コード例 #2
0
 public StaSynchronizationContext()
    : base()
 {
     mQueue = new BlockingQueue<SendOrPostCallbackItem>();
     mStaThread = new StaThread(mQueue);
     mStaThread.Start();
 }