Exemplo n.º 1
0
 void WaitFlush()
 {
     if (m_asyncFlush != null)
     {
         m_asyncFlush.Wait();
     }
 }
Exemplo n.º 2
0
 void usdiWaitAsyncUpdateTask()
 {
     if (m_asyncUpdate != null)
     {
         m_asyncUpdate.Wait();
     }
 }
Exemplo n.º 3
0
 public override void usdiSync()
 {
     if (m_asyncRead != null)
     {
         m_asyncRead.Wait();
     }
 }